Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
71 views

I want to analyze my Flutter app size for iOS and find out: Which pub.dev plugins are taking how much space. How much space my assets contribute. The size from my own Dart code (lib/) and native ios/ ...
Snehil Tejani's user avatar
1 vote
3 answers
94 views

I have an API call inside my flutter application. After that API returned, I need to navigate to other screen, but a warning is shown: Don't use 'BuildContext's across async gaps. Try rewriting the ...
jstuardo's user avatar
  • 4,497
4 votes
1 answer
1k views

Hi I started getting error after I upgraded my Flutter version in MacOS Sequioa (15.5 (24F74) Running Gradle task 'assembleDebug'... e: file:///Users/.../development/flutter/packages/flutter_tools/...
Malwinder Singh's user avatar
1 vote
1 answer
833 views

I am trying to build a Flutter APK using the command: flutter build apk But I am getting this error: * What went wrong: Execution failed for task ':flutter_plugin_android_lifecycle:...
yash gupta's user avatar
0 votes
1 answer
107 views

trying to generate api client file using retrofit but getting error on one specific file which says null check operator used on null value and the error log using --verbose for build_runner is Null ...
Prathamesh Mali's user avatar
1 vote
0 answers
169 views

Unresolved reference: io and Unresolved reference: FlutterActivity error when try to flutter build apk. Tried solution : I open the android folder on Android Studio and some dependency downloaded ...
Swarup Nama's user avatar
0 votes
1 answer
1k views

Support for Android x86 targets will be removed in the next stable release after 3.27. See https://github.com/flutter/flutter/issues/157543 for details. You are applying Flutter's app_plugin_loader ...
Kushwanth Boggavarapu's user avatar
0 votes
1 answer
35 views

This is the error: Execution failed for task ':app:packageRelease'. > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable > ...
Gabriele 04's user avatar
1 vote
0 answers
23 views

I have one Flutter project where pretty frequently between build the GeneratedPluginRegistrant.java has two new line changes in the import section. I commit the change and pretty soon it is changing ...
Csaba Toth's user avatar
  • 10.9k
0 votes
1 answer
143 views

I'm trying to upload an app bundle to the Play Console and I'm always getting a message saying that the key used is different from the correct one. The message: Your Android App Bundle was signed ...
Anderson Bisconsin's user avatar
1 vote
0 answers
20 views

In my analysis_options.yaml I wrote an exclude for generated files analyzer: exclude: - lib/**.g.dart I noticed that it also suppresses errors though, not just linting warnings. This is a ...
anonymous-dev's user avatar
4 votes
0 answers
3k views

I'm encountering a build error while trying to run my Flutter project using Android Studio Hedgehog on Windows 11. The error specifically occurs during the :path_provider_android:...
Temp Teen's user avatar
-1 votes
1 answer
148 views

Try to build an flutter app i am trying to build an app i am trying flutter build appbundle command and i am facing this issue error : Warning: SDK processing. This version only understands SDK XML ...
Awais safdar's user avatar
0 votes
1 answer
713 views

What went wrong: A problem occurred configuring project ':connectivity'. Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. ...
Toumany dit Christophe Diarra's user avatar
1 vote
1 answer
281 views

I am running into this issue while trying to build apk in flutter. Terminal output when running flutter build apk: Also getting this error, I have found other solutions to this but they seem to be ...
Jack's user avatar
  • 11
0 votes
2 answers
318 views

The error is the following: e: /Users/Houssame/.gradle/aches/transforms-3/e5c5aa35234c44d5264fd87af440dbf9/transformed/fragment-1.7.1-api.jar!/META-INF/fragment_release.kotlin_module: Module was ...
AHABCHANE Houssame-Eddine's user avatar
1 vote
1 answer
88 views

When using an aggregate builder, I notice that the generate_for option on the TargetBuilderConfig in the build.yaml changes behaviour. The builder will only output if the target builder is set to ...
anonymous-dev's user avatar
1 vote
1 answer
93 views

I cant really find a simple way to just rebuild a widget from outside it. I guess this might be "by design", that you're not supposed to do it this way. But desperate times (deadlines) calls ...
Magnus's user avatar
  • 19.1k
0 votes
1 answer
358 views

I'm developing a Flutter project targeting both mobile and web platforms. I want to build most of the app using WebAssembly (Wasm) for performance. However, the google_maps_flutter package doesn't ...
Giga Ananidze's user avatar
0 votes
1 answer
109 views

I am trying to show a loading after making a request and immediately after trying to navigate to another page. For this I am using a ShowDialog and a FutureProgressDialog. The problem is that when the ...
user222's user avatar
  • 11
0 votes
1 answer
493 views

after updating to Flutter Channel stable, 3.22.0 flutter build works but the build using the Xcode project doesn't work anymore. the error is: /Users/fractale/CommercialProjects/fcp_library_cleaner/...
Fractale's user avatar
  • 1,704
0 votes
2 answers
210 views

I'm new to Flutter and I'm trying to understand the fallowing error: "Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a '...
Marcu Vlad's user avatar
0 votes
0 answers
62 views

Before I was using Windows, but now I've switched to MacOS. When I run the project, it's giving me the error: Error output from CocoaPods: ↳ Cloning into '/var/folders/z3/...
Abdullah Saeed's user avatar
1 vote
0 answers
513 views

I encountered an error while trying to run my Flutter application on the iPhone Simulator. Here's the error message: Unable to install /Users/enkh-amgalan/Desktop/lesson/mobile/week-1/add_sub_app/...
Enkhee's user avatar
  • 11
0 votes
2 answers
155 views

I am developing an app using the dart language, flutter framework and firebase as database, and using the vscode as the code editor. I was running the application in the chrome(debug) and it was ...
Swadesh Sarkar's user avatar
0 votes
0 answers
61 views

This is the problem I'm facing while building or running on android. It should run and build the app but I'm getting errors. The same problem is occurring with new projects. My Gradle version is 7.5 ...
tahausmank's user avatar
4 votes
1 answer
3k views

I tried to make the apk of my flutter project but I couldn’t due to these errors which tells me to degrade to 1.5.1 but the suggestion of the flutter tells me to upgrade from 1.9.0 . I have tried both ...
Salnub's user avatar
  • 41
1 vote
0 answers
426 views

I have implemented a flutter web app and created develop and release environments. I am accessing the API Url like "${ConfigEnv.baseUrl}${MyEndPointFile.jokesEndPoint}", . The Config File ...
Anny's user avatar
  • 13
0 votes
1 answer
196 views

I have created build for windows using flutter, initially showing error #flutter_window.ddl,#printing_ddl, now after resolving this build is created in installer folder(I have created new one) when I ...
SATYAM SINGH's user avatar
0 votes
1 answer
88 views

I got a weird error when trying to run the project (It's work perfectly the previous day!). And the problem is cause by declaring the variable in AspectRatio as image below. Currently, I use flutter ...
N.LanLuu's user avatar
0 votes
1 answer
152 views

The App i created works fine on emulator or when debugging it via usb cabel in debug mode. To share the apk with my friends i run flutter build apk i upload the apk in build/app/outputs/apk/release/...
Shooper's user avatar
0 votes
1 answer
416 views

issue : \[!\] CocoaPods could not find compatible versions for pod "libphonenumber_plugin": In Podfile: libphonenumber_plugin (from \`.symlinks/plugins/libphonenumber_plugin/ios\`) ...
Phani's user avatar
  • 3
0 votes
2 answers
2k views

I have created a flutter project (windows platform). I build the application than use inno setup to create a setup file but when I run the application after installation it runs in background not in ...
Ahmed Raza's user avatar
1 vote
2 answers
324 views

I have called setState() to update the objects of the class MyErrorBox, but Flutter does not run the build function for those objects. I am new to Flutter and coding in general. The MyText class in ...
INeedHelp1234's user avatar
0 votes
0 answers
65 views

Recently cloud firestore has extended its support for windows, now Iam trying to integrate cloud firestore package with my flutter windows platform project. in debug mode Iam not getting any error. ...
santharam s's user avatar
1 vote
0 answers
195 views

im working on a project that require in a certain moment to generate and print a document. I've done this using pdf and printing packages. It all works fine if im in the debug mode, but not in the ...
enrico cristaudo's user avatar
1 vote
0 answers
102 views

Im trying to host my flutter web application in github, and it works but there is a section in the app that in the builded version appear gray. The original section is a DataTable widget and in the ...
enrico cristaudo's user avatar
0 votes
1 answer
107 views

I'm new to Flutter and I want to make a simple camera screen using FutureBuilder. This is my code import 'dart:developer'; import 'package:camera/camera.dart'; import 'package:flutter/material.dart'; ...
alpino's user avatar
  • 5
0 votes
1 answer
1k views

I have this flutter project I've been working on and I need code generation for various reasons, such as riverpod providers and freezed models. So I'm using build_runner package to generate this .g....
Aderion's user avatar
  • 17
0 votes
1 answer
43 views

I am trying to feed one DropdownButton with a list of strings. So my code start with : List<String> list0 = []; class mainPage extends StatefulWidget { const mainPage({super.key}); @...
guguCara's user avatar
0 votes
1 answer
730 views

System: Apple Macbook pro 14 Inch Processor: M1 chip IDE- Android Studio Giraffe, Issue - Warning: CocoaPods not installed. Skipping pod install.CocoaPods is used to retrieve the iOS and macOS ...
Harshal Chaudhari's user avatar
0 votes
1 answer
2k views

from pubspec.yaml: flutter: assets: - assets/images/ fonts: - family: NunitoSans fonts: - asset: assets/fonts/NunitoSans-Regular.ttf - asset: assets/fonts/NunitoSans-...
Rony Tesler's user avatar
  • 1,396
0 votes
1 answer
1k views

ERROR: Exception: [!] Your app is using an unsupported Gradle project. To fix this problem, create a new project by running `flutter create -t app <app-directory>` and then move the dart code, ...
xelanac's user avatar
  • 21
0 votes
1 answer
141 views

I am trying to build a flutter webview app in ios version. I used appollo for generating the ipa file, but it turns out it cannot build the ipa file and display errors. I run command "appollo ...
daphneyong11's user avatar
0 votes
1 answer
517 views

I have a azure-pipeline.yml file as below. variables: buildNumber: $[replace(variables['Build.BuildNumber'], '.', '')] # runtime expression stages: - stage: Flutter_Build_Windows_Test dependsOn: [] ...
doganilker's user avatar
2 votes
2 answers
5k views

flutter build fails Could not create task ':flutter_plugin_android_lifecycle:generateDebugUnitTestConfig'. this and base files have different roots: D:\untitled\build\flutter_plugin_android_lifecycle ...
my pc's user avatar
  • 19
0 votes
1 answer
1k views

For debugging purposes - I want to have multiple builds of my flutter app. One - should be from google play and few others like "App Name - Dev" Or "App Name - STG". I tried to use ...
Avdept's user avatar
  • 2,297
0 votes
0 answers
71 views

While run Flutter build apk getting thia error....Could not resolve all files for configuration ':classpath'. This is my build.gradle... App level gradle App level gradle I try run flutter clean and ...
Kasun Pathirana's user avatar
0 votes
1 answer
525 views

I am using Convex Bottom Navigation plugin for the Bottom Navigation Bar. My Kotlin Version is 1.8.10. There is no problem running the app directly in mobile, but while Building the APK it is throwing ...
Vasanthan Raj's user avatar
-1 votes
1 answer
98 views

When building an linux app using flutter build linux. It started to having an issue with displaying non-latin characters. flutter doctor -v This image provides some detail on the issue I'm ...
ThisLyric's user avatar