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

With Flutter:

 $ flutter pub add rw_git
copied to clipboard

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
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:rw_git/rw_git.dart';
copied to clipboard
3
likes
160
points
4.96k
downloads

Publisher

verified publisherpub.gbrandtio.dev

Weekly Downloads

2024.09.21 - 2025.04.05

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

git, path

More

Packages that depend on rw_git