Baseflow / flutter_cache_manager

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

set pubspec homepage to package folder #346

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...)

docs update

:arrow_heading_down: What is the current behavior?

Currently pub.dev is pointing to the root folder

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

This makes pub.dev link to the package folder This also updates the build badge on the readme.

: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 #346 (3c243c5) into develop (11c6dc5) will increase coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #346      +/-   ##
===========================================
+ Coverage    74.85%   75.25%   +0.40%     
===========================================
  Files           21       21              
  Lines          672      683      +11     
===========================================
+ Hits           503      514      +11     
  Misses         169      169              
Impacted Files Coverage Δ
flutter_cache_manager/lib/src/web/web_helper.dart 95.55% <ø> (ø)
...er/lib/src/cache_managers/image_cache_manager.dart 100.00% <100.00%> (ø)
flutter_cache_manager/lib/src/cache_store.dart 92.39% <100.00%> (ø)
flutter_cache_manager/lib/src/cache_manager.dart 88.46% <0.00%> (-0.15%) :arrow_down:

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 d88350f...3c243c5. Read the comment docs.