over_react
over_react copied to clipboard
FED-2979 Clean up dependency ranges, clean out the lint trap
Motivation
- During the null safety migration, we opened up some rather massive dependency ranges to support both null safe, and non-null safe dependencies.
- After upgrading these dependencies, and the SDK minimum - we have some new lints we should address.
Now that this lib is null safe, those ranges are inaccurate and unnecessary - and can cause bloated CI times due to slower pub get times.
Changes
- Bump the Dart SDK Minimum to
2.19.0
- Bump all package dependency minimums to their minimum null safe version
- Clean the lint trap