flutter_integration 0.1.8 copy "flutter_integration: ^0.1.8" to clipboard
flutter_integration: ^0.1.8 copied to clipboard

A plugin for integrating flutter into exsiting application. Preferring to use with flutter-integration-tool (https://www.npmjs.com/package/flutter-integration-tool).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_integration

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

dependencies:
  flutter_integration: ^0.1.8

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_integration/flutter_integration.dart';
1
likes
30
pub points
39%
popularity

Publisher

unverified uploader

A plugin for integrating flutter into exsiting application. Preferring to use with flutter-integration-tool (https://www.npmjs.com/package/flutter-integration-tool).

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_integration