esp_rainmaker 0.4.0 esp_rainmaker: ^0.4.0 copied to clipboard
A wrapper of the ESP Rainmaker REST API for client-cloud communication.
0.4.0 #
- Changed to new JSON encoding.
0.3.1+3 #
- Fixed JSON encoding type bug.
0.3.1+2 #
- Removed new JSON parsing from public exposure.
0.3.1+1 #
- Brought back web support.
0.3.1 #
- Moved all JSON encoding and decoding to isolate. Should result in less jank when working with lots of data in Flutter.
0.3.0+3 #
- 2nd bug fix for date-based scheduling
0.3.0+2 #
- Bug fix for date-based scheduling
0.3.0+1 #
- Formatted code to increase pub score
0.3.0 #
- Breaking: Added schedule-by-date scheduling options
0.2.0 #
- Added scheduling helper functions
0.1.0+1 #
- Updated example in README
0.1.0 #
- Fully tested functions and made breaking changes to fix issues
- Added new Rainmaker functions
0.0.1-dev.3 #
- Tested and likely stable user management functions
- Added custom exceptions to handle errors for user management
0.0.1-dev.2 #
- Improved documentation, formatted to increase pub score, and exported another file.
0.0.1-dev.1 #
- Initial unstable release