git_storage 2.1.0 copy "git_storage: ^2.1.0" to clipboard
git_storage: ^2.1.0 copied to clipboard

A Flutter package for managing Git repositories and file uploads with URL returns.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add git_storage

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

dependencies:
  git_storage: ^2.1.0

Alternatively, your editor might support 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_storage/git_storage.dart';
0
likes
150
points
260
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing Git repositories and file uploads with URL returns.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, dio, flutter, git, http, mime, path, path_provider, path_provider_platform_interface, shared_preferences

More

Packages that depend on git_storage