github_action 0.0.8 copy "github_action: ^0.0.8" to clipboard
github_action: ^0.0.8 copied to clipboard

A Flutter package demonstrating how to automate publishing to pub.dev using GitHub Actions, with workflows for testing and CI/CD.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add github_action

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

dependencies:
  github_action: ^0.0.8

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:github_action/github_action.dart';
0
likes
140
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package demonstrating how to automate publishing to pub.dev using GitHub Actions, with workflows for testing and CI/CD.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on github_action