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

A git wrapper that facilitates the execution of various useful git commands.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rw_git

With Flutter:

 $ flutter pub add rw_git

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

dependencies:
  rw_git: ^1.0.3

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:rw_git/rw_git.dart';
2
likes
140
pub points
51%
popularity

Publisher

verified publisherpub.gbrandtio.dev

A git wrapper that facilitates the execution of various useful git commands.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

git, path

More

Packages that depend on rw_git