flutter_fx 0.1.4 copy "flutter_fx: ^0.1.4" to clipboard
flutter_fx: ^0.1.4 copied to clipboard

A set of state & navigation manager for flutter. It allows you to update wisely your states and to navigate easily.

0.1.4 #

Enhancements #

  • scaleSize extension improved to guarantee a proper scaling according the device.
  • FxComponents adapted to use the theme.
  • FxRouter exposition limited.

0.1.2 #

Enhancements #

  • Documentation improved.

0.1.1 #

Breaking changes #

  • Removed toFxNullable extension due to wrong casting.
  • FxBuildContext hidden from public APIs.

Enhancements #

  • Added FxNullable class to allow the null casting.

0.1.0 #

Breaking changes #

  • Changed FxView to FxScreen to unify the package naming.
  • Removed ViewArguments. Options in ViewArguments are now directly in the FxScreen.
  • Updated exposition over the package APIs.

Enhancements #

  • Added support for insidePadding into FxScreen.
  • Added support for darkTheme, themeMode and localizationsDelegates into FxApp.
  • Added support for Nullable types.
  • Removed default backgroundColor from the FxScreen.

0.0.15 #

  • FxButton, FxTextField and FxTextButton added to the FxSuite.

0.0.14 #

  • Styles over the cursor color added.

0.0.13 #

  • ViewArguments supporting more styles.

0.0.12 #

  • FxApp based on Material app for supporting themes and allow faster development.

0.0.11 #

  • FxCustomTextField supporting margin

0.0.10 #

  • FxCustomTextField modified to support more styles

0.0.9+2 #

  • Adding materialLocalizations delegate for compatibility with components.

0.0.9+1 #

  • fx_components added to the fx_suite.

0.0.9 #

  • scaffoldBackgroundColor removed from ViewArguments

0.0.8 #

  • fx_suit to fx_suite. Name corrected.

0.0.7 #

  • Fx_extensions added.
  • FxView completed with parameters.

0.0.6 #

  • FxView moved to fx_suit. To find multiple useful pre-build widgets.

0.0.5 #

  • FxView added, widgets for faster development.

0.0.4 #

  • Code formatted.
  • Issue tracket fixed.

0.0.3 #

  • Basic documentation added.
  • Basic example project added.
  • Unnecessary notification listeners removed.
  • State updater is based only in the centralized call of setState((){}) for the builders linked to a Fx variable.

0.0.2 #

  • RouteTransition delimited to animated and none (linear, curve and fade removed). Support for curves added in the transition animation.
  • FxRouter: Basic navigations actions added (goTo, goToAndReplace, back, backUntil).

0.0.1 #

  • Initial implementation of the package. Writing definitions, documentation and foundation methods.
3
likes
150
points
29
downloads

Publisher

verified publishercrianpiro.de

Weekly Downloads

A set of state & navigation manager for flutter. It allows you to update wisely your states and to navigate easily.

Homepage
Repository (GitHub)
View/report issues

Topics

#state #navigation #state-manager #navigation-manager #state-management

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_fx