How to apply appBarTheme background color to BottomAppBar in flutter?
I want to use the backgroundcolor from the appBarTheme and apply it to the color property of the BottomAppBar.
How to apply appBarTheme background color to BottomAppBar in flutter?
I want to use the backgroundcolor from the appBarTheme and apply it to the color property of the BottomAppBar.
How to apply appBarTheme background color to BottomAppBar in flutter?
I want to use the backgroundcolor from the appBarTheme and apply it to the color property of the BottomAppBar.
How to change android app meta data that showed in opened apps view?
How to change android app meta data that showed in opened apps view?
How to change android app meta data that showed in opened apps view?
package identifier or launch activity not found
Here is my AndroidManifest.xml file, I checked everything, it seems like no issue to me. Can some please check this?
App does not retrieve all bluetootj devices on Android 14 but does so on versions lower than 12 and on Windows
I am using the universal_ble flutter plugin. When I do a scan, I can see that this retrieves all the bluetooth devices I want it to on windows and on Android versions lower than 12. However, it does not do so on Android 14. It’s not that it does not retrieve any device at all on 14, it just does not retrieve certain devices (which has me thinking I have set up correct permissions). The devices it does not seem to retrieve are BLE tags. However, it retrieves some other BLE tags of a different type. I do not see any difference in the way these different tags have been configured.
Flutter APK release: Error: ClientException with SocketException: Failed host Hookup: ‘drive.google.com’
When I do an apk build on Flutter and on the page when retrieving JSON files to Google Drive there is an error:
Call Flutter Code from Android Home Widget when app is not running
Is it possible to trigger Flutter code from Android Home Widget when the app is not running? For example a refresh button that will retrieve some data and process it using some Flutter packages that involves Geolocation and Geocoding