native_image_plugin 0.1.2 copy "native_image_plugin: ^0.1.2" to clipboard
native_image_plugin: ^0.1.2 copied to clipboard

It's a simple flutter plugin to get image data from native side.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_image_plugin

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

dependencies:
  native_image_plugin: ^0.1.2

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:native_image_plugin/native_image_plugin.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

It's a simple flutter plugin to get image data from native side.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on native_image_plugin