fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.62k stars 985 forks source link

fix(example): Incorrect minimum version configuration. #3365

Closed StanleyCocos closed 1 hour ago

StanleyCocos commented 1 week ago

Description

Due to the dependency on flutter_lints: ^5.0.0, version 5.0.0 requires at least Dart SDK 3.5.

Checklist

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

vbuberen commented 1 hour ago

I would prefer to revert flutter_lints dependency version than bump min requirements even more. Closing this PR and will create another one with a different version of flutter_lints instead.