New
Release v0.5.2
0.5.2 (2021-08-07)
Bug Fixes
- Bookings: Remove incorrect cast (d025c92)
Refactors
- Add a JSON typedef instead of Map<String, dynamic> (35489e8)
- Add a QueryParams typedef for Map<String, String> (ec5c158)
- replace dynamic with Object? (b8bd294)
- Exception: use constants helper for network exception names (71ffd20)
Chore Tasks
- Exclusions: exclude mock files (900ef0b)