github_action_context 0.2.1 copy "github_action_context: ^0.2.1" to clipboard
github_action_context: ^0.2.1 copied to clipboard

For github action, as the context of npm package @actions/github.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add github_action_context

With Flutter:

 $ flutter pub add github_action_context

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

dependencies:
  github_action_context: ^0.2.1

Alternatively, your editor might support dart pub get or 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_context/github_action_context.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherkikt.top

For github action, as the context of npm package @actions/github.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

github_action_core

More

Packages that depend on github_action_context