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
+2-7
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,8 @@ This is a Dart package that allows communication with a Parse Server, (https://p
17
17
This is a work in progress and we are consistently updating it. Please let us know if you think anything needs changing/adding, and more than ever, please do join in on this project. (Even if it is just to improve our documentation)
18
18
19
19
## Getting Started
20
-
To install, either add to your pubspec.yaml
21
-
```yml
22
-
dependencies:
23
-
parse_server_sdk: ^2.1.0
24
-
```
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
20
21
+
To install, either add [dependency in your pubspec.yaml file](https://pub.dev/packages/parse_server_sdk/install).
27
22
28
23
Once you have the library added to your project, upon first call to your app (Similar to what your application class would be) add the following...
29
24
@@ -66,7 +61,6 @@ When running via express, set [ParseServerOptions](https://parseplatform.org/par
66
61
67
62
Be aware that for web ParseInstallation does include app name, version or package identifier.
@@ -226,11 +226,14 @@ class QueryBuilder<T extends ParseObject> {
226
226
/// Powerful search for containing whole words. This search is much quicker than regex and can search for whole words including wether they are case sensitive or not.
227
227
/// This search can also order by the score of the search
Copy file name to clipboardExpand all lines: packages/flutter/README.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,7 @@ Hi, this is a Flutter plugin that allows communication with a Parse Server, (htt
11
11
This is a work in progress and we are consistently updating it. Please let us know if you think anything needs changing/adding, and more than ever, please do join in on this project. (Even if it is just to improve our documentation)
12
12
13
13
## Getting Started
14
-
To install, either add to your pubspec.yaml
15
-
```yml
16
-
dependencies:
17
-
parse_server_sdk_flutter: ^3.1.0
18
-
```
19
-
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.
20
-
14
+
To install, either add [dependency in your pubspec.yaml file](https://pub.dev/packages/parse_server_sdk_flutter/install).
21
15
22
16
Once you have the library added to your project, upon first call to your app (Similar to what your application class would be) add the following...
0 commit comments