Skip to content

Releases: emanuel-braz/flutter_micro_app

Release 0.11.0

14 Aug 03:26
738ed13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

Release 0.10.0

23 Jul 02:52
cccbc05
Compare
Choose a tag to compare

Added

  • Add GenericMicroAppEventController in order to enable webview controllers

Release 0.8.0

26 May 02:35
09b6cfe
Compare
Choose a tag to compare

Summary (Feature / Bugfix description)

Break

  • Using Map as default data transfer object, instead string

Fix

  • Enable/disable native requets in navigation events

Added

  • Parses event data from native platform
  • Add optional timeout parameter, but still can use timeout in the old way as well

This PR fixes/implements (types of changes)

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore, changes that do not affect the software behavior (docs, build process, configs, structures)

Requirements (if applicable)

  • Have you lint your code locally prior to submission?
  • All new and existing tests passed?
  • Did you update the changelog file?
  • Did you update pubspec.yaml?
  • Have you written new tests for your core changes, as applicable?

Release 0.7.0

03 May 04:02
aebb1da
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: 0.6.0...0.7.0

Release 0.6.0

28 Apr 03:36
a9566d0
Compare
Choose a tag to compare

Break

  • PageBuilder function became class

Added

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

Release 0.5.0

20 Feb 18:16
9831590
Compare
Choose a tag to compare

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

Release 0.4.0

13 Feb 00:25
6ffbdfe
Compare
Choose a tag to compare

Release 0.3.0

07 Feb 01:55
09e1c41
Compare
Choose a tag to compare
Merge pull request #6 from emanuel-braz/develop

Release 0.3.0

Release 0.2.0

06 Feb 18:29
bb36948
Compare
Choose a tag to compare
Merge pull request #1 from emanuel-braz/develop

New feats, bug fixes, chores and better performance

Release 0.1.0

03 Feb 04:35
Compare
Choose a tag to compare
first commit