flutter-build Questions
6
I am creating an application in flutter and everything was going well, but at the moment it started giving me an error. It won't let me compile and flutter pub upgrade and flutter pub outdated don'...
Yawmeter asked 4/2, 2023 at 18:41
8
When I try to build app it throws error - your project requires a newer version of the kotlin gradle plugin.
[!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the lat...
Heaver asked 10/2, 2023 at 7:26
13
I've created flutter app and now want to create archive for distribution in Xcode 14.3.
Issue
Archive is disabled.
Getting this error with build failed PhaseScriptExecution failed with a nonzero e...
Cooee asked 10/4, 2023 at 7:16
14
Solved
I have noticed a new lint issue in my project.
Long story short:
I need to use BuildContext in my custom classes
flutter lint tool is not happy when this being used with aysnc method.
Example:
MyC...
Arrhenius asked 21/8, 2021 at 9:47
11
Solved
I'm trying to make a flutter plugin, so I created a plugin by steps provided on https://flutter.dev/docs/development/packages-and-plugins/developing-packages. I'm getting an error when I try to run...
Coppins asked 27/2, 2019 at 18:26
9
I have created a Flutter project in Android Studio. It runs fine on Android devices but when I try to run it on Xcode, I get an error as:
Build system information error:
/Users/Downloads/flutter_w...
Tamaru asked 23/1, 2019 at 6:26
3
Solved
I'm trying to take the iOS build of a Flutter project. No matter what I try it just gives me the following error:
error: Build input file cannot be found: '/Users/GoogleService-Info.plist' (in tar...
Millham asked 27/3, 2020 at 17:17
6
After flutter build ios --release, it got stuck in pod install, resulting in Error running pod install:
Running pod install... 954ms
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Insp...
Shellishellie asked 12/4, 2022 at 14:50
4
Solved
I want to use MediaQuery to build widgets based on screen height and width. The problem, also referenced in #26004, is that I only want to query the size data once, for example in initState. MediaQ...
Jetliner asked 14/1, 2021 at 18:30
6
Solved
For now one week, sometimes when I HotReload my changes are not applied (the log says it's been HotReload but in fact, they are not) and the same when I HotRestart so I'm forced to stop and re-run ...
Matherly asked 27/3, 2020 at 19:38
2
Solved
I am using EasyLocalization, mobx, JsonSerializable etc. To generate *.g.dart files, I am using build_runner watch or the script in scripts/build.sh:
flutter packages pub run build_runner build
It...
Jsandye asked 13/12, 2021 at 13:21
0
When I run the command
flutter build ipa --export-options-plist=<my_plist.plist>
Flutter still tries to sign the build automatically using the details specified in the xcode project, even th...
Logomachy asked 10/6, 2022 at 14:41
1
Solved
I am working with geolocator and permission_handler package in my app but now both packages have different requirement for compileSdkVersion which is 30 and 31 respectively. I am trying to change c...
Manumission asked 15/10, 2021 at 11:59
1
While building a Flutter app for Windows in debug mode, this error is occuring. flutter doctor -v gives normal output. What might be the cause of this ?
Launching lib\main.dart on Windows in ...
Gibson asked 1/4, 2021 at 6:27
2
Solved
I have a very weird problem, which I just can't solve: I want to test my app on my iPhone and testing the app over the day in different locations. So I need to make a profile or release build to ha...
Fairish asked 16/11, 2020 at 8:14
1
© 2022 - 2024 — McMap. All rights reserved.