Skip to content

Commit a27a492

Browse files
committed
chore: move deps to shared dependencies
1 parent 83d8fbf commit a27a492

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

melos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,20 @@ command:
3737
drift: ^2.22.1
3838
equatable: ^2.0.5
3939
ezanimation: ^0.6.0
40+
firebase_core: ^3.0.0
41+
firebase_messaging: ^15.0.0
4042
file_picker: ^8.0.5
4143
file_selector: ^1.0.3
44+
flutter_app_badger: ^1.5.0
45+
flutter_local_notifications: ^18.0.1
4246
flutter_markdown: ^0.7.2+1
4347
flutter_portal: ^1.1.4
48+
flutter_secure_storage: ^9.2.2
49+
flutter_slidable: ^3.1.1
4450
flutter_svg: ^2.0.10+1
4551
freezed_annotation: ^2.4.1
4652
get_thumbnail_video: ^0.7.3
53+
go_router: ^14.6.2
4754
http_parser: ^4.0.2
4855
image_gallery_saver_plus: ^3.0.5
4956
image_picker: ^1.1.2
@@ -62,10 +69,12 @@ command:
6269
path_provider: ^2.1.3
6370
photo_manager: ^3.2.0
6471
photo_view: ^0.15.0
72+
provider: ^6.0.5
6573
rate_limiter: ^1.0.0
6674
record: ^5.2.0
6775
responsive_builder: ^0.7.0
6876
rxdart: ^0.28.0
77+
sentry_flutter: ^8.3.0
6978
share_plus: ^10.0.2
7079
shimmer: ^3.0.0
7180
sqlite3_flutter_libs: ^0.5.26
@@ -74,6 +83,7 @@ command:
7483
stream_chat_flutter_core: ^9.3.0
7584
stream_chat_localizations: ^9.3.0
7685
stream_chat_persistence: ^9.3.0
86+
streaming_shared_preferences: ^2.0.0
7787
svg_icon_widget: ^0.0.1
7888
synchronized: ^3.1.0+1
7989
thumblr: ^0.0.4
@@ -89,6 +99,7 @@ command:
8999
drift_dev: ^2.22.1
90100
fake_async: ^1.3.1
91101
faker_dart: ^0.2.1
102+
flutter_launcher_icons: ^0.14.2
92103
freezed: ^2.4.2
93104
json_serializable: ^6.7.1
94105
mocktail: ^1.0.0

sample_app/pubspec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ description: A new Flutter project.
33
publish_to: "none"
44
version: 2.2.0
55

6+
# Note: The environment configuration and dependency versions are managed by Melos.
7+
#
8+
# Do not edit them manually.
9+
#
10+
# Steps to update dependencies:
11+
# 1. Modify the version in the melos.yaml file.
12+
# 2. Run `melos bootstrap` to apply changes.
13+
#
14+
# Steps to add a new dependency:
15+
# 1. Add the dependency to this list.
16+
# 2. Add it to the melos.yaml file for future updates.
17+
618
environment:
719
sdk: ^3.5.4
820
flutter: ">=3.24.5"

0 commit comments

Comments
 (0)