flutter_compose_ui_modifiers 0.5.0 copy "flutter_compose_ui_modifiers: ^0.5.0" to clipboard
flutter_compose_ui_modifiers: ^0.5.0 copied to clipboard

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

0.5.0 #

  • add the ignoreArea property to mShowSmartDialog().

0.4.9 #

  • a lot of new widget such as chat.

0.4.8 #

  • update new feature. [MTextController, mToast, isNet, ...]

0.4.7 #

  • delete all the assets image.

0.4.6 #

  • add handleData to mEasyGetPageData.

0.4.5 #

  • new config.

0.4.4 #

  • add some comments.

0.4.3 #

  • get: ^4.6.5

0.4.2 #

  • add MRefreshController.

0.4.1 #

  • add mApiRetry.

0.4.0 #

  • add more widget property.

0.3.9 #

  • Add some util.

0.3.8 #

  • Add so many function.

0.3.7 #

  • MGradientText optimize the profomance.

0.3.6 #

  • Optimize the Modifier widgets.

0.3.5 #

  • Add Modifier widget.

0.3.4 #

  • Update readme.

0.3.3 #

  • Update the dart and flutter version.

0.3.2 #

  • Optimize some code.

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