darwin-morocho / flutter-facebook-auth

A flutter plugin to add login with facebook in your flutter app
191 stars 124 forks source link

Update android.md #354

Closed iAhmadAmin closed 7 months ago

iAhmadAmin commented 9 months ago

Update documentation to reflect the correct placement of permissions in the Android Manifest

The documentation for the Flutter package incorrectly stated that permissions should be added after the element in the Android Manifest file. However, upon reviewing the provided code snippet and confirming with the official Android documentation, it is clear that the permissions should be added before the element.

This commit corrects the documentation by replacing the word "after" with "before" to accurately reflect the placement of permissions in the Android Manifest file.