git_on_dart 0.1.4 copy "git_on_dart: ^0.1.4" to clipboard
git_on_dart: ^0.1.4 copied to clipboard

Pure Dart git implementation optimized for Flutter mobile apps. Provides local and remote git operations (init, commit, push, pull, merge, rebase) with HTTPS/SSH authentication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_on_dart

With Flutter:

 $ flutter pub add git_on_dart

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

dependencies:
  git_on_dart: ^0.1.4

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:git_on_dart/git_on_dart.dart';
1
likes
125
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart git implementation optimized for Flutter mobile apps. Provides local and remote git operations (init, commit, push, pull, merge, rebase) with HTTPS/SSH authentication.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, crypto, dartssh2, path, path_provider

More

Packages that depend on git_on_dart