Baseflow / Baseflow/flutter-permission-handler
Crash on windows server
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
## 🐛 Bug Report
The app crashes when opening it on Windows Server 2012 if it uses this plugin.
If I remove the dependency to the plugin the app opens without a problem.
### Expected behavior
Open the app without crashing.
### Reproduction steps
1. Create a new flutter project and just add in the pubspec.yaml the dependency to permission_handler: ^10.2.0. There is no need to add any extra code.
2. Execute the command `flutter build windows`.
3. Copy the files at `build\windows\runner\Release\` to the Windows Server 2012.
4. Execute the app and it crashes.
5. If we repeat the steps removing the dependency it doesnt' crash.
### Configuration
**Version:** 10.2.0
**Platform:**
- [ ] Windows
Contributor guide
Assessment
This issue has not been assessed yet.