Matt Bajorek
Matt Bajorek
### Steps to reproduce `flutter run --release --verbose` ### Actual results App (not patrol) release build on Android immediate crashes after start. Temporary solution I found was to uninstall patrol...
Update all_features.yml
Currently the checkHasPermission function will return before the user has confirmed or deny permissions. These small changes allow the future to return the proper value. This allows auto start on...
## Issue Currently when seeking on iOS the seek time will go to the closest second. This is because the int is first divided by 1000 which floors it and...