infinum / flutter-charts

Customizable charts library for flutter.
https://pub.dev/packages/charts_painter
MIT License
144 stars 42 forks source link

Fix readme examples #27

Closed michalsrutek closed 2 years ago

michalsrutek commented 2 years ago

Fixed 3 examples that can be found in README.md, so that users can just copy the code and run it, without the need to fix it first.

There were some breaking changes to the API, some properties have been renamed. I also added const where appropriate.

lukaknezic commented 2 years ago

Hey thanks for fixing the examples 😄