sample_test_plugin 1.0.3 copy "sample_test_plugin: ^1.0.3" to clipboard
sample_test_plugin: ^1.0.3 copied to clipboard

A flutter sample test plugin for testing the version, license and documentations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sample_test_plugin

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

dependencies:
  sample_test_plugin: ^1.0.3

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:sample_test_plugin/sample_test_plugin.dart';
1
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter sample test plugin for testing the version, license and documentations.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sample_test_plugin

Packages that implement sample_test_plugin