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

Hello/master #981

Merged
merged 233 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
233 commits
Select commit Hold shift + click to select a range
18906b0
Migrate service classes to null safety
XavierPaquet-Rapold Nov 22, 2023
980c74e
Migrate constants to null safety
XavierPaquet-Rapold Nov 22, 2023
61b83e1
Migrate utils to null safety
XavierPaquet-Rapold Nov 22, 2023
c748722
Remove late from GetIt
XavierPaquet-Rapold Nov 22, 2023
d44aa68
Change @required to required
XavierPaquet-Rapold Nov 22, 2023
6a5cb19
Migrate models to null safety
XavierPaquet-Rapold Nov 22, 2023
eebd732
Migrate main to null safety
XavierPaquet-Rapold Nov 22, 2023
9b4b136
Migrate managers to null safety
XavierPaquet-Rapold Nov 23, 2023
b9bd009
Migrate ViewModels to null safety
XavierPaquet-Rapold Dec 21, 2023
7952397
Migrate utils to null safety
XavierPaquet-Rapold Dec 23, 2023
7d81cd8
Migrate views to null safety
XavierPaquet-Rapold Dec 23, 2023
9e9386c
Migrate Views to null safety
XavierPaquet-Rapold Dec 23, 2023
1b56e65
Migrate mocks to null safety
XavierPaquet-Rapold Jan 4, 2024
3053ebf
Use late for all tests
XavierPaquet-Rapold Jan 4, 2024
3ee3e2f
Fix service tests
XavierPaquet-Rapold Jan 4, 2024
faa0e2f
Migrate helpers to null safety
XavierPaquet-Rapold Jan 4, 2024
d250c66
Migrate managers tests to null safety
XavierPaquet-Rapold Jan 4, 2024
6c7e925
Migrate ViewModel tests to null safety
XavierPaquet-Rapold Jan 4, 2024
e6b56a6
Managers use mocks for managers
XavierPaquet-Rapold Jan 4, 2024
69eae17
Migrate widget tests to null safety
XavierPaquet-Rapold Jan 4, 2024
8329013
Migrate views tests to null safety
XavierPaquet-Rapold Jan 4, 2024
1d8e411
Fix course_repository_test
XavierPaquet-Rapold Jan 5, 2024
5406815
Fix QuickLinkRepository tests
XavierPaquet-Rapold Jan 5, 2024
047c9db
Fix SettingsManagerTests
XavierPaquet-Rapold Jan 5, 2024
0fbf62f
Fix user repository tests
XavierPaquet-Rapold Jan 5, 2024
2acb65f
Fix GradeEvaluationTile tests
XavierPaquet-Rapold Jan 8, 2024
a8e89ad
Fix code problems
XavierPaquet-Rapold Jan 8, 2024
f325ef2
Fix DashboardViewModel tests
XavierPaquet-Rapold Jan 8, 2024
0b7acca
Fix FeedbackViewModelTest
XavierPaquet-Rapold Jan 13, 2024
1f7b587
Fix GradeViewModel tests
XavierPaquet-Rapold Jan 13, 2024
5fab5d5
Fix UserRepositoryMock tests
XavierPaquet-Rapold Jan 13, 2024
f7d3e27
Fix ScheduleSettingsViewModel tests
XavierPaquet-Rapold Jan 13, 2024
e182f66
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 13, 2024
0c0ec53
Fix GradeDetailsView tests
XavierPaquet-Rapold Jan 19, 2024
bb2b900
Fix NotFoundView test
XavierPaquet-Rapold Jan 20, 2024
cf48052
Fix GradeDetailsViewModel tests
XavierPaquet-Rapold Jan 21, 2024
9393dea
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 22, 2024
c255aca
Merge branch 'master' into hello/master
Udito3 Jan 31, 2024
0ba6dcd
Migrate service classes to null safety
XavierPaquet-Rapold Nov 22, 2023
e59042f
Migrate constants to null safety
XavierPaquet-Rapold Nov 22, 2023
06cba3c
Migrate utils to null safety
XavierPaquet-Rapold Nov 22, 2023
42d49db
Remove late from GetIt
XavierPaquet-Rapold Nov 22, 2023
c433746
Change @required to required
XavierPaquet-Rapold Nov 22, 2023
e0a239d
Migrate models to null safety
XavierPaquet-Rapold Nov 22, 2023
43d3c5d
Migrate main to null safety
XavierPaquet-Rapold Nov 22, 2023
958ae5d
Migrate managers to null safety
XavierPaquet-Rapold Nov 23, 2023
c78948f
Migrate ViewModels to null safety
XavierPaquet-Rapold Dec 21, 2023
e1b0049
Migrate utils to null safety
XavierPaquet-Rapold Dec 23, 2023
2b3baac
Migrate views to null safety
XavierPaquet-Rapold Dec 23, 2023
483ea4e
Migrate Views to null safety
XavierPaquet-Rapold Dec 23, 2023
e1d8ec2
Migrate mocks to null safety
XavierPaquet-Rapold Jan 4, 2024
e4793a1
Use late for all tests
XavierPaquet-Rapold Jan 4, 2024
b7ecc25
Fix service tests
XavierPaquet-Rapold Jan 4, 2024
354b5be
Migrate helpers to null safety
XavierPaquet-Rapold Jan 4, 2024
8b14791
Migrate managers tests to null safety
XavierPaquet-Rapold Jan 4, 2024
2b87b6a
Migrate ViewModel tests to null safety
XavierPaquet-Rapold Jan 4, 2024
4efbf6b
Managers use mocks for managers
XavierPaquet-Rapold Jan 4, 2024
0aa1bcb
Migrate widget tests to null safety
XavierPaquet-Rapold Jan 4, 2024
7f6217a
Migrate views tests to null safety
XavierPaquet-Rapold Jan 4, 2024
7777171
Fix course_repository_test
XavierPaquet-Rapold Jan 5, 2024
e189861
Fix QuickLinkRepository tests
XavierPaquet-Rapold Jan 5, 2024
eec1cf0
Fix SettingsManagerTests
XavierPaquet-Rapold Jan 5, 2024
970abc7
Fix user repository tests
XavierPaquet-Rapold Jan 5, 2024
eedf8d4
Fix GradeEvaluationTile tests
XavierPaquet-Rapold Jan 8, 2024
559b363
Fix code problems
XavierPaquet-Rapold Jan 8, 2024
3720fe3
Fix DashboardViewModel tests
XavierPaquet-Rapold Jan 8, 2024
d7dc916
Fix FeedbackViewModelTest
XavierPaquet-Rapold Jan 13, 2024
f8c682c
Fix GradeViewModel tests
XavierPaquet-Rapold Jan 13, 2024
fa78729
Fix UserRepositoryMock tests
XavierPaquet-Rapold Jan 13, 2024
604748b
Fix ScheduleSettingsViewModel tests
XavierPaquet-Rapold Jan 13, 2024
2a2e8b2
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 13, 2024
604875e
Fix GradeDetailsView tests
XavierPaquet-Rapold Jan 19, 2024
d802300
Fix NotFoundView test
XavierPaquet-Rapold Jan 20, 2024
c70d720
Fix GradeDetailsViewModel tests
XavierPaquet-Rapold Jan 21, 2024
51e0f07
Remove use of Future OnError
XavierPaquet-Rapold Feb 1, 2024
037b648
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 22, 2024
0e823a1
Ajouter un skeleton pendant le chargement des nouvelles dans ÉTSMobil…
Udito3 Feb 12, 2024
876a4a7
Merge remote-tracking branch 'origin/feature/68-migration-to-null-saf…
apomalyn Feb 14, 2024
ee97998
chore: Garbage commit to fix all errors, hint, and warnings.
apomalyn Feb 14, 2024
8c1805e
Add news details page (#928)
camillebrulotte Feb 26, 2024
ee16716
Remove use of Future OnError
XavierPaquet-Rapold Mar 9, 2024
ef42cc7
Fix ScheduleSettingTest tests
XavierPaquet-Rapold Mar 9, 2024
df88317
Fix DashboardViewModelTest tests
XavierPaquet-Rapold Mar 9, 2024
a11d0f1
test: Fix settings loading issue
apomalyn Mar 9, 2024
69e0949
Merge remote-tracking branch 'origin/feature/68-migration-to-null-saf…
apomalyn Mar 9, 2024
b39b873
test: Fix settings loading issue
apomalyn Mar 9, 2024
a64aa27
test: Remove useless test
apomalyn Mar 9, 2024
c432121
Merge branch 'feature/68-migration-to-null-safety' into feature/68-mi…
apomalyn Mar 9, 2024
4ce4859
Fix ScheduleViewModel marker not appearing
XavierPaquet-Rapold Mar 9, 2024
4fc205d
Merge branch 'feature/68-migration-to-null-safety' into feature/68-mi…
apomalyn Mar 9, 2024
74da6e8
Migrate service classes to null safety
XavierPaquet-Rapold Nov 22, 2023
b61dbae
Migrate constants to null safety
XavierPaquet-Rapold Nov 22, 2023
9ff31eb
Migrate utils to null safety
XavierPaquet-Rapold Nov 22, 2023
9eea612
Remove late from GetIt
XavierPaquet-Rapold Nov 22, 2023
536ae08
Change @required to required
XavierPaquet-Rapold Nov 22, 2023
d7fc81a
Migrate models to null safety
XavierPaquet-Rapold Nov 22, 2023
ac2dba1
Migrate main to null safety
XavierPaquet-Rapold Nov 22, 2023
50ce75e
Migrate managers to null safety
XavierPaquet-Rapold Nov 23, 2023
1714af2
Migrate ViewModels to null safety
XavierPaquet-Rapold Dec 21, 2023
1cd67b1
Migrate utils to null safety
XavierPaquet-Rapold Dec 23, 2023
9778d14
Migrate views to null safety
XavierPaquet-Rapold Dec 23, 2023
2f5473a
Migrate Views to null safety
XavierPaquet-Rapold Dec 23, 2023
e2a44bc
Migrate mocks to null safety
XavierPaquet-Rapold Jan 4, 2024
ebc9dae
Use late for all tests
XavierPaquet-Rapold Jan 4, 2024
14b8317
Fix service tests
XavierPaquet-Rapold Jan 4, 2024
c831dd6
Migrate helpers to null safety
XavierPaquet-Rapold Jan 4, 2024
db1fddf
Migrate managers tests to null safety
XavierPaquet-Rapold Jan 4, 2024
62008cc
Migrate ViewModel tests to null safety
XavierPaquet-Rapold Jan 4, 2024
e71aa05
Managers use mocks for managers
XavierPaquet-Rapold Jan 4, 2024
0c2e222
Migrate widget tests to null safety
XavierPaquet-Rapold Jan 4, 2024
3e1f938
Migrate views tests to null safety
XavierPaquet-Rapold Jan 4, 2024
1ecb121
Fix course_repository_test
XavierPaquet-Rapold Jan 5, 2024
bbb3f05
Fix QuickLinkRepository tests
XavierPaquet-Rapold Jan 5, 2024
e2982b6
Fix SettingsManagerTests
XavierPaquet-Rapold Jan 5, 2024
06e1bab
Fix user repository tests
XavierPaquet-Rapold Jan 5, 2024
bccb64c
Fix GradeEvaluationTile tests
XavierPaquet-Rapold Jan 8, 2024
112f050
Fix code problems
XavierPaquet-Rapold Jan 8, 2024
17d0426
Fix DashboardViewModel tests
XavierPaquet-Rapold Jan 8, 2024
00ab827
Fix FeedbackViewModelTest
XavierPaquet-Rapold Jan 13, 2024
ab9255a
Fix GradeViewModel tests
XavierPaquet-Rapold Jan 13, 2024
3d907e8
Fix UserRepositoryMock tests
XavierPaquet-Rapold Jan 13, 2024
1d57405
Fix ScheduleSettingsViewModel tests
XavierPaquet-Rapold Jan 13, 2024
812c59c
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 13, 2024
32b1e9d
Fix GradeDetailsView tests
XavierPaquet-Rapold Jan 19, 2024
0c59936
Fix NotFoundView test
XavierPaquet-Rapold Jan 20, 2024
455db7e
Fix GradeDetailsViewModel tests
XavierPaquet-Rapold Jan 21, 2024
2bc71d7
Fix ScheduleViewModel tests
XavierPaquet-Rapold Jan 22, 2024
a788030
Remove use of Future OnError
XavierPaquet-Rapold Mar 9, 2024
94eb2da
Fix ScheduleSettingTest tests
XavierPaquet-Rapold Mar 9, 2024
9ca3608
test: Fix settings loading issue
apomalyn Mar 9, 2024
aa5ebf4
Fix DashboardViewModelTest tests
XavierPaquet-Rapold Mar 9, 2024
9962c86
test: Fix settings loading issue
apomalyn Mar 9, 2024
36b433b
test: Remove useless test
apomalyn Mar 9, 2024
6dcc322
Fix ScheduleViewModel marker not appearing
XavierPaquet-Rapold Mar 9, 2024
37f961f
Fix courses not appearing when no review
XavierPaquet-Rapold Mar 9, 2024
b82a43a
Update CI and documentation
XavierPaquet-Rapold Mar 9, 2024
d8a154b
[BOT] Applying version.
XavierPaquet-Rapold Mar 9, 2024
2575af0
[BOT] Applying format.
clubapplets-server Mar 9, 2024
2167887
Fix analyze
XavierPaquet-Rapold Mar 9, 2024
8ce3cff
Merge remote-tracking branch 'origin/feature/68-migration-to-null-saf…
apomalyn Mar 9, 2024
880eaaf
chore: Apply merge
apomalyn Mar 9, 2024
df2e47a
Fix Golden
XavierPaquet-Rapold Mar 9, 2024
1587f09
[BOT] Applying format.
XavierPaquet-Rapold Mar 9, 2024
d155189
Update pumpAndSettle duration
XavierPaquet-Rapold Mar 9, 2024
9b6160a
Merge branch 'feature/68-migration-to-null-safety' of https://github.…
XavierPaquet-Rapold Mar 9, 2024
bd1863e
chore: Upgrade dep
apomalyn Mar 9, 2024
07727a6
[BOT] Update golden files
XavierPaquet-Rapold Mar 9, 2024
1dd45bc
chore: Upgrade dep
apomalyn Mar 9, 2024
f25d168
Fix workflows
XavierPaquet-Rapold Mar 9, 2024
312b636
Merge branch 'feature/68-migration-to-null-safety' of https://github.…
XavierPaquet-Rapold Mar 9, 2024
df2c94b
fix: Adjust icon color
apomalyn Mar 9, 2024
605fc13
fix: Adjust icon color
apomalyn Mar 9, 2024
ddf2202
Try to fix grades_details_view_test golden
XavierPaquet-Rapold Mar 10, 2024
eb722a3
[BOT] Applying format.
XavierPaquet-Rapold Mar 10, 2024
238ae35
Try fixing grade_details_view_test
XavierPaquet-Rapold Mar 10, 2024
a40edc4
Merge remote-tracking branch 'origin/feature/68-migration-to-null-saf…
XavierPaquet-Rapold Mar 10, 2024
f9d62b4
Merge branch 'feature/68-migration-to-null-safety' into feature/68-mi…
XavierPaquet-Rapold Mar 10, 2024
b72079e
Merge branch 'feature/68-migration-to-null-safety' into hello/master
MysticFragilist Mar 11, 2024
56a2a38
Fix course evaluation bug and set appVersion
XavierPaquet-Rapold Mar 12, 2024
8a03d5a
[BOT] Applying format.
XavierPaquet-Rapold Mar 12, 2024
aaca7fd
Merge branch 'feature/68-migration-to-null-safety' into feature/68-mi…
XavierPaquet-Rapold Mar 12, 2024
ee3b0d4
UI fixes
XavierPaquet-Rapold Mar 13, 2024
7703500
fix build tools version
MysticFragilist Mar 13, 2024
6482493
Merge branch 'feature/68-migration-to-null-safety-old-xavier' of gith…
MysticFragilist Mar 13, 2024
6e544f9
Add analytics
XavierPaquet-Rapold Mar 13, 2024
18709ba
Merge branch 'feature/68-migration-to-null-safety' of https://github.…
XavierPaquet-Rapold Mar 13, 2024
a199f96
Chang log
XavierPaquet-Rapold Mar 13, 2024
f2e374e
Add analytics
XavierPaquet-Rapold Mar 14, 2024
e6b71c2
Merge branch 'feature/68-migration-to-null-safety' into feature/68-mi…
XavierPaquet-Rapold Mar 14, 2024
dbe5a1a
Light theme news details (#940)
Udito3 Mar 14, 2024
96b7f37
fix font
MysticFragilist Mar 14, 2024
172fff9
Merge branch 'feature/68-migration-to-null-safety-old-xavier' of gith…
MysticFragilist Mar 14, 2024
bb7b87d
use copyWith instead to prevent overcharging the default color for ea…
MysticFragilist Mar 14, 2024
ddefe59
fix schedule
MysticFragilist Mar 14, 2024
170b8a0
fix tests and some ui bug
MysticFragilist Mar 14, 2024
558758c
merge master into branch
MysticFragilist Mar 15, 2024
8b17771
retrigger CI
MysticFragilist Mar 15, 2024
de8e1ae
[BOT] Applying version.
MysticFragilist Mar 15, 2024
8ce972b
fix CI
MysticFragilist Mar 15, 2024
82fd432
Merge branch 'feature/68-migration-to-null-safety-old-xavier' of gith…
MysticFragilist Mar 15, 2024
2ede4ac
fix analyse
MysticFragilist Mar 15, 2024
0d026d9
format all files
MysticFragilist Mar 15, 2024
39e779f
update java version to 17 and use a recommended java distribution ado…
MysticFragilist Mar 15, 2024
c6cf2b3
fix some goldens
MysticFragilist Mar 15, 2024
db248f7
[BOT] Applying format.
MysticFragilist Mar 15, 2024
b163e36
remove unused import
MysticFragilist Mar 15, 2024
3d3f870
Merge branch 'feature/68-migration-to-null-safety-old-xavier' of gith…
MysticFragilist Mar 15, 2024
00cbc83
fix some more tests
MysticFragilist Mar 15, 2024
c06fcd3
fix grades views test
MysticFragilist Mar 15, 2024
08e2180
Hello - Handle different start/end date scenarios (#934)
Udito3 Mar 16, 2024
653e2be
fix some issues
MysticFragilist Mar 18, 2024
24b4d0f
Merge branch 'feature/68-migration-to-null-safety-old-xavier' into he…
MysticFragilist Mar 18, 2024
a5bcb4e
merge hello master
MysticFragilist Mar 18, 2024
268698a
fix some problems after merge
MysticFragilist Mar 18, 2024
5f46d1e
small fixes
MysticFragilist Mar 18, 2024
f9496b0
[Hello] News infinite scroll (#937)
MysticFragilist Mar 18, 2024
f29276c
Hello - Author view (#933)
Udito3 Mar 25, 2024
3ec699b
Hello/feature/share export (#953)
Udito3 Mar 25, 2024
9dbc494
Get organizer events for Author view (#961)
Udito3 Apr 1, 2024
2a8a208
Report news (#963)
Udito3 Apr 1, 2024
6442b72
Hello/feature/search news (#964)
Udito3 Apr 2, 2024
f0c1e09
Activity area
Udito3 Apr 8, 2024
e138d2c
Circle avatar
Udito3 Apr 8, 2024
dc92806
Padding
Udito3 Apr 8, 2024
0a79b80
Markdown
Udito3 Apr 8, 2024
6e50917
Mardown
Udito3 Apr 8, 2024
37e1eda
Share news
Udito3 Apr 9, 2024
ed31b29
Merge branch 'master' into hello/master
XavierPaquet-Rapold May 12, 2024
12bdd20
[BOT] Applying format.
XavierPaquet-Rapold May 12, 2024
6131eb7
Add hello feature toggle
XavierPaquet-Rapold May 13, 2024
92f2140
[BOT] Applying format.
XavierPaquet-Rapold May 13, 2024
f784eeb
Fix tests
XavierPaquet-Rapold May 13, 2024
e25fd0a
Fix analyze
XavierPaquet-Rapold May 13, 2024
9c67cd8
[BOT] Applying format.
XavierPaquet-Rapold May 13, 2024
0879046
Merge remote-tracking branch 'origin/master' into hello/master
XavierPaquet-Rapold May 16, 2024
14fda21
Fix code issues
XavierPaquet-Rapold May 16, 2024
ba7cae8
[BOT] Applying format.
XavierPaquet-Rapold May 16, 2024
eb74616
Fix a test
XavierPaquet-Rapold May 16, 2024
efa2ef6
[BOT] Update golden files
XavierPaquet-Rapold May 16, 2024
29e203d
[BOT] Applying pod update.
clubapplets-server May 16, 2024
6d935f1
Setup hello api remote config
XavierPaquet-Rapold May 19, 2024
36e2802
Merge remote-tracking branch 'origin/master' into hello/master
XavierPaquet-Rapold May 19, 2024
855648f
Fix tests
XavierPaquet-Rapold May 19, 2024
d09c7cf
[BOT] Applying format.
XavierPaquet-Rapold May 19, 2024
fa593f5
Fix test
XavierPaquet-Rapold Jun 1, 2024
eb44579
[BOT] Update golden files
XavierPaquet-Rapold Jun 1, 2024
5274736
[BOT] Applying pod update.
clubapplets-server Jun 1, 2024
7b370fd
[BOT] Applying version.
XavierPaquet-Rapold Jun 1, 2024
968b48d
Update l10n/intl_en.arb
XavierPaquet-Rapold Jun 1, 2024
409a2dd
Update l10n/intl_en.arb
XavierPaquet-Rapold Jun 1, 2024
77a122d
Update l10n/intl_fr.arb
XavierPaquet-Rapold Jun 1, 2024
4faa341
Update release-workflow.yaml
XavierPaquet-Rapold Jun 1, 2024
fb06468
Merge branch 'master' into hello/master
XavierPaquet-Rapold Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.x'
flutter-version: '3.19.x'
channel: 'stable'
cache: true
- name: Setup Fastlane
Expand Down
4 changes: 4 additions & 0 deletions assets/images/discord_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/email_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/facebook_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/images/instagram_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/linkedin_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/reddit_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/report.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/images/tiktok_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/x_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ PODS:
- PromisesObjC (= 2.4.0)
- rive_common (0.0.1):
- Flutter
- share_plus (0.0.1):
- Flutter
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand Down Expand Up @@ -216,6 +218,7 @@ DEPENDENCIES:
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- rive_common (from `.symlinks/plugins/rive_common/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite (from `.symlinks/plugins/sqflite/darwin`)
- SwiftyXMLParser (from `https://github.com/yahoojapan/SwiftyXMLParser.git`)
Expand Down Expand Up @@ -283,6 +286,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
rive_common:
:path: ".symlinks/plugins/rive_common/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
sqflite:
Expand Down Expand Up @@ -337,6 +342,7 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
rive_common: c537b4eed761e903a9403d93c347b69bd7a4762f
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
SwiftyXMLParser: 027d9e6fb54a38d95dccec025bcea9693f699c47
Expand Down