Skip to content

Releases: emanuel-braz/flutter_micro_app

2.0.2

09 Oct 01:36
c93ab8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.2

2.0.0

26 Sep 01:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...2.0.0

1.1.1

22 Sep 01:39
15a30a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.2...1.1.0

0.15.2

15 Sep 16:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.15.2

0.14.1

29 Jan 18:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.1

0.13.0

28 Jan 00:58
d52129b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

Release 0.12.0

28 Aug 16:03
6e92b49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

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?