lynx_view_platform_interface 1.6.0
lynx_view_platform_interface: ^1.6.0 copied to clipboard
A common platform interface for the lynx_view plugin.
1.6.0 #
LynxFontAsset— a font family name paired with the Flutter asset key of the file that provides it. Rides increationParamsunderfonts, so the platform packages can register it before their native view exists.
1.5.0 #
LynxViewEventHandler.onReceivedError— recoverable errors (an<image>src that 404'd, a runtime warning) now arrive on their own callback instead ofonLoadError. Default implementation ignores them, so existing handlers keep compiling.
1.4.0 #
- Version bump only, to stay in lockstep with the other packages.
1.3.0 #
- Version aligned across the federated packages so they move in lockstep; no functional change in this one.
1.2.0 #
- Added
LynxViewPlatform.trimMemoryandLynxViewPlatform.queryMemoryUsage, carried over a new process-wide plugin channel (these are not per-view calls). - Added
LynxMemoryPressureLevel,LynxMemoryUsageandLynxInstanceMemory. - Both new methods have throwing defaults, so existing platform implementations keep compiling.
1.0.0 #
- Initial release:
LynxViewPlatforminterface and the sharedMethodChannelLynxViewimplementation used bylynx_view_android/lynx_view_ios.