Skip to content

Commit da2b868

Browse files
CopilotSembauke
andcommitted
Restore sqflite_migration_service for podcast functionality
Co-authored-by: Sembauke <[email protected]>
1 parent f6d195c commit da2b868

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mobile-app/lib/app/app.locator.dart

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile-app/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ dependencies:
4747
share_plus: 10.1.4 # NOTE: v11 has breaking changes
4848
shared_preferences: 2.5.3 # TODO: update deprecated code
4949
sqflite: 2.4.2
50-
stacked: 3.4.3
50+
# TODO: Replace with sqflite methods as below package isn't actively maintained
51+
sqflite_migration_service: 2.0.0-nullsafety.1
52+
stacked: 3.4.3 # NOTE: 3.4.4+ is blocked by sqflite_migration_service
5153
stacked_services: 1.6.0
5254
timezone: 0.10.1
5355
ua_client_hints: 1.4.1
@@ -84,6 +86,7 @@ flutter:
8486
assets:
8587
- .env
8688
- assets/images/
89+
- assets/sql/
8790
- assets/test_data/news_post.json
8891
- assets/test_data/news_feed.json
8992
- assets/learn/

0 commit comments

Comments
 (0)