unify_uni_page 0.0.7
unify_uni_page: ^0.0.7 copied to clipboard
A lightweight Flutter library for seamless integration of native pages using PlatformView. Provides a unified UniPage interface for Android and iOS, enabling easy embedding of native views in Flutter apps.
0.0.7 #
- feat: Unipage adds postCreate lifecycle method
0.0.6 #
- Updated the gestureRecognizers for both iOS and Android platforms to use EagerGestureRecognizer instead of an empty set, improving the responsiveness of the UI.
0.0.5 #
- feat: UniPageLifecycleHolder: add findUniPagesByActivity method
0.0.4 #
- feat: CommonParams
- fix: use empty Map as params to avoid casting Null to Map
0.0.3 #
- add an onPlatformViewDispose callback to AbsUniPageFactoryListener
0.0.2 #
- Android UniPage: make onForeground and public
- Merge unipage branch into master. Delete unipage branch.
0.0.1 #
- First release.
- Still in developing, not for production usage.