Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

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

Open
2 tasks
mike2096 opened this issue Jan 24, 2020 · 0 comments
Open
2 tasks

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

mike2096 opened this issue Jan 24, 2020 · 0 comments

Comments

@mike2096
Copy link

馃悰 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:

  • 馃摫 iOS
  • 馃 Android
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant