Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
19 views

Pinned android flutter app does not produce sound when i trigger a notification

I'm using AwesomeNotifications to create a notification with sound in my flutter android app. This works perfectly when the app is not pinned but when i pin the app it does not produce any sound. ...
Joseph's user avatar
  • 11
0 votes
0 answers
116 views

Errors in Android Studio, need solution for 'Please update emulator to support Vulkan feature' and 'Running multiple emulators with the same AVD'

I tried running my flutter code written in android studio with an emulator I already installed. However, I have two emulator devices installed. When I select the preferred emulator and it launches, It ...
stephanie-agbo's user avatar
1 vote
1 answer
3k views

FileSystemException: OS Error: Permission denied in Google Pixel 3

I'm getting this error when trying to get file tree I'm using these plugins in my project: path_provider: ^0.5.0+1 simple_permissions: ^0.1.9 import 'package:path_provider/path_provider.dart'; ...
Andrii Turkovskyi's user avatar