model_editors 0.1.3 model_editors: ^0.1.3 copied to clipboard
Editors for complex models and lists inspired by simplicity of TextEditingController, without manual state management.
0.1.3 #
In ReorderableListViewEditor
:
- Use
NeverScrollableScrollPhysics
ifshrinkWrap == true
. - Change mouse cursor over drag handles.
- Hide drag handle for less than two items.
0.1.2 #
- BREAKING: Renamed
AbstractListEditingController.nonNullItems
tononNullValues
.
0.1.1 #
- Added code docs.
- BREAKING:
AbstractListEditingController.minLength
is non-null.
0.1.0 #
- Initial release.