- Notifications
You must be signed in to change notification settings - Fork10
Parse Server SDK for dart and flutter
License
NotificationsYou must be signed in to change notification settings
lotux/parse_server_dart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Parse Server library for Dart developers.
Created from templates made available by Stagehand under a BSD-stylelicense.
This is still WIP, API might change
- User Authentication works
- No query builder yet
- LiveQuery websocket works
- Parse Object works
- Documentation
- Query builder
- ...
A simple usage example:
import 'package:parse_server/parse.dart';main() { var awesome = new Parse();}
Please file feature requests and bugs at theissue tracker.