newplugintest 0.0.1 copy "newplugintest: ^0.0.1" to clipboard
newplugintest: ^0.0.1 copied to clipboard

Demonstrates how to use the plugintest plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add newplugintest

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

dependencies:
  newplugintest: ^0.0.1

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:newplugintest/plugin_method_channel.dart';
import 'package:newplugintest/plugintest.dart';
import 'package:newplugintest/plugintest_platform_interface.dart';
import 'package:newplugintest/plugintest_web.dart';
3
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Demonstrates how to use the plugintest plugin.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on newplugintest