binary_repositories 0.0.3 copy "binary_repositories: ^0.0.3" to clipboard
binary_repositories: ^0.0.3 copied to clipboard

outdatedDart 1 only

Binary repositories allows easy install individual binary files into local repository from the various kinds of external repositories. Also provides an easy access to installed files at runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add binary_repositories

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

dependencies:
  binary_repositories: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:binary_repositories/binary_repositories.dart';
0
likes
10
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Binary repositories allows easy install individual binary files into local repository from the various kinds of external repositories. Also provides an easy access to installed files at runtime.

Homepage

License

unknown (license)

Dependencies

barback, file_utils, path, pub_semver, system_info

More

Packages that depend on binary_repositories