component_generator 0.1.3
component_generator: ^0.1.3 copied to clipboard
Annotated HTTP client code generation (REST), optional table/widget helpers, and HTTP/1.1 and HTTP/2 client bases for Dart.
0.1.3 #
- Guard generated
fromJsoncalls whenresp.resis null. - Skip
*Fetchhelper generation when the request type lackspageNumandpageSizefields. - Default generated
MyClienttemplate setsprefixtohttp://127.0.0.1:8080.
0.1.2 #
- Backward compatible with 0.1.1 for package consumers (same annotations and generated shape).
- Raise
buildto ^4.0.0 (works with currentjson_serializable/build_runnerstacks). - Widen
analyzerto>=8.4.1 <14.0.0so apps can resolve newerjson_serializable(analyzer 10+) in the same workspace as this package. - Depend on
component_set^0.1.2.
0.1.1 #
- Generated list
*Fetchhelpers useIPaginationController<T>; import a concrete definition in the same library as yourpartfile (seeexample/, e.g.component_set). - Fix generated fetch error message when reporting
resp.code. - Refresh example (
networkApi,build_runneroutputs) and metadata for publishing.
0.1.0 #
- Initial version.