https://github.com/azizbekeshpolatov/permission_example
https://github.com/azizbekeshpolatov/permission_example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azizbekeshpolatov/permission_example
- Owner: AzizbekEshpolatov
- Created: 2025-02-26T10:59:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:04:44.000Z (4 months ago)
- Last Synced: 2025-02-26T12:20:03.429Z (4 months ago)
- Language: Swift
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Permission Practice
## Project Purpose
This project is designed to practice requesting and managing permissions in a Flutter application using the `permission_handler` package. It covers handling permissions for storage, camera, location, and other system resources.## Clone Repository
To get started, clone the repository:
```sh
https://github.com/AzizbekEshpolatov/permission_example
```## Additional Information
- Ensure you have added the necessary permissions in the Android `AndroidManifest.xml` and iOS `Info.plist` files.
- Test on a real device as some permissions may not work properly on an emulator.
- Open `App Settings` if permission is permanently denied.## Resources
- [permission_handler Documentation](https://pub.dev/packages/permission_handler)
- [Flutter Official Docs](https://flutter.dev/docs)