model_editors 0.1.0
model_editors: ^0.1.0 copied to clipboard
Editors for complex models and lists inspired by simplicity of TextEditingController.
This package provides controllers and editors for complex models and lists
and is inspired by simplicity of TextEditingController
.
See the example on how to create an editor like this:
[Screenshot of a book editor]
At the heart is AbstractListEditingController
which is a ValueNotifier
of List<T?>
.
TODO: Complete this README.