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
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
0 votes
1 answer
106 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
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
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
1 vote
0 answers
19 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
0 votes
1 answer
704 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
0 votes
2 answers
317 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
91 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
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
2 answers
205 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
1 vote
0 answers
510 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
0 answers
55 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
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
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
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
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
1 vote
0 answers
194 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
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
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
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
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
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
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