Skip to content

Conversation

morebytes
Copy link
Contributor

@morebytes morebytes commented Oct 1, 2024

Summary

Upgrades Campus Mobile repo to latest version of Flutter and Dart.

Changelog

  • Upgrades to Flutter 3.24 and Dart 3.5
  • Upgrades Firebase packages to latest versions
  • Upgrades any other necessary packages

Test Plan

PR-2080-Test-Plan-7.29.0-QA-iOS.xlsx
PR-2080-Test-Plan-7.29.0-QA-Android.xlsx

…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
@morebytes morebytes linked an issue Oct 1, 2024 that may be closed by this pull request
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 and others added 4 commits October 8, 2024 16:52
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
@morebytes
Copy link
Contributor Author

Thank you @klortiz13 for fixing the dark mode text bug. Now that it's out of the way, we are nearing completion.

morebytes and others added 11 commits November 4, 2024 14:47
# 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
Copy link
Contributor Author

@morebytes morebytes left a 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

@morebytes morebytes merged commit c4e1070 into UCSD:experimental Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Firebase Upgrade Blocker / Google Play failed to upload artefacts
3 participants