We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 908aec8 + 64f5ec8 commit 80a9d00Copy full SHA for 80a9d00
README.md
@@ -3,14 +3,17 @@ A rewrite of a library hosted on GitHub. This is not my own content but based on
3
4
https://github.com/lotux/parse_server_dart
5
6
+## Join in!
7
+Want to get involved? Join our Slack channel and help out! FlutterParseSDK.Slack.com
8
+
9
## Getting Started
10
11
## To init Parse, call the method:-
12
13
```
14
Parse().initialize(
- appId: ApplicationConstants.PARSE_APPLICATION_ID,
- serverUrl: ApplicationConstants.PARSE_SERVER_URL,
15
+ ApplicationConstants.PARSE_APPLICATION_ID,
16
+ ApplicationConstants.PARSE_SERVER_URL,
17
masterKey: ApplicationConstants.PARSE_MASTER_KEY);
18
19
0 commit comments