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.
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.1Alternatively, 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';