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

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

dependencies:
  inlay: ^0.1.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
130
points
179
downloads

Documentation

API reference

Publisher

verified publisherleancode.co

Weekly Downloads

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 Flutter isolates 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