How to play audio in flutter
Im trying to make a meditation page, when you click on start, it will start the timer and sound will be playing. I cant play the sound, it's showing many error. I have tried many ways. Please help me to…
Im trying to make a meditation page, when you click on start, it will start the timer and sound will be playing. I cant play the sound, it's showing many error. I have tried many ways. Please help me to…
I am upgrading Flutter to 3.19.0 and I am having problem with Android setup. According to Flutter's breaking changes, the Android setup should look different now. I think I followed all the instructions and have the following gradle files: android/settings.gradle:…
so I have created a custom bottom Navigation Menu bar, to be used across multiple screens, and for each item to represent each item on the Bottom Nav menu item. Unfortunately I am unable to view the bar or the…
I am new to Flutter/coding. I am trying to work on my first project. I am following an online tutorial to create a weather app. I followed all the instructions but when I am running the app, nothing shows up…
Starting this evening, my project won't run. "Make Project" works fine, everything compiles without incident, but when I try to run it in the Wear emulator, within seconds I get the following error in the Build Output window: Unable to…
When I close the app for around a minute and then move it to the background before resuming, the InAppWebView widget is covered by a white overlay, or it just doesn't show the web content on the screen. I can…
this is my androidmanifest.xml <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application android:label="authsec_flutter" android:name="${applicationName}" android:icon="@mipmap/ic_launcher"> <activity android:name=".MainActivity" android:exported="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> <!-- Specifies an Android theme to apply to this Activity as soon as the Android process has started. This theme is visible…
After Upgrading the Flutter version to 3.19.0 I am getting this warning when running the app: You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release.…
I have a flutter app that i published on play store. I download it on my acer chromebook and i see the window bar. I want to show a message when the user want to close the app by clicking…
enter image description here business app that is suspended, that suspended app recently when I uploaded the app it was rejected because some buttons didn't work, but I fixed them. During the fix, I received a suspended email from Google,…