- Support for Flutter Web.
- Now throws
http.ClientException
s instead ofHttpException
s. - Add more entries in pubspec.
- Support newer Dart and
http
versions.
- All DTOs can now be encoded to JSON, i.e. a
toJson
method was added to all of them.
- BREAKING CHANGE: Dart SDK 2.17.0+ (Flutter 3) is now required.
- BREAKING CHANGE: Throw errors when API is down or reports errors.
Meal
now has optional price parameters instead of required ones.- Updated
flutter_lints
and use more of its rules.
- BREAKING CHANGE: Dart SDK 2.15.0+ is now required.
- BREAKING CHANGE: API has been overhauled in various places.
- Migrated to
flutter_lints
and use many of its rules.
- Fix examples.
- Initial release.