Skip to content

Commit 8b5f36e

Browse files
Update pubspec.yaml
1 parent 7c06ff1 commit 8b5f36e

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

packages/dart/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ dependencies:
1414
web_socket_channel: ^2.0.0
1515

1616
#Database
17-
sembast: ^3.0.0+4
17+
sembast: ^3.0.1
1818
sembast_web: ^2.0.0+2
1919
xxtea: ^2.1.0
2020

2121
# Utils
22-
uuid: ^3.0.3
22+
uuid: ^3.0.4
2323
meta: ^1.3.0
2424
path: ^1.8.0
2525
mime_type: ^1.0.0
2626

2727
dev_dependencies:
2828
# Testing
29-
mockito: ^5.0.3
29+
mockito: ^5.0.4
3030
test: ^1.16.8

packages/flutter/pubspec.yaml

+10-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13+
# Uncomment for Release version
14+
#parse_server_sdk: ^3.0.0
1315
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
1924

2025
# Networking
2126
dio: ^4.0.0

0 commit comments

Comments
 (0)