We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f36e commit 635c43eCopy full SHA for 635c43e
packages/flutter/pubspec.yaml
@@ -10,17 +10,19 @@ dependencies:
10
flutter:
11
sdk: flutter
12
13
- # Uncomment for Release version
14
- #parse_server_sdk: ^3.0.0
15
- parse_server_sdk:
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
+ # Uncomment for Release version
+ parse_server_sdk: ^3.0.0
+
+ # Uncomment for local testing
+ #parse_server_sdk:
+ # path: ../dart
+ # Uncomment for test with Github Branch
+ # git:
+ # url: git://github.com/parse-community/Parse-SDK-Flutter.git
24
+ # ref: nullsafety
25
+ # path: packages/dart
26
27
# Networking
28
dio: ^4.0.0
0 commit comments