infinum / flutter-charts

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

Fix error when building the example app #57

Closed michalsrutek closed 2 years ago

michalsrutek commented 2 years ago

This fixes the following error when building the example app.

Error: No named parameter with the name 'childHeight'.

lukaknezic commented 2 years ago

Thanks for PR