flutter_maya_sdk 1.0.6
flutter_maya_sdk: ^1.0.6 copied to clipboard
Consume Maya PHP API within Flutter CLIENT, access to your collection, singleton or save your forms.
1.0.6 Nov 21, 2022. #
- [ADD] SSE Event
- [ADD] Can Connect To Multiple Maya Instance
1.0.6-b Feb 24, 2022. #
- [UPGRADE] Null safety
- [CHANGE] Change the initialisation parameter
- [ADD] Allow get undeclared collections
- [ADD] Allow custom url
1.0.5 Sept 8, 2020. #
- [BUG] Fix when baseUrl ends with "/"
1.0.3 Aout 5, 2020. #
- [BUG] Fix cache key
- [BUG] Fix concurent request close
- [NEW] Add cancelLastRequest for close the last request if need
- USAGE : Maya("collection").cancelLastRequest() or Maya("collection", key:Key("myKey")).cancelLastRequest()
1.0.2 Aout 4, 2020. #
- [BUG] Fix when server ends with "/"
- [BUG] Fix cache
1.0.1 Jul 12, 2020. #
- Remove public variable
- Add MIT LICENCE
1.0.0 Jul 11, 2020. #
- Add liquide_engine
0.0.1 Jul 11, 2020. #
- initial release.