custom_roi_camera_cells 0.2.0
custom_roi_camera_cells: ^0.2.0 copied to clipboard
Flutter package tạo grid cells tùy chỉnh kích thước màn hình và số lượng cells cho ROI camera applications.
0.2.0 #
- Added Selection Feature:
- Select cells by tap and drag
- Highlight selected cells in red
- Save selection as index array [0,1,2,3,...]
- Added CellsSelectionButtons widget with Save, Delete, Clear buttons
- Support selecting cell ranges, rows, and columns
- Improved CellsController with selection methods
- Improved CellsWidget with enableSelection mode
- Updated example app with selection demo
0.1.0 #
- Initial release
- Added CellsWidget to display grid cells
- Added CellsInputWidget with form input
- Added CellsController to manage state
- Support customizable screen size and number of cells
- Support callback when cell is selected
- Support customizable colors, border, and cell number display