http_api_generator 1.1.2 http_api_generator: ^1.1.2 copied to clipboard
A package that help you to generate Http Restful Api by annotation.
1.0.0 #
- First release.
1.0.1 #
- Fix null type generation.
- Change FromJsonTransform type to 'T Function(dynamic json)' to fix list transform bug.
1.0.2 #
- Fix List transform
1.0.3 #
- Update to analyzer 5.
- Upload project to Github.
1.1.0 #
- Fix baseUrl;
- Fix error of top-level fromJson function;
- Add @BodyPart;
- Add HttpOptions;
1.1.1 #
- Add connectTimeout to HttpOptions;
1.1.2 #
- Fix bug