flutter-permission-plugins icon indicating copy to clipboard operation
flutter-permission-plugins copied to clipboard

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

Open mike2096 opened this issue 5 years ago • 0 comments
trafficstars

🐛 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:

  • [ ] :iphone: iOS
  • [ ] :robot: Android

mike2096 avatar Jan 24 '20 00:01 mike2096