kevlatus / flutter_fortune_wheel

Visualize random selections with Flutter widgets like the wheel of fortune.
https://kevlatus.github.io/flutter_fortune_wheel
MIT License
110 stars 84 forks source link

Depend on newer version of flutter_hooks #52

Closed vintage closed 3 years ago

vintage commented 3 years ago

Latest version of flutter hooks is 0.17.0 https://pub.dev/packages/flutter_hooks Lib depends on ^0.16.0 https://github.com/kevlatus/flutter_fortune_wheel/blob/main/pubspec.yaml#L13

Mind to bump the dependency? It will solve the issue where each project needs to override dependency on their own.

kevlatus commented 3 years ago

0.17.0 of flutter_hooks is now a dependency in 1.0.1 of this package