I can build flutter app by command-line "flutter build apk --flavor stg --release" but i through erorr "Keystore file not set for signing config release".
Is there any way to exclude certain files or directories from pub publish for dart packages? I am publishing a package that has so many screenshots. I want the
Error in console: Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that respo
How can I change the size of path in this section of code? When drawing, the path goes beyond the phone screen. I should not have access to drawing the paths t
I'm looking for a way to show an app icon badge when a user receives a push notification. I'm using the Firebase_messaging plugin for flutter for the handling
primaryColor: const Color(0xff090C22), colorScheme: ColorScheme.fromSwatch( primarySwatch: Color(0xff090C22), ), ), I want tha
I am trying to create an abstract data model where i pass data and type a and then is return list, but when i can't call T.fromJson() method, note that passes t
When I use the text field in each part of my program and run the program, the keyboard immediately opens and closes and doesn't give me a chance to type anythin
what I want to do is that my search history can update it, I can´t delete a previous search with click on the delete icon but I want to use the set state
I've been working on developing a Flutter Linux desktop app for the past 6 months and decided recently to run flutter upgrade to update to the latest version. S
After upgrading Flutter to 2.10.5 my XCode build is giving me: Error output from Xcode build: ↳ objc[49279]: Class AppleTypeCRetimerRestoreInfoHelper
I created a new Flutter app and I'm trying to set an initial value in a TextField widget using a process I've used before in several apps. Whenever I edit conte
I created a new Flutter app and I'm trying to set an initial value in a TextField widget using a process I've used before in several apps. Whenever I edit conte
I just started with app development with flutter, but am not even able to run the test app. This is what come on console : Launching lib/main.dart on AOSP on I
So I'm trying to make a Stack of two buttons using GestureDetector where if I press one, it will overlap the other by half. But it's not detecting any gestures
Hello I am trying add BottomNavigationBar in flutter app but when i run project error occures : A MaterialLocalizations delegate that supports the ka_GE locale
I've already added a few dart files with Firebase integration and fixed deprications, but unfortunately it shows a white blank screen when I run my flutter app
Is it possible somehow to display Android homescreen widget as a Flutter widget? I've read about PlatformView widget that can embed any Android view inside Fl
I have a very large project in flutter which is connected with back4app i did some little changes last, it was working good today am trying to open my project i
Framework & Architecture I have a specific architecture in my Flutter app. I am using BLoC pattern (flutter_bloc) to maintain state and fetch data from remo