editors 0.0.11 copy "editors: ^0.0.11" to clipboard
editors: ^0.0.11 copied to clipboard

Simple Flutter Editors including StringEditor, IntEditor, EnumEditor, BoolEditor

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add editors

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

dependencies:
  editors: ^0.0.11

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:editors/editors.dart';
0
likes
40
pub points
8%
popularity

Publisher

unverified uploader

Simple Flutter Editors including StringEditor, IntEditor, EnumEditor, BoolEditor

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

calendart, combos, creo_color_picker, flutter, titles

More

Packages that depend on editors