component_set 0.1.1
component_set: ^0.1.1 copied to clipboard
Shared Flutter UI building blocks (pagination, data tables) for apps using http_method code generation.
Changelog #
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.