You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks a million for porting it to Flutter, it's a very rich library, it has a potential of becoming top Flutter charting library.
I would like to add a suggestion to create either a single export file mp_chart which should export all mp chart files, or create separate files per chart type, e.g. mp_chart_pie, mp_chart_line. Currently we have to import tons of files just to create a simple chart, which is very verbose.
For example I had to import all these files to create a simple pie chart:
First of all thanks a million for porting it to Flutter, it's a very rich library, it has a potential of becoming top Flutter charting library.
I would like to add a suggestion to create either a single export file mp_chart which should export all mp chart files, or create separate files per chart type, e.g. mp_chart_pie, mp_chart_line. Currently we have to import tons of files just to create a simple chart, which is very verbose.
For example I had to import all these files to create a simple pie chart:
Dart guideline for libraries:
https://dart.dev/guides/libraries/create-library-packages
The text was updated successfully, but these errors were encountered: