parse_server_sdk 1.0.3
parse_server_sdk: ^1.0.3 copied to clipboard
Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
1.0.3 #
Added persistent storage. When a logged in user closes the app, then reopens, the data will now be persistent. Best practice would be to Parse.init, then Parse.currentUser. This will return the current user session and allow auto login. Can also pin data in storage.
1.0.2 #
Fixed login
1.0.1 #
Added documentation and GeoPoints
1.0.0 #
First full release!
0.0.4 #
Added description
0.0.3 #
Added more cloud functions