cockpit_client 1.0.3
cockpit_client: ^1.0.3 copied to clipboard
Consume Cockpit PHP API within Flutter CLIENT, access to your collection, singleton or save your forms.
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 : Cockpit("collection").cancelLastRequest() or Cockpit("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.