bagel_db 0.1.19
bagel_db: ^0.1.19 copied to clipboard
Dart plugin to retrieve and update data on BagelDB. This library allows you to build a backend in a matter of minutes, make REST API requests and manage your content easily
0.0.1 #
- The initial version.
0.1.0 #
- Add an example in
exampledirectory - Add more descriptive README
- Add more documantation to the functions
0.1.1 #
- API & example editing
0.1.2 #
- Add longer description
0.1.3 #
- Edit the contructor of
BagelDBobject - Add a link to a detailes example repo on Github
0.1.4 #
- Add
pageNumberquery - Internal changes in the endpoints
0.1.6 #
- Added nullsafety to the package
- Added method
schemato retrieve the collection schema
0.1.7 #
- Added support for all platforms: Android, IOS and Web
- Added Support for nested collection for all CRUD operations
- Added field projection for all requests
- Bug Fixes
0.1.8 #
- Added support for appending or unsetting an item to a reference list instead of putting the entire array
- Added Support for flutter web
0.1.9 #
- validate
set()andpost()methods item is set - solidify
query()and other methods return the right types
0.1.10 #
- Breaking Change:
put(),set()andpost()do not take named parameters anymore, the Map is received is now a positional argument
0.1.11 #
- Bug fixes with nested collection request
0.1.12 #
- Added
dataparameter to thelisten()method, now returning the full payload, allowing listen to be used as aget()and get properly updated when data changes
0.1.13 #
listen()stability bug fix- fixed
itemCountbug onget()
0.1.14 #
- Realtime payload bug fix
0.1.15 #
- Realtime nested collection bug fix
0.1.16 #
- User authentication is now available in the flutter library.
- OTP is also available via the new
requestOtp(emailOrPhone)thenvalidateOtp(otp)methods.
0.1.17 #
- Otp bug fix, now throwing an error for the wrong password
0.1.18 #
- GeoPoint query static constructor
- Minor OTP bug fix
0.1.19 #
- Changes to how user login state is managed, bug fixes
- deprecated
getUserID()isLoggedIn()andgetUser()in favor of getteruser - Added
authStateChangeas a Stream to get notified on a users login state change