nrb 2.0.2
nrb: ^2.0.2 copied to clipboard
A highly responsive Flutter table and report builder for complex nested headers, editable data grids, and premium Excel/PDF exports.
1.0.0 #
- Customizable report layout builder with nrb
1.0.1 #
- Documentation customized
1.0.2 #
- Clickable and Generic TextCell added.
1.0.3 #
- Sub Headers and Headers height merge logic implemented.
1.0.4 #
- Number format helpers added for reuse.
1.0.5 #
- Added isAmount Field in TextCell for internal number formatting
1.0.6 #
- A great useful update has available, each column width can be now dynamic. Just add width: some_double_value; Boom! It will magically handle other things by self.
1.0.7 #
- Column auto re-sizing based on long press and double tap reset logic added
1.0.8 #
- Report download facilities added with Excel Format.
1.0.9 #
- Report layout responsiveness added for all type of device screen sizes and TextFieldCell() for input field
1.0.10 #
- Table as form use case features added
1.0.11 #
- Negative values number formatting bug fixed
1.0.12 #
- Fixed simple mode height calculation bug
- Added Floating action button with download and share features
1.0.14 #
- Excel, PDF, and Word Export support added
1.0.15 #
- For exporting API key introduced and centralized network call
1.0.16 #
- License Updated
2.0.0 #
- Readme Updated
2.0.1 #
- Keyboard options & inputFormatters option added in TextFieldCell()
2.0.2 #
- Example Updated