kyte_dart 0.0.6 kyte_dart: ^0.0.6 copied to clipboard
kyte_dart is a Flutter package that enables seamless communication between your app and a Kyte API endpoint, whether deployed by Kyte Shipyard or custom deployment using KytePHP.
0.0.6 #
- Add ability to reset tokens
0.0.5 #
- Resolve conflict with existing HttpException class.
- Add KyteHttpException to replace HttpException.
- Add deprecation annotation to HttpException to inform developers to use KyteHttpException instead.
- Add an optional logout callback handler to custom handle 403 responses.
0.0.4 #
- Fix missing library level documentation comments.
- Remove conflicting library definition.
0.0.3 #
- Add dartdoc documentation & comments.
0.0.2 #
- Add a better description for the package.
- Update dependency to include most recent stable intl package.
0.0.1 #
- Initial development release.