nrb 4.0.2
nrb: ^4.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
2.0.3 #
- Readme / Docs updated
3.0.0 #
- Complete Documentation
- Graph & Charts added (NRBBarChart, NrbDonutChart, NrbGaugeChart, NrbLineChart, NrbPieChart, NrbScatterPlot)
3.0.1 #
- Readme Updated
3.0.2 #
- Live presentation added
3.0.3 #
- MultiDoNutChart, StackedBarChart, ComboChart and TrendCard added
- Custom Widget Passing
3.0.4 #
- NRB as Form (WOO!!)
3.0.5 #
- PlaceHolder added for form behaviour
3.0.6 #
- Introducing New NrbTableEngine That will replace old ReportMaker in Future
3.0.7 #
- NRBMultiBarChart added
4.0.0 #
- Marked ReportMaker as deprecated and continue with NRBTableEngine. Users should Migrate to new NrbTableEngine for better experience
- Solved wrap_content issue in NRBTableEngine for height especially
- Users can now pass textStyle also in TextFieldCell()
- Handled 1 lacs rows easily without freezing UI (Tested on Lab)
4.0.1 #
- Neck gap bug fixed
4.0.2 #
- As a form validation tooltip not update bug fixed
- Index wise column width passing logic added