File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ dependencies:
14
14
web_socket_channel : ^2.0.0
15
15
16
16
# Database
17
- sembast : ^3.0.0+4
17
+ sembast : ^3.0.1
18
18
sembast_web : ^2.0.0+2
19
19
xxtea : ^2.1.0
20
20
21
21
# Utils
22
- uuid : ^3.0.3
22
+ uuid : ^3.0.4
23
23
meta : ^1.3.0
24
24
path : ^1.8.0
25
25
mime_type : ^1.0.0
26
26
27
27
dev_dependencies :
28
28
# Testing
29
- mockito : ^5.0.3
29
+ mockito : ^5.0.4
30
30
test : ^1.16.8
Original file line number Diff line number Diff line change @@ -10,12 +10,17 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
13
+ # Uncomment for Release version
14
+ # parse_server_sdk: ^3.0.0
13
15
parse_server_sdk :
14
- # path: ../dart
15
- git :
16
- url : git://github.com/parse-community/Parse-SDK-Flutter.git
17
- ref : nullsafety
18
- path : packages/dart
16
+ # Uncomment for local testing
17
+ path : ../dart
18
+
19
+ # Uncomment for test with Github Branch
20
+ # git:
21
+ # url: git://github.com/parse-community/Parse-SDK-Flutter.git
22
+ # ref: nullsafety
23
+ # path: packages/dart
19
24
20
25
# Networking
21
26
dio : ^4.0.0
You can’t perform that action at this time.
0 commit comments