plugin_test_hconnect_test 0.0.2
plugin_test_hconnect_test: ^0.0.2 copied to clipboard
my_plugin_test
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plugin_test_hconnect_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
plugin_test_hconnect_test: ^0.0.2Alternatively, 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:plugin_test_hconnect_test/plugin_test.dart';
import 'package:plugin_test_hconnect_test/plugin_test_method_channel.dart';
import 'package:plugin_test_hconnect_test/plugin_test_platform_interface.dart';