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

Feature: Migration to Flutter 3.16.9 #13

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

dpajak99
Copy link
Collaborator

This branch introduces Flutter version upgrade from "3.13.6" (Dart 3.1.3) to "3.16.9" (Dart 3.2.6). This change was made to unify the version of Flutter/Dart used between projects.

List of changes:

  • upgraded Flutter version from "3.13.6" (Dart 3.1.3) to "3.16.9" (Dart 3.2.6)
  • upgraded packages version to the highest versions compatible with Flutter 3.16.9
  • updated deprecated links and information about used Flutter version and in README.md
  • changed Flutter version in deploy.sh
  • added "useMaterial3: false" to theme_config.dart, kira_tab_bar.dart, as Material 3 redesigned some widgets used by miro which caused UI issues
  • replaced WillPopScope -> PopScope within the application, as WillPopScope is deprecated since Flutter 3.12.0
  • increased popup size in date_range_dropdown_pop_menu.dart, pop_wrapper_mobile.dart, because date_range_dropdown_pop_menu.dart had an overflow issue
  • removed ranged constraints from the packages version, Flutter version and Dart version in pubspec.yaml to guarantee the use of their tested and verified version
  • added pubspec.lock files to .gitignore
  • unrelated with the branch specific domain: removed Future from globalLocator initialization in locator.dart. None of the methods in this file are asynchronous, making the use of Future unnecessary

This branch introduces Flutter version upgrade from "3.13.6" (Dart 3.1.3) to "3.16.9" (Dart 3.2.6). This change was made to unify the version of Flutter/Dart used between projects.

List of changes:
- upgraded Flutter version from "3.13.6" (Dart 3.1.3) to "3.16.9" (Dart 3.2.6)
- upgraded packages version to the highest versions compatible with Flutter 3.16.9
- updated deprecated links and information about used Flutter version and in README.md
- changed Flutter version in deploy.sh
- added "useMaterial3: false" to theme_config.dart, kira_tab_bar.dart, as Material 3 redesigned some widgets used by miro which caused UI issues
- replaced WillPopScope -> PopScope within the application, as WillPopScope is deprecated since Flutter 3.12.0
- increased popup size in date_range_dropdown_pop_menu.dart, pop_wrapper_mobile.dart, because date_range_dropdown_pop_menu.dart had an overflow issue
- removed ranged constraints from the packages version, Flutter version and Dart version in pubspec.yaml to guarantee the use of their tested and verified version
- added pubspec.lock files to .gitignore
- unrelated with the branch specific domain: removed Future from globalLocator initialization in locator.dart. None of the methods in this file are asynchronous, making the use of Future unnecessary
@kronikarz kronikarz merged commit a1bdd61 into dev Aug 22, 2024
3 checks passed
@kronikarz kronikarz deleted the dp-feature/flutter-3-16-9-upgrade branch August 22, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants