sabowsla_storage 0.0.1 copy "sabowsla_storage: ^0.0.1" to clipboard
sabowsla_storage: ^0.0.1 copied to clipboard

Dart client library to interact with Sabowsla Storage. Sabowsla Storage provides an interface for managing Files stored in Sabowsla Server, using ISAR database as your database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sabowsla_storage

With Flutter:

 $ flutter pub add sabowsla_storage

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

dependencies:
  sabowsla_storage: ^0.0.1

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:sabowsla_storage/sabowsla_storage.dart';
0
likes
130
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Dart client library to interact with Sabowsla Storage. Sabowsla Storage provides an interface for managing Files stored in Sabowsla Server, using ISAR database as your database.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http, http_parser, meta, mime, retry

More

Packages that depend on sabowsla_storage