- Fix NPE when platform plugin delegate is null
- migrate to flutter 3.16.9
- ios add FaradayNavigationControllerBarHiddenProtocol
- migrate to flutter 3.0.5
- rewrite android plugin
- migrate to flutter 3.0.3
- rewrite android plugin
- migrate to flutter 2.5.0
- fix typo
- fix refresh error when save file
- migrate to flutter 2.0
- fix typo
- add top navigator accessor
- add top context accessor
- compatible with objc
- add navigator observer
- refactor logger
- improve widget dispose logic after native container dealloc
- [android] fix status bar style
- [ios] reset additionalSafeAreaInsets
- [android] refactor
initEngine
tostartEngine
- [ios] post status bar notification
- [android] downgrade minSdkVersion to 16
- [ios] fix ios notification issue
- [ios] refine swipe pop gesture
- refine example project
- remove useless asset
- [ios] resize channel buffer
- remove navigator anchor
- [android] refine
onNewIntent
- add anchor native api
- [android] fix splash reuse issue
- fix page dealloc logic
- add popToAnchor native api
- compatible xcode 11.5
- support pop to any flutter route
- refine options default value
- refine options api
- downgrade flutter version to 1.24.0-10.2.pre
- revert FaradayBrdige of api
- refine notification api
- [android] fix splash issue
- [android] make route¶ms public
- add more examples
- [ios] refine callback api
- migrate to
Flutter 1.25.0-8.1.pre
- [ios] refine push api
- refine nullsafety
- [ios] fix pop gesture logic
- upgrade json package to 4.0.0.nullsafety.2
- upgrade json package to 4.0.0.nullsafety.1
- [ios] fix callback issue
- add invokeMapMethod&invokeListMethod for common channel
- fix navigator onGenerateInitialRouteIssue
- [ios] make flutter engine public
- support null safety basically
- refine android activity lifecycle
- detach activity before destroy
- test publish by github action
- refactor activity builder api
- add examples
- fix Activity animation issue
- fix ViewController swipe back gesture
- Support custom splash screen with pure color
- Support activity all launch modes
- Support custom transition animation
- Support transparent background
- Support Activity animation
- Support Fragment
- Remove Page.Hidden event
- Custom FlutterActivity
- Support hybrid route stack.
- Automatically handle ios navigation bar hidden/show.
- Support
WillPopScope
widget. - Send/Receive global notification.
- Complete documentation.