inlay 0.1.0
inlay: ^0.1.0 copied to clipboard
A cross-platform framework for embedding Flutter in native apps. Provides navigation (push/pop via FlutterEngineGroup) and shared key-value storage with real-time synchronization across multiple Flutt [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add inlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
inlay: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:inlay/inlay.dart';