Skip to content

JoshR604/parse_server_dart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse_dart

A Parse Server library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

This is still WIP, API might change

  • User Authentication works
  • No query builder yet
  • LiveQuery websocket works
  • Parse Object works

TODO:

  • Documentation
  • Query builder
  • ...

A simple usage example:

import 'package:parse_server/parse.dart';

main() {
  var awesome = new Parse();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Parse Server SDK for dart and flutter

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 100.0%