-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/68 migration to null safety (#939)
* Migrate service classes to null safety * Migrate constants to null safety * Migrate utils to null safety * Remove late from GetIt * Change @required to required * Migrate models to null safety * Migrate main to null safety * Migrate managers to null safety * Migrate ViewModels to null safety * Migrate utils to null safety * Migrate views to null safety * Migrate Views to null safety * Migrate mocks to null safety * Use late for all tests * Fix service tests * Migrate helpers to null safety * Migrate managers tests to null safety * Migrate ViewModel tests to null safety * Managers use mocks for managers * Migrate widget tests to null safety * Migrate views tests to null safety * Fix course_repository_test * Fix QuickLinkRepository tests * Fix SettingsManagerTests * Fix user repository tests * Fix GradeEvaluationTile tests * Fix code problems * Fix DashboardViewModel tests * Fix FeedbackViewModelTest * Fix GradeViewModel tests * Fix UserRepositoryMock tests * Fix ScheduleSettingsViewModel tests * Fix ScheduleViewModel tests * Fix GradeDetailsView tests * Fix NotFoundView test * Fix GradeDetailsViewModel tests * Fix ScheduleViewModel tests * Remove use of Future OnError * Fix ScheduleSettingTest tests * test: Fix settings loading issue refs: #68 * Fix DashboardViewModelTest tests * test: Fix settings loading issue refs: #68 * test: Remove useless test refs: #68 * Fix ScheduleViewModel marker not appearing * Fix courses not appearing when no review * Update CI and documentation * [BOT] Applying version. * [BOT] Applying format. * Fix analyze * Fix Golden * [BOT] Applying format. * Update pumpAndSettle duration * [BOT] Update golden files * Fix workflows * Try to fix grades_details_view_test golden * [BOT] Applying format. * Try fixing grade_details_view_test * Fix course evaluation bug and set appVersion * [BOT] Applying format. * Add analytics * Chang log * Add analytics --------- Co-authored-by: apomalyn <[email protected]> Co-authored-by: XavierPaquet-Rapold <[email protected]> Co-authored-by: clubapplets-server <[email protected]>
- Loading branch information
1 parent
81e1f7e
commit 22e104c
Showing
158 changed files
with
3,295 additions
and
3,504 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.