simple_git 0.1.6 copy "simple_git: ^0.1.6" to clipboard
simple_git: ^0.1.6 copied to clipboard

Simple git package inspired in nodejs simple-git. This package provide sync and async methods

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_git

With Flutter:

 $ flutter pub add simple_git

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

dependencies:
  simple_git: ^0.1.6

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:simple_git/simple_git.dart';
0
likes
130
pub points
5%
popularity

Publisher

unverified uploader

Simple git package inspired in nodejs simple-git. This package provide sync and async methods

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

simple_process

More

Packages that depend on simple_git