flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Add `platform` declaration to pubspec.yaml

Open sidrao2006 opened this issue 2 years ago • 0 comments

: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

  • [x] All projects build
  • [x] Follows style guide lines (code style guide)
  • [ ] Relevant documentation was updated
  • [ ] Rebased onto current develop

sidrao2006 avatar Apr 09 '22 08:04 sidrao2006