File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,20 @@ command:
37
37
drift : ^2.22.1
38
38
equatable : ^2.0.5
39
39
ezanimation : ^0.6.0
40
+ firebase_core : ^3.0.0
41
+ firebase_messaging : ^15.0.0
40
42
file_picker : ^8.0.5
41
43
file_selector : ^1.0.3
44
+ flutter_app_badger : ^1.5.0
45
+ flutter_local_notifications : ^18.0.1
42
46
flutter_markdown : ^0.7.2+1
43
47
flutter_portal : ^1.1.4
48
+ flutter_secure_storage : ^9.2.2
49
+ flutter_slidable : ^3.1.1
44
50
flutter_svg : ^2.0.10+1
45
51
freezed_annotation : ^2.4.1
46
52
get_thumbnail_video : ^0.7.3
53
+ go_router : ^14.6.2
47
54
http_parser : ^4.0.2
48
55
image_gallery_saver_plus : ^3.0.5
49
56
image_picker : ^1.1.2
@@ -62,10 +69,12 @@ command:
62
69
path_provider : ^2.1.3
63
70
photo_manager : ^3.2.0
64
71
photo_view : ^0.15.0
72
+ provider : ^6.0.5
65
73
rate_limiter : ^1.0.0
66
74
record : ^5.2.0
67
75
responsive_builder : ^0.7.0
68
76
rxdart : ^0.28.0
77
+ sentry_flutter : ^8.3.0
69
78
share_plus : ^10.0.2
70
79
shimmer : ^3.0.0
71
80
sqlite3_flutter_libs : ^0.5.26
@@ -74,6 +83,7 @@ command:
74
83
stream_chat_flutter_core : ^9.3.0
75
84
stream_chat_localizations : ^9.3.0
76
85
stream_chat_persistence : ^9.3.0
86
+ streaming_shared_preferences : ^2.0.0
77
87
svg_icon_widget : ^0.0.1
78
88
synchronized : ^3.1.0+1
79
89
thumblr : ^0.0.4
@@ -89,6 +99,7 @@ command:
89
99
drift_dev : ^2.22.1
90
100
fake_async : ^1.3.1
91
101
faker_dart : ^0.2.1
102
+ flutter_launcher_icons : ^0.14.2
92
103
freezed : ^2.4.2
93
104
json_serializable : ^6.7.1
94
105
mocktail : ^1.0.0
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ description: A new Flutter project.
3
3
publish_to : " none"
4
4
version : 2.2.0
5
5
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
+
6
18
environment :
7
19
sdk : ^3.5.4
8
20
flutter : " >=3.24.5"
You can’t perform that action at this time.
0 commit comments