json_table 1.0.0 json_table: ^1.0.0 copied to clipboard
A Flutter package providing Json Table Widget for directly showing table from a json(Map).
[1.0.0] #
- Remove column toggle when column list is provided
- Fix text colors for dark theme
[0.4.1] #
- Reformat code with flutter format
[0.4.0] - Support Column toggle also. #
- A bool as a parameter is provided to toggle column visibility
[0.3.0] - Change keys extraction code #
- Keys extraction is no more depended on first object of array. All possible keys in source data is taken into account
[0.2.0] - Custom Columns Added #
- Add Custom Columns support for controlling what data is to be shown