dexcom 0.1.9 dexcom: ^0.1.9 copied to clipboard
dexcom for Dart allows you to use Dexcom Share to get your Dexcom CGM data, or anybody else's, to run your application.
Beta #
0.0.0 #
- Initial release
0.0.1 #
- Improved documentation
0.1.0 #
- Added automatic session renewal
- Removed the requirement to have manual session renewal
- Added
verifyLogin
function to verify a login - Improved functionality and error handling
0.1.1 #
- Improved documentation
0.1.2 #
- Removed dart:ui library in favor of using dart:io to get region, now allowing all Dart programs to use the dexcom package instead of just Flutter programs
- Removed logging using print() in favor of Exceptions
- Improved documentation
0.1.3 #
- Added web support
- Improved code comments
0.1.4 #
- Removed uuid dependency requirement
- Changed website URL and repository URL
- Improved documentation
- Improved code comments
0.1.5 #
- Fixed web support issue
- Improved code comments
0.1.6 #
- Improved documentation
0.1.7 #
- Included a check for Internet
- Improved error handling
0.1.8 #
- Improved documentation
0.1.9 #
- Completely rewrote example as a fully functional Flutter app with detailed examples and processes
- Updated Important Information in README.md