I have this project in Flutter, but I haven't been able to build an apk for a couple of weeks, because of the Gradle version. I've tried everything, but Flutter
After upgrade the linter to the new version (flutter_lints: 2.0.1) in my pubspec the linter enables this rule: library_private_types_in_public_api by default. I
I am having a TextFormField as a child in Form like below Form(
I'm trying to run two tests in a same group in one test file. If I split them into two separate test files, they are working fine. But if I add them in a group,
Whenever i run flutter doctor the following error comes [√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.22000.438], locale en-IN)
Is it possible to send environment variables to string.xml in flutter? How to do it?
import 'package:flutter/material.dart'; import 'package:flutter_user_profile/home/parking_tile.dart'; import 'package:provider/provider.dart'; import 'parking_t
I am trying to set up a Dart project to use shelf. Now to enable hot reload, I am trying to install dartman. On doing pub global activate dartman Command 'pub'
I can use the provider in the init state, but it does give me an error. I saw answers that you need to use listen: false in the provider. of method but it still
I am trying to send a soap request with two arguments using flutter. The wsdl can be found at this address I didn't found any ways to only send a request with
I'm trying to setup Flutter on my Mac but when I use the terminal to check the version I keep getting the message "zsh: command not found: flutter" The steps th
I have Android Studio Bumblebee on ubuntu and I need to set my Gradle to work offline. I can't find the gradle tab to try out some of the suggestions such as th
I'm writing a flutter application and I'm trying to define my own themes for light and dark themes. coding with android studio and testing it using the regular
I am using flutter_picker: ^2.0.0 plugin. And could not find option to remove grey box from Picker. Here is my code :- Picker( itemExtent: 50, magni
I am getting the following error even though I copied the example from better_player documentation. I made sure my target on android is 31, kotlin is 1.5+, and
As we know flutter app runs in an isolates. Somewhere I read that isolates are not system processes. So what really an isolate is and how it's different from pr
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X cmdline-tools component is missing Run `path/to/sdkmanager --instal
I try to upload kommunicate_flutter: ^1.1.3 in my flutter android app becasue I want to add chatbot in my app but I face this problem , can anyone help me pleas
When I send data from flutter to php I am getting the error below. I am using dropdown and map to display and collect the date selection. I also have a few text
When I try to open the flutter project of my developer, I get hundreds of errors, that he does not find multiple packages for instance. Packages that consist wi