Skip to content

Releases: ThexXTURBOXx/dart-openmensa

Flutter 3.10+

13 Jun 19:53
13f3d24
Compare
Choose a tag to compare
  • Support newer Dart and http versions.

Better DTOs

13 Jun 19:52
ff33ca6
Compare
Choose a tag to compare
  • All DTOs can now be encoded to JSON, i.e. a toJson method was added to all of them.

Flutter 3

18 May 10:09
a795b80
Compare
Choose a tag to compare
  • 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.

Overhaul everything...

24 Apr 16:53
4bc9568
Compare
Choose a tag to compare
  • 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.

Fixed examples

11 Aug 11:13
3acbbe5
Compare
Choose a tag to compare
  • Fixed examples

First version

01 Aug 20:39
1d73fec
Compare
Choose a tag to compare
  • First version providing simple access to OpenMensa's API services.