veera_sample_flutter_plugin_release 0.0.1
veera_sample_flutter_plugin_release: ^0.0.1 copied to clipboard
A sample plugin project for testing the plugin release.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add veera_sample_flutter_plugin_releaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
veera_sample_flutter_plugin_release: ^0.0.1Alternatively, 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:veera_sample_flutter_plugin_release/veera_sample_flutter_plugin_release.dart';