For questions about Flutter UI software development kit that are specific to version 2 of the framework. Use the more generic [flutter] tag on all Flutter questions, and only add this one if your question is specific to version 2.
I am making an app in Flutter. Now I have put validator that to validate the email. But I want that if there is an google gmail account or any other valid email (actually has the user) then only the user should create account in app.
For example -…
I tried many packages from pub.dev after upgrading to flutter 2.0, almost none of them really worked. I got different errors during compilation. Is there a way to know what packages would work and which of them would not?
Can I find the…
I have migrated to Flutter 2.0 which is just the new release now. In my project I have used Flat Buttons but it got deprecated now in Flutter 2.0 and the suggestion pop up to use Text Button instead of Flat Buttons.
Now the problem is in Flat…
my code for log in facebook with flutter firebase not working. and will get the case of case FacebookLoginStatus.error:
bool loading = false;
UserInfo user;
FirebaseAuth _auth = FirebaseAuth.instance;
static final FacebookLogin _facebookSignIn = new…
I have recently updated the Flutter version from 1.22.6 to 2.0.2. But now after I create a new flutter project (default counter app), the status bar icons are dark. They were light before migrating to 2.0.2:
How can it be fixed? I've tried to set…
What I mean is that the keyboard did show up for milliseconds and it then disappeared immediately, this is inside a Modal Bottom Sheet, but I don't think it's the problem of the Sheet.
Container(
height: 50,
width: double.infinity,
padding:…
I had got some few problems when I migrated to flutter 2.0, does Dio compactable with flutter 2.0 or any way o resolve range error while using Dio package?.
After updating flutter I have issue in one of my project. Error Log is below. Main issue is pref not save perfectly on device. some pref is save and some left. I checked it from…
As showing the given image After applying underline decoration text style to the text it shows line above text instead of below in flutter 2.2.
TextButton(
onPressed: () {},
child: Text(
…
I intalled flutter 2.0.4 ,but now i'm facing a lot of problem working with it. I don't know my older version number, but I don't want to flutter 2.0.4. It's really a horrible experience.
We're deciding between here sdk and few others for our app, wondering what's the state of null safety, is it possible to use it with null safety app? What's the progress of migration, is there any timeframe we could expect sdk for flutter 2.2.2?