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

A modular form and file editor package for Flutter with support for Form widgets. Includes Cubit-based state management, form field validation, and UI input widgets.

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: ^1.0.5

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 form and file editor package for Flutter with support for Form widgets. Includes Cubit-based state management, form field validation, and UI input widgets.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, dartz, equatable, exception_type, file_picker, fire_storage_impl, flutter, flutter_bloc, get_it_di_global_variable, i_tdd, i_validator, intl, navigation_without_context, path_provider, provider, reusable_app_bar

More

Packages that depend on reusable_editor