Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 426 forks source link

move to flutter_lint #351

Closed renefloor closed 2 years ago

renefloor commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

bug fix

:arrow_heading_down: What is the current behavior?

Currently pedantic is used for analysis, but that's discontinued

:new: What is the new behavior (if this is a feature change)?

Now using flutter_lint

:boom: Does this PR introduce a breaking change?

no

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

codecov[bot] commented 2 years ago

Codecov Report

Merging #351 (c835a95) into develop (d124fe0) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c835a95 differs from pull request most recent head 30529df. Consider uploading reports for the commit 30529df to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #351   +/-   ##
========================================
  Coverage    75.39%   75.39%           
========================================
  Files           22       22           
  Lines          691      691           
========================================
  Hits           521      521           
  Misses         170      170           
Impacted Files Coverage Δ
...ter_cache_manager/lib/src/compat/file_fetcher.dart 77.77% <ø> (ø)
flutter_cache_manager/lib/src/logger.dart 80.00% <ø> (ø)
...lutter_cache_manager/lib/src/result/file_info.dart 100.00% <ø> (ø)

Continue to review full report at Codecov.

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