-
Notifications
You must be signed in to change notification settings - Fork 101
Dart 3 migration #2080
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
Merged
Merged
Dart 3 migration #2080
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…were too outdated for Dart 3.
…tter version - Migrated to the very latest version of Dart 3.
Removed commented out code in pubspec.yaml Added proper return types to async startup functions in main.dart
13 tasks
Upgraded Kotlin build tools
… removed later on) Upgraded audio packages in pubspec.yaml
…e is discontinued and should eventually be replaced with the new official package. Will require significant rewriting.
c3bryant
reviewed
Oct 3, 2024
c3bryant
reviewed
Oct 3, 2024
c3bryant
reviewed
Oct 3, 2024
c3bryant
reviewed
Oct 3, 2024
Removed carets from dependencies Bumped iOS min version to 14.0 Point flutter_scandit_plugin to experimental version Update podfile
Applied consistent dependency version references Revert to flutter_scandit_plugin fork version 6.6.3
…hite in dark mode
Thank you @klortiz13 for fixing the dark mode text bug. Now that it's out of the way, we are nearing completion. |
# Conflicts: # ios/Podfile.lock # lib/app_networking.dart # lib/core/providers/user.dart # lib/main.dart # lib/ui/my_chart/my_chart_card.dart # lib/ui/profile/cards.dart # lib/ui/triton_media/triton_media_card.dart # lib/ui/triton_media/triton_media_detail_view.dart # lib/ui/triton_media/triton_media_tile.dart # pubspec.lock # pubspec.yaml
- Migrated discontinued packages: connectivity -> connectivity_plus, and package_info -> package_info_plus - Upgraded provider package to get vital bugfixes, security patches, and performance improvements - Upgraded dots_indicator and rewrote old onboarding_screen code to support more accurate page handling - Upgraded percent_indicator, shared_preferences, flutter_sticky_header, intl, url_launcher, device_info_plus, permission_handler
…rted in the future if the animations were actually being used for something. - Refactored some functions in onboarding_screen to be more succinct and efficient
…ave the way towards upgrading Hive and overall build system
2) Fixed Apple Logo in weather card (to grey) 3) Fixed classes card so that it displays properly in both themes (by commenting out indexing line at ui/classes/upcomingclasses.dart line 45) AND adding explicit colors (so it doesn't inherit from parent). 4) Commented out the wifi card (ui/home/home.dart line 245) so that the home error is gone (needs fixing or removal). 5) Blocker -> Can't load the profile page after git pulling. 6) Fixed the passwordObscured logo in profile page.
…d the color of the hidePassword logo, Fixed the cropped class by adjusting the size of the class box in the classes card to 0.34
morebytes
commented
Nov 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoroughly tested, seems to be working. Will upgrade CodeMagic build pipeline after merging this
c3bryant
approved these changes
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades Campus Mobile repo to latest version of Flutter and Dart.
Changelog
Test Plan
PR-2080-Test-Plan-7.29.0-QA-iOS.xlsx
PR-2080-Test-Plan-7.29.0-QA-Android.xlsx