Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Flutter to Version 3.16.5 #106

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

ricoberger
Copy link
Member

Update the used Flutter version to 3.16.5 and the used packages to their latest version.

The Supabase package contained some breaking changes:

  • functionUrl is not exported anymore, so that it must be generated by ourselfs
  • Provider was renamed to OAuthProvider
  • The signInWithApple method was removed and is now implemented by us via the sign_in_with_apple package.

We also renamed the DesktopLoginManager to DesktopSignInManager to use the same naming as in other places of the app, where we are always using sign in and not login.

Update the used Flutter version to 3.16.5 and the used packages to their
latest version.

The Supabase package contained some breaking changes:
- `functionUrl` is not exported anymore, so that it must be generated by
  ourselfs
- `Provider` was renamed to `OAuthProvider`
- The `signInWithApple` method was removed and is now implemented by us
  via the `sign_in_with_apple` package.

We also renamed the `DesktopLoginManager` to `DesktopSignInManager` to
use the same naming as in other places of the app, where we are always
using sign in and not login.
@ricoberger ricoberger self-assigned this Dec 21, 2023
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Dec 21, 2023
@ricoberger ricoberger added this to the v1.3.0 milestone Dec 21, 2023
@ricoberger ricoberger merged commit 5753fb2 into main Dec 21, 2023
10 checks passed
@ricoberger ricoberger deleted the update-flutter-to-3.16.5 branch December 21, 2023 16:24
ricoberger added a commit that referenced this pull request Jan 31, 2024
Fix the naming of some files: Instead of login we are always using the
term sign in and already renamed the `DesktopLoginManager` to
`DesktopSignInManager` in #106. During the renaming we forgot to rename
the file which is now done.

We also renamed the `sign_in_with_apple.dart` file to
`signin_with_apple.dart`, because the other files also do not contain an
underscore between sign and in.
ricoberger added a commit that referenced this pull request Jan 31, 2024
Fix the naming of some files: Instead of login we are always using the
term sign in and already renamed the `DesktopLoginManager` to
`DesktopSignInManager` in #106. During the renaming we forgot to rename
the file which is now done.

We also renamed the `sign_in_with_apple.dart` file to
`signin_with_apple.dart`, because the other files also do not contain an
underscore between sign and in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant