parse_server_dart 0.0.5 copy "parse_server_dart: ^0.0.5" to clipboard
parse_server_dart: ^0.0.5 copied to clipboard

Parse Server Dart SDK.

parse_server_dart #

A Parse Server library for Dart developers.

The original one seems not working and abandoned.

Usage #

These seems work, still needs test and tweak

  • Users
    • signUp
    • login
    • user query
  • Basic Query
    • query all
  • Objects
    • creation

A simple usage example can be found in the 'example' directory with almost all working functions.

TODO: #

  • A lot ......