inlay 0.1.1
inlay: ^0.1.1 copied to clipboard
Embed Flutter in native iOS and Android apps with type-safe navigation and key-value storage synced in real time across engines and native code.
0.1.1 #
- iOS plugin now supports Swift Package Manager alongside CocoaPods
- Relaxed
metaconstraint to^1.16.0for wider Flutter SDK compatibility
0.1.0 #
- Initial release
- Type-safe navigation between native and Flutter screens in both directions, with typed screen results delivered as already-decoded values (
FlutterRouteWithResult/FlutterDialogRouteWithResult) - Multi-engine management on top of
FlutterEngineGroupwith automatic engine lifecycle, optional prewarming, and a configurable Dart entrypoint - Cross-engine key-value storage synchronized in real time between Flutter isolates and native code, with typed store wrappers and optional
InlayCubitBLoC integration - Cross-engine theme and locale propagation (
InlayAppearance) - Dialog and bottom-sheet routes in transparent native containers, integrating with go_router, auto_route, and imperative routing
- SwiftUI embeddings (
InlayFlutterView,.inlayDialog) and Android Fragment hosting; Jetpack Compose support via the separateinlay_composepackage - Automatic schema-drift detection via a generated schema fingerprint
- In-memory fakes for widget testing (
package:inlay/testing.dart)