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

outdated

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

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.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