flutter_reference 0.0.5 copy "flutter_reference: ^0.0.5" to clipboard
flutter_reference: ^0.0.5 copied to clipboard

A simple Flutter plugin to keep object in memory on native code, while pass a string reference to Flutter code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_reference

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

dependencies:
  flutter_reference: ^0.0.5

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:flutter_reference/flutter_reference.dart';
1
likes
155
points
99
downloads

Publisher

verified publisherdig.dev.br

Weekly Downloads

A simple Flutter plugin to keep object in memory on native code, while pass a string reference to Flutter code.

Repository (GitHub)

Documentation

API reference

License

CC-BY-ND-4.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_reference