When i tap in textField in landScape mode i would like to expand in full screen likes whatsapp Example gif Whats TextFormField( keyb
A colleague has given me a Flutter project to try to build the app in iOS (I use a Mac, we both use Android Studio). Everything is ok except for this error:
i was working on project using flutter 2.10.0 version, it work fine, but after upgrade flutter to 3.0.0 version, my project is not building, it give me this err
var filterQuerry =algolia.instance.index(indexName.value.toString()).facetQuery("cast"); I am trying to use facetQuerry method of Algolia packega but I am faci
I am trying to build a simple login page for a new flutter app. The widget tree is very basic. It consists of a MaterialApp that contains a Scaffold. The 'home'
I have a popup dialog with a list of radio buttons that I wish to pop whenever a radio button is selected regardless of whether it is currently selected or not.
And How capitalize the displayName first element? How I get the capital first letter of displayName of user, who just registered on my app and store the first l
I have successfully integrated Google login in android without Firebase. We are using MySQL. I have followed this YouTube Flutter tutorial, but I have no idea
My flutter app is working properly in iOS Simulator. I have added fluttertoast by: Adding it on pubspec.yaml dependencies: flutter: sdk: flutter cupertino_icons
Goal: Changing the color of the prefixIcon next to the TextField when clicking on the TextField. TextField( decoration: InputDecoration( prefixIcon: Icon(
All of a sudden, I am getting this build error in my Android project: unexpected element <queries> found in <manifest> How do I fix it?
I have tried everything including changes in manifest file as well as putting the icon property in notification function but the notification icon is still whit
I intercept messages as follows: FirebaseMessaging.onMessage.listen((RemoteMessage message) async { print('Message data: ${message.data}'); }); I send mes
I've been reading about IDE shortcuts to make Flutter programming easier in Android Studio, but when I hit Alt-Enter (or click the yellow light bulb in the frin
I am developing a maze app on flutter. I have a grid of 100 flatButtons that all start as grey. When a flatButton is pressed, I want it to turn green if the mov
I am running the following test @TestOn('chrome') import 'package:flutter_test/flutter_test.dart'; import 'package:flutter/foundation.dart'; import 'package:m
I am sending multiple user_id with form data in a flutter to PHP page but my PHP API did not see array or obj. I used this code for other projects it could work
I can't ignore any async Functions from code coverage. I try to exclude File.exists() from my Code coverage. Attempts: Tried with // coverage:ignore-line ->
I want to make a simple login page using flutter, and using it with firebase. The first step when I created the project my code: flutter create --androidx Proje
I am working on an application with dynamic splash screen images. This is how I have implemented it. class _SplashScreenState extends State<SplashScreen>