flutter_micro_app 0.7.0 copy "flutter_micro_app: ^0.7.0" to clipboard
flutter_micro_app: ^0.7.0 copied to clipboard

outdated

A package to speed up the creation of micro apps structure in Flutter applications

0.7.0 #

[2022-05-03]

Break

  • WidgetPageBuilder (arguments:dynamic) parameter becomes (settings:RouteSettings)

Added

  • Separation of native events enablers
  • Make optional the widgetbuilder channels

0.6.0 #

[2022-04-27]

Break

  • PageBuilder function became class

Added

  • Add transition animation per MicroPage
  • Add hasRoute method to NavigatorInstance

0.5.0 #

[2022-02-20]

Added

  • Add event handler list to mixin
  • close navigator when firstpage pops
  • add transitions for navigation
  • fix lint warnings
  • add navigator widget
  • add maNav to BuildContext extension

Break

  • change route to pageBuilder
  • getFragment becomes getPageBuilder

0.4.0 #

[2022-02-12]

Added

+ add HandlerRegisterMixin to deal with BuildContext, and example
+ add example how to use overlay(float page)
+ add example how to emit and receive event, in order to change colors on other micro app component
+ add example how to complete an event, asynchronously

Break

- break changing:  MicroApp.routes becomes MicroApp.pageBuilders

0.3.0 #

[2022-02-06]

Added

+ add distinct property to handlers

0.2.0 #

[2022-02-05]

Added

+ improved channel filter performance
+ event filtering by type
+ new widget builder (MicroAppWidgetBuilder)
+ bug fixes
+ refactoring

0.1.0 #

[2022-01-30]

  • initial release.
31
likes
0
points
414
downloads

Publisher

unverified uploader

Weekly Downloads

A package to speed up the creation of micro apps structure in Flutter applications

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_log, equatable, flutter

More

Packages that depend on flutter_micro_app