push_widgets 0.1.0
push_widgets: ^0.1.0 copied to clipboard
Prefixed widgets (PW*) and Material 3 theme for Flutter apps.
0.1.0 #
- Initial release with structured folders under
lib/src/ - Added Material 3 light/dark theme (
PWTheme) - Implemented sample widgets:
PWText,PWButton,PWAppBar - Public exports via
lib/push_widgets.dart - Included example app under
/examplewith theme toggle - Added README with docs and publish instructions