znn_test_flutter_plugin_demo 0.0.1-bate.0
znn_test_flutter_plugin_demo: ^0.0.1-bate.0 copied to clipboard
this is test Flutter plugin demo, so you can not use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add znn_test_flutter_plugin_demoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
znn_test_flutter_plugin_demo: ^0.0.1-bate.0Alternatively, 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:znn_test_flutter_plugin_demo/flutter_plugin_2.dart';
import 'package:znn_test_flutter_plugin_demo/flutter_plugin_2_method_channel.dart';
import 'package:znn_test_flutter_plugin_demo/flutter_plugin_2_platform_interface.dart';