active_storage 1.1.0 copy "active_storage: ^1.1.0" to clipboard
active_storage: ^1.1.0 copied to clipboard

Send files to a Rails Active Storage backend using direct upload

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add active_storage

With Flutter:

 $ flutter pub add active_storage

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

dependencies:
  active_storage: ^1.1.0

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:active_storage/active_storage.dart';
6
likes
110
pub points
72%
popularity

Publisher

verified publisheralgonauti.com

Send files to a Rails Active Storage backend using direct upload

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, http

More

Packages that depend on active_storage