Remove json_utilities dependency (#36)
[Null Safety] Migrate project to support null safety
[Misc] Update Android and Linux project
Fixed pagination leaving out elements
Fixed duplicate item issue
Restructure project
Add onRowSelect support
Add local json showing example
Fix Pagination not working
Fix NPE when paginationRowCount is not supplied
Add pagination support #1
Fix column toggle not working when custom column list is provided
Wrap column filters in ExpansionTile
Add rowHighlight support
Add nested data showing support
Add json decode support for json column
Fix header text color to black irrespective of theme
Remove column toggle when column list is provided
Fix text colors for dark theme
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
[0.1.0] - Initial Release