model_editors 0.2.0 model_editors: ^0.2.0 copied to clipboard
Editors for complex models and lists inspired by simplicity of TextEditingController, without manual state management.
0.2.0 #
- BREAKING:
AbstractListEditingController
requires non-nullvalue
. - Re-licensed under MIT No Contribution.
- Uses
total_lints
.
0.1.6 #
- Add
ReorderableListViewEditor.itemWrapper
as a workaround for https://github.com/flutter/flutter/issues/88570.
0.1.5 #
- Add
WrapListEditor
widget.
0.1.4 #
- Add
AbstractListEditingController.notifyOnItemChanges
. - In
AbstractListEditingController
, firenotifyChanges()
on item changes by default.
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.