flutter-android Questions
6
Solved
I am currently in the master channel in Flutter on Version 2.6.0-12.0.pre.406 and every time i run an app im getting these strange messages in the console and i just wanna know why and what they me...
Eyesight asked 11/11, 2021 at 19:18
8
Solved
I am trying to build my release app in Flutter and when I run:
flutter run
everything works fine in debugging and test mode. But when I was trying to build a release app with:
flutter build apk
it ...
Switzerland asked 6/4, 2018 at 14:45
64
Solved
When I run:
$ flutter run
I'm getting a prompt on my mobile device asking if I want to install the app on my device. I give yes, then nothing happens!
It's stuck here:
Launching lib/main.dart on P...
Photoreceptor asked 20/11, 2018 at 13:51
32
Solved
>[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
>>• Android SDK a ..\Android\sdk
• Android NDK location not configured (optional; useful for native profiling su...
Culpa asked 10/4, 2018 at 16:39
1
I have already update the latest Android Gradle version but still showing the error when generating the signed bundle.
generating signed bundle requires you to update the android gradle plugin to v...
Sparkie asked 22/4, 2022 at 6:38
5
I am new to Flutter and still practicing
I am creating a splash screen but the color of splash screen is not changing
My Code:
-launch_background.xml
<?xml version="1.0" encoding="...
Aarhus asked 6/6, 2021 at 12:54
3
Solved
I cannot get CustomScrollView to work properly.
Before flutter 2.13.0-0.2.pre, tapping on a TextFields inside a CustomScrollView automatically adjusts the TextField above the keyboard as it opens.
...
Suetonius asked 23/5, 2022 at 21:9
5
I am trying to get images from firebase firestore, while trying to get image download url there is this exception :
W/StorageUtil(10206): no auth token for request
(similar questions with this erro...
Prurigo asked 28/11, 2020 at 9:58
3
Solved
I have my flutter app built and running on macOS using the following command.
flutter run
This is great.
Now, I want to run my app on an Android device. It has developer mode enabled and getting r...
Weeden asked 29/12, 2020 at 11:26
1
I am trying to download a dummy .mp4 (or any file) through flutter_downloader. Here is my code snippet
void mobileDownload(filename) async {
final status = await Permission.storage.request();
if ...
Bony asked 8/7, 2021 at 15:18
2
Solved
Using https://pub.dev/packages/permission_handler to get permissions
but it won't ask the user again if user denied permission.
currently checked it on android (iOS device is not available)
Pls Hel...
Astro asked 25/2, 2022 at 9:29
1
I have written a functionality in Kotlin for the flutter app to share media files directly from the android phone gallery to the app.
Working fine for many devices I have tested like Realme 3 Pro, ...
Gymnosophist asked 3/2, 2022 at 12:35
3
Important note - I want this functionality for mobile apps only, not for flutter web.
I am having some trouble saving the website inside the flutter app. I have tried using the cache method and sav...
Weinberger asked 26/10, 2021 at 10:51
1
I am new to flutter. I was using the camera plugin to add the camera to my app. And I got this warning Use a function declaration to bind a function to a name. How can I solve this one?
Code -
Widg...
Gine asked 3/11, 2021 at 11:43
2
When I click text fields on the main page (main.dart) which is the default dart given by the flutter. I can see a glitch when soft keyboard appears and there is no delay when soft keyboard disappea...
Overtrick asked 28/12, 2020 at 12:14
1
Solved
Hello I am sending a FormData using Dio but when this is sent, the website returns an error
var formData = FormData.fromMap({
"ctl00\$ScriptManager1": "ctl00\$UpdatePanel1",
...
Amabel asked 18/5, 2021 at 6:24
7
My application was compiling successfully until the Flutter version upgrade.
I get the following error:
Runner.app/Info.plist does not exist. The Flutter "Thin Binary" build phase must ru...
Raby asked 1/11, 2020 at 21:0
1
I am working on a plugin for Flutter with background stuff.
Recently, I faced somethings about Flutter android embedding in the android_alarm_manager plugin.
A part of the README says:
For the ...
Mccaskill asked 30/1, 2020 at 14:26
6
Solved
I'm currently trying to build a signed release APK on Windows using Flutter. I've performed the tasks outlined in the documentation on the flutter site. When I run the build command here's the outp...
Nw asked 2/1, 2018 at 0:10
1
© 2022 - 2024 — McMap. All rights reserved.