flutterui_modifiers 0.3.1 copy "flutterui_modifiers: ^0.3.1" to clipboard
flutterui_modifiers: ^0.3.1 copied to clipboard

FlutterUI Modifiers is a collection of declarative widget modifiers to make your Flutter code shorter and linear.

0.3.1 #

Extended existing modifier to support all Widgets

  • Extended .onTap() to all widgets

Improved modifiers

  • Implemented Type Handover in .onTap()
  • Implemented Type Handover in .onHover()

0.3.0 #

Added new modifiers to existing Widgets

  • Added .help() to all widgets
  • Added .hideThumb() to ListView
  • Added .onHover() to all widgets

Removed modifier

  • Removed .decorate()

General

  • Improvements
  • Optimisations

0.2.0 #

Added new modifiers to existing Widgets

  • Added .bold() to Text
  • Added .flex() to all widgets
  • Added .shadow() to all widgets

Improved modifiers

  • Implemented Type Handover in .corner()
  • Added default padding of 12 to .padding() modifier

Renamed modifier

  • Renamed .translate() to .offset()

0.1.1 #

Added Button

*Subject to change

Modifiers:

  • .disabled()
  • .onLongTap()
  • .onTap()

Added new modifiers to existing Widgets

  • Added .corner() to all widgets
  • Added .decorate() to Container
  • Added .direction() to Icon and Text
  • Added .multilineTextAlignment()to Text
  • Added .semantic() to Icon
  • Added .style() to Text and TextField (*Subject to change)

Implemented Type handover

  • Type handover for Button class
  • Type handover for Container class
  • Type handover for Icon class
  • Type handover for Text class
  • Type handover for TextField class

0.0.2 #

  • Added example file
  • Improvements

0.0.1 #

Initial release

10
likes
130
pub points
38%
popularity

Publisher

verified publisherlawrencebensaid.nl

FlutterUI Modifiers is a collection of declarative widget modifiers to make your Flutter code shorter and linear.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutterui_modifiers