floative 0.0.6 copy "floative: ^0.0.6" to clipboard
floative: ^0.0.6 copied to clipboard

discontinued

A lightweight jumpstart for your flutter application. Navigation without context. better logs. easy singletons and more.

0.0.5+1 PRE-BETA 07/15/20 #

  • BREAKING: now you use
var myService = Floative.I.get<MyService>(args: {'api_client_key': APIClient()});

to get the instance with args.

0.0.5 PRE-BETA 07/15/20 #

  • BREAKING: change the name of FloativeMaterialApp to FloativeApp
  • feat: add support for args in Factory module

0.0.4 PRE-BETA 07/11/20 #

  • feat: add support for factory (always new instances)
  • feat: add support for lazy singletons
  • refactor: add the same amount of args of Text to TextIntl
  • feat: add the floative_state and floative_stateless_widget

0.0.3+2 PRE-BETA 07/11/20 #

  • feat: updates the image banner in readme.md

0.0.3+1 PRE-BETA 07/10/20 #

  • fix: fixes a pub issue

0.0.3 PRE-BETA 07/10/20 #

  • feat: creates the reactive module
  • feat: updates readme
  • feat: updates the example project with the reactive module;
  • feat: creates the internationalization module

0.0.2+1 ALPHA - 07/09/20 #

  • refactor: fix mistype in CHANGELOG.md
  • refactor: add a better description

0.0.2 ALPHA - 07/09/20 #

  • Refactor: refactor how we listen to route changes.
  • BREAKING: remove closeDialog method. To close a dialog, just use back.

0.0.1 ALPHA - 07/08/20 #

  • The very first release of floative. Still in Alpha and shouldn't be used in production.
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A lightweight jumpstart for your flutter application. Navigation without context. better logs. easy singletons and more.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on floative