component_set 0.1.2
component_set: ^0.1.2 copied to clipboard
Shared Flutter UI widgets and HTTP runtime modules for apps using component_generator.
Changelog #
0.1.2 #
- Add HTTP runtime modules moved from
component_generator: request/response models, base HTTP method/client abstractions, buffer helpers, multipart parameter support, and HTTP/1.1 + HTTP/2 client implementations. - Add new exports for runtime usage:
component_set.dart,http1_client.dart, andhttp2_client.dart. - Update package description to reflect that
component_setnow provides both shared UI widgets and HTTP runtime code.
0.1.1 #
- Breaking: Pub package renamed from
componenttocomponent_set(pub.dev rejects names too similar tocomponents). Updatepubspec.yamland allpackage:component_set/...imports.
0.1.0 #
- Initial release:
PaginatedView,PaginationController,PaginationBar, andTableContentWidgetfor use with http_method code generation. - Overlay helpers:
component_window.dartexports window management, alerts, and small utilities.