Questions tagged [flutter2.0]

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.


Resource


Source Code and Building


Community


Related tags

89 questions
0
votes
0 answers

Ios build failed for flutter project

firebase_core: "^0.7.0" firebase_auth: ^0.20.0+1 cloud_firestore: ^0.16.0 firebase_storage: ^7.0.0 firebase_analytics: ^7.0.1 [✓] Flutter (Channel stable, 2.0.0, on Mac OS X 10.15.4 19E266 darwin-x64, locale en-IN) • Flutter version…
0
votes
1 answer

Flutter Email Validation

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 -…
Harry
  • 154
  • 4
  • 15
0
votes
1 answer

How to determine if an open source package from pub.dev would work on flutter 2.0?

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…
Track Back
  • 51
  • 1
  • 7
0
votes
3 answers

Changing the color and styling of the Button in Flutter

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…
Harry
  • 154
  • 4
  • 15
0
votes
0 answers

Getting "FacebookLoginStatus.error" when i log in with facebook flutter

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…
0
votes
2 answers

Dark status bar icons after migrating to Flutter 2

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…
0
votes
3 answers

Flutter build release apk with no sound null safety?

Debug apk works fine, release apk not working.. Tried flutter build apk --no-sound-null-safety it builds release apk but does not works.
0
votes
1 answer

Flutter keyboard not showing up on both emulator and real devices>

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:…
0
votes
1 answer

is flutter dio package compatable with flutter 2.0?

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?.
A.K.J.94
  • 492
  • 6
  • 14
0
votes
1 answer

Issue in shared_preference: ^2.0.3 (latest till now 10-03-2021)

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…
-1
votes
3 answers

Text underline display line above text instead of below

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( …
Brinda Rathod
  • 2,693
  • 1
  • 20
  • 32
-1
votes
2 answers

Add a button to a Container

This is my Code: import 'dart:convert'; import 'package:flutter/material.dart'; class OverViewList extends StatefulWidget { OverViewList({Key key}) : super(key: key); @override _OverViewListState createState() =>…
Vito
  • 107
  • 1
  • 2
  • 12
-2
votes
2 answers

How do I DownGrade Flutter Version

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.
-3
votes
1 answer

What's the state of support for null safety for the HERE SDK for Flutter?

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?
1 2 3 4 5
6