push_widgets 0.1.2 copy "push_widgets: ^0.1.2" to clipboard
push_widgets: ^0.1.2 copied to clipboard

Prefixed widgets (PW*) and Material 3 theme for Flutter apps.

0.1.2 #

  • Add PWRow and PWColumn (layout wrappers with gap spacing)
  • Add showPWSnackBar helper for Material SnackBar
  • Add showPWBottomSheet helper for modal bottom sheet (M3 styling)
  • Update README with usage examples and version
  • Update example app to showcase new widgets

0.1.1 #

  • Fix: remove unnecessary library directive in lib/push_widgets.dart
  • Fix: convert dangling library doc comments (///) to regular // comments in scaffold files
  • Fix: example uses string interpolation for analyzer preference
  • Docs: clarify README and ensure Material 3 theme usage
  • Maintenance: static analysis passes cleanly with flutter analyze

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 /example with theme toggle
  • Added README with docs and publish instructions
2
likes
160
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Prefixed widgets (PW*) and Material 3 theme for Flutter apps.

Repository (GitHub)
View/report issues

Topics

#widget #ui #material3 #theming #cupertino

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on push_widgets