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

outdated

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

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
0
pub points
51%
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutterui_modifiers