mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.39k stars 311 forks source link

analyzer version bump to `>=4.4.0 <6.2.0` #930

Closed Hasilt closed 12 months ago

Hasilt commented 1 year ago

Describe the changes proposed in this Pull Request.

If the PR fixes a specific issue, reference the issue with Fixes #. Fixes #929, #928


Pull Request Checklist

davidmartos96 commented 1 year ago

Since there won't be breaking changes until analyzer 7.0.0, only fixes and deprecations, I'd say we could have <7.0.0 instead.

codecov[bot] commented 1 year ago

Codecov Report

Merging #930 (3cae66d) into master (6e6378c) will increase coverage by 1.00%. Report is 4 commits behind head on master. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #930      +/-   ##
===========================================
+ Coverage   98.99%   100.00%   +1.00%     
===========================================
  Files          56         5      -51     
  Lines        1987        97    -1890     
===========================================
- Hits         1967        97    -1870     
+ Misses         20         0      -20     
Flag Coverage Δ
flutter_mobx 100.00% <ø> (ø)
mobx ?
mobx_codegen ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 51 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 95c1506...3cae66d. Read the comment docs.