You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dart/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This is a work in progress and we are consistently updating it. Please let us kn
20
20
To install, either add to your pubspec.yaml
21
21
```yml
22
22
dependencies:
23
-
parse_server_sdk: ^2.0.1
23
+
parse_server_sdk: ^2.1.0
24
24
```
25
25
or clone this repository and add to your project. As this is an early development with multiple contributors, it is probably best to download/clone and keep updating as an when a new feature is added.
26
26
@@ -50,7 +50,6 @@ It's possible to add other parameters to work with your instance of Parse Server
50
50
await Parse().initialize(
51
51
keyApplicationId,
52
52
keyParseServerUrl,
53
-
masterKey: keyParseMasterKey, // Required for Back4App and others
54
53
clientKey: keyParseClientKey, // Required for some setups
55
54
debug: true, // When enabled, prints logs to console
56
55
liveQueryUrl: keyLiveQueryUrl, // Required if using LiveQuery
0 commit comments