Commit 20dfe5a6 by Tonghdj

update document

parent eda64c02
...@@ -37,7 +37,7 @@ We really appreciate contributions via GitHub pull requests. To contribute take ...@@ -37,7 +37,7 @@ We really appreciate contributions via GitHub pull requests. To contribute take
* Apply your changes * Apply your changes
* Verify your changes and fix potential warnings/ errors: * Verify your changes and fix potential warnings/ errors:
* Check formatting: `flutter format .` * Check formatting: `flutter format .`
* Run static analyses: `flutter analyzes` * Run static analyses: `flutter analyze`
* Run unit-tests: `flutter test` * Run unit-tests: `flutter test`
* Commit your changes: `git commit -am "<your informative commit message>"` * Commit your changes: `git commit -am "<your informative commit message>"`
* Push changes to your fork: `git push origin <name_of_your_branch>` * Push changes to your fork: `git push origin <name_of_your_branch>`
......
...@@ -169,6 +169,10 @@ enum PermissionGroup { ...@@ -169,6 +169,10 @@ enum PermissionGroup {
/// Android: None /// Android: None
/// iOS: MPMediaLibrary /// iOS: MPMediaLibrary
mediaLibrary mediaLibrary
/// Android: Check notification enable
/// iOS: Check and request notification permission
notification
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment