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

A modular file editor package for Flutter with support for Firebase and REST API storage, including upload/delete functionality, state management cubits, and UI helpers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reusable_editor

With Flutter:

 $ flutter pub add reusable_editor

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

dependencies:
  reusable_editor: ^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:reusable_editor/reusable_editor.dart';
0
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A modular file editor package for Flutter with support for Firebase and REST API storage, including upload/delete functionality, state management cubits, and UI helpers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, dartz, equatable, exception_type, fire_storage_impl, flutter, flutter_bloc, i_tdd, i_validator, navigation_wihout_context, path_provider

More

Packages that depend on reusable_editor