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

Enums are in the wrong order on the Read Me (on pub.dev). #28

Open mike2096 opened 4 years ago

mike2096 commented 4 years ago

🐛 Bug Report

In source code it shows the enum for PermissionStatus as: enum PermissionStatus { unknown, denied, granted, restricted, } But in the Readme on pub.dev it shows the enum as: enum PermissionStatus { denied, granted, restricted, unknown }

Expected behavior

Reproduction steps

Configuration

Version: 2.0.4+1

Platform: