Jackson Currie
Jackson Currie
This would be best fixed by moving the `flutter_lints` to `dev_dependencies:` See changes #190
> This works until 3.0.2. 3.0.3 is blocked on flutter_lints ^2.0.1 > > > > ``` > > Because XXX depends on geoflutterfire ^3.0.3 which depends on flutter_lints ^1.0.0, flutter_lints...
> Same Issue Again So, because xx depends on flutter_lints ^2.0.1, version solving failed. You'll want to see what depends on `flutter_lints: ^2.0.1`. This should always be in `dev_dependencies`, and...
I noticed that this is also fixed in PR #197, so if that gets merged, this can be dismissed.