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
copied to clipboard

With Flutter:

 $ flutter pub add github_action_context
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
0
likes
150
points
20
downloads

Publisher

verified publisherkikt.top

Weekly Downloads

2024.06.22 - 2025.01.04

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