dart-lang / lints

Official Dart lint rules; the core and recommended set of lints suggested by the Dart team.
https://pub.dev/packages/lints
BSD 3-Clause "New" or "Revised" License
118 stars 30 forks source link

flutter_lints #169

Closed HakeemAzman closed 1 year ago

HakeemAzman commented 1 year ago

When I tried to test the app I was greeted with this error:

"Error Getting Packages" "Check the following custom dependencies: flutter_timer_countdown: ^1.0.6." "Because [app_name] depends on flutter_timer_countdown ^1.0.6 which depends on flutter_lints ^2.0.0, flutter_lints ^2.0.0 is required. So, because [app_name] depends on flutter_lints 3.0.0, version solving failed."

I believe the version 1.0.6 is still using flutter_lints ^2.0.0 and the current flutterflow uses flutter_lints ^3.0.0

devoncarew commented 1 year ago

I think this issue is best filed against flutter_timer_countdown; It'll either need to rev it dep on flutter_lints (or likely move the dep to a dev_dependency).