lynx_view_android 1.2.0
lynx_view_android: ^1.2.0 copied to clipboard
Android implementation of the lynx_view plugin (wraps Lynx's native LynxView as a Flutter PlatformView).
1.2.0 #
-
Fixed: R8 broke consuming apps' release builds on a dangling Gson reference inside Lynx. Ships
consumer-rules.prowith-dontwarn com.google.gson.**. -
Fixed
LynxView.destroy()running twice on the same instance — the channel teardown and the engine'sPlatformView.dispose()both reach it. -
Answer
trimMemoryandqueryMemoryUsageon the plugin channel, forwarding toLynxEnv.trimMemoryandLynxMemoryUsageQuery.
1.0.0 #
- Initial release: Android implementation of
lynx_view(Lynx SDK 4.0.0 Gradle deps,LynxPlatformViewFactory,LynxViewPlugin.registerNativeModule, built-inFlutterBridgemodule).