google / charts

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

flutter pub upgrade issue #716

Closed caoyuanyuan closed 2 years ago

caoyuanyuan commented 2 years ago

In my pubspec.yaml, i was added a line that "charts_flutter: ^0.11.0".But when i execute pub upgrade, it not upgraded to v0.12.0.

domesticmouse commented 2 years ago

Major version zero is handled differently, in effect moving from 0.11.0 to 0.12.0 is considered a major version upgrade. You'll need to update it in your pubspec.

caoyuanyuan commented 2 years ago

OK,I understanded,thanks.