reusable_editor 1.1.2 copy "reusable_editor: ^1.1.2" to clipboard
reusable_editor: ^1.1.2 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.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:reusable_editor/reusable_editor.dart';
0
likes
0
points
9
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, cross_file, dartz, equatable, file_picker, flutter, flutter_bloc, get_it_di_global_variable, i_validator, intl, path_provider, provider

More

Packages that depend on reusable_editor