parse_server_sdk 3.1.15 copy "parse_server_sdk: ^3.1.15" to clipboard
parse_server_sdk: ^3.1.15 copied to clipboard

Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add parse_server_sdk

With Flutter:

 $ flutter pub add parse_server_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  parse_server_sdk: ^3.1.15

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:parse_server_sdk/parse_server_sdk.dart';
141
likes
110
pub points
87%
popularity

Publisher

verified publisherparseplatform.org

Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, http, meta, mime_type, path, sembast, sembast_web, timezone, uuid, web_socket_channel, xxtea

More

Packages that depend on parse_server_sdk