blobinator 0.1.2 copy "blobinator: ^0.1.2" to clipboard
blobinator: ^0.1.2 copied to clipboard

Tools and HTTP service for temporary binary blob storage.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate blobinator

Use it

The package has the following executables:

$ blobinator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blobinator

With Flutter:

 $ flutter pub add blobinator

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

dependencies:
  blobinator: ^0.1.2

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:blobinator/blobinator.dart';
0
likes
160
points
42
downloads

Publisher

verified publisheragilord.com

Weekly Downloads

Tools and HTTP service for temporary binary blob storage.

Repository (GitHub)
View/report issues

Topics

#binary #server #tool

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, crypto, http, json_annotation, path, shelf, shelf_router

More

Packages that depend on blobinator