Baseflow / flutter_cache_manager

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

Add `platform` declaration to pubspec.yaml #375

Open sidrao2006 opened 2 years ago

sidrao2006 commented 2 years ago

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

Platform support declaration for pub.dev

:arrow_heading_down: What is the current behavior?

pub.dev incorrectly identifies platform support for flutter_cache_manager

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

Supported platforms are declared in pubspec.yaml

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

N/A

:memo: Links to relevant issues/docs

https://dart.dev/tools/pub/pubspec#platforms

:thinking: Checklist before submitting