inlay 0.2.0 copy "inlay: ^0.2.0" to clipboard
inlay: ^0.2.0 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 inlay

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  inlay: ^0.2.0

Alternatively, 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';
1
likes
140
points
11
downloads

Documentation

API reference

Publisher

verified publisherleancode.co

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#add-to-app #navigation #flutter-module #codegen #state

License

Apache-2.0 (license)

Dependencies

bloc, flutter, meta

More

Packages that depend on inlay

Packages that implement inlay