google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.23k forks source link

The getter 'body1' isn't defined... #669

Closed Wissperwind closed 2 years ago

Wissperwind commented 3 years ago

Hi,

Could you please release a new version of flutter charts? I already opend an issue about this problem, and you fixed the one place in your code, where this was used. But that doesn't help us running this library if you don't release a new version. Please do so, so that we can use the latest master branch version of flutter again!

deepak786 commented 3 years ago

@Wissperwind until the new version is not released with the fix, you can override the charts_flutter from master because the issue is already solved in the branch.

dependency_overrides:
 charts_flutter:
    git:
      url: https://github.com/google/charts
      path: charts_flutter
Fianax commented 3 years ago

Thanks!!

mssalnikov commented 3 years ago

When the release is planned? It's blocking migration to flutter 2.5 =(

mooseandpebs commented 3 years ago

You don’t like this solution?

dependency_overrides: charts_flutter: git: url: https://github.com/google/charts path: charts_flutter

From: mssalnikov @.> Sent: Monday, September 20, 2021 3:43 AM To: google/charts @.> Cc: mooseandpebs @.>; Manual @.> Subject: Re: [google/charts] The getter 'body1' isn't defined... (#669)

When the release is planned? It's blocking migration to flutter 2.5 =(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/google/charts/issues/669#issuecomment-922814460, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD66BZCDHS35ECQGNKPFZV3UC4F5BANCNFSM5CDQSNLQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Wissperwind commented 2 years ago

I think the release is finally out since a few days.