Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.04 KB

chart_data_table

By standing on the shoulder of the giant, I managed to display the real world quarterly result data (which loaded from a JSON file) as combo chart and tabular format using the charts_flutter package and the DataTable widget without too much hassle.

A picture is worth a thousand words:- Chart Data Table screenshots

If you are interested to reuse the source code of the screen, please check out the chart_data_table branch of the git repository hosted at https://github.com/limcheekin/fluwix. Feel free to fork the repository and send me pull request.

I'd love to hear from you! :)

References