Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 34 forks source link

Update README to reference instance #8

Closed japborst closed 5 years ago

japborst commented 5 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, class methods are referenced in the docs.

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

Use LocationPermissions instance to refer to methods.

:boom: Does this PR introduce a breaking change?

no

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting