unit_tree_flutter 1.0.0 unit_tree_flutter: ^1.0.0 copied to clipboard
Customize your tree UI with NO LIMITS! By mainly focusing on data structure, you can customize the tree UI with various styles.
1.0.0 #
BREAKING CHANGE #
- Separate tree data structure into another package: unit_tree_data_structure.
- Add
fromJson()
to easily convert fromMap<String, dynamic>
toTreeType
. - Add more & restructure widgets: Stack variants X Expanded variants X Multiple-choice style X Single-choice style
- Add more examples.
- Replace
SingleChildScrollView
/Column
withListView.builder()
to improve performance. - Refactor source code.
0.0.7 #
- Apply multiple-lines property for ExpandableTreeWidget
0.0.6+1 #
- Downgrade SDK again
0.0.6 #
- Refactor example.
- Apply a customized tree/function for Viettel DMS.4: single choice, every node can be chosen.
- Update example for customized tree - Viettel DMS.4
0.0.5+4 #
- Change Dart SDK & remove flutter_lints
0.0.5+3 #
- Update example for a tree which is initialized with entire expandable.
0.0.5+2 #
- Update example with customized tree by level.
- Update README with above change.
0.0.5+1 #
- Update README with section code example.
0.0.5 #
- Update README with Vietnamese & English.
- Reduce GIF size.
0.0.4 #
- Add example for lazy-loading expandable single choice tree.
0.0.3 #
- Create ExpandedWidgetMixin to give developer more powerful to customize tree view UI.
- Add function update for single choice tree.
- Create example for single choice expandable tree view.
0.0.2 #
- Update LICENSE to Viettel Solutions.
- Add new searching function which modifies tree to determine which nodes should be displayed.
- Add example for above searching function.
0.0.1 #
- Publish the packages to pub.dev.