sample_dart_package 0.5.1 copy "sample_dart_package: ^0.5.1" to clipboard
sample_dart_package: ^0.5.1 copied to clipboard

unlisted

Sample Dart package with GitHub action to publish a new release on new commit on release branch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sample_dart_package

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

dependencies:
  sample_dart_package: ^0.5.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sample_dart_package/sample_dart_package.dart';
0
likes
60
pub points
0%
popularity

Publisher

unverified uploader

Sample Dart package with GitHub action to publish a new release on new commit on release branch

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on sample_dart_package