I have an Arabic text in a pdf file. When I copy the text into Text Widget it becomes weird characters. When I checked the pdf file properties I found that it u
i can't find defination of any of the flutter function or class if i want to see the defination or implementation of FAB(floating action button) it says cannot
It's been few days since I've been trying to solve this problem. I have implemented firebase messaging for push notification, as a result, I am able to receive
I want to add asteric sign in InputDecoration labelText and change color(like red) of it so that user understand easily this field is required. TextField(
I tried using this package to make VPN connection app but it dose not support the connection type like (L2TP or PPTP) https://pub.dev/packages/flutter_vpn
I'm trying to implement GoogleMaps into my flutter project, it works fine for the android version, but with the iOS version I'm facing some problems. The error
I'm trying to implement GoogleMaps into my flutter project, it works fine for the android version, but with the iOS version I'm facing some problems. The error
In my flutter project, I haved used a Row where I aligned two text horizontally, the first Text size is fixed but the I want the second one to have as much widt
To start, I did review this but to no avail. How to access Flutter environment variables from tests? import 'package:flutter/widgets.dart'; import 'package:flut
In my flutter project, I have initialized a Row. Inside that, I created some Texts in a column and after that, I want to add a line but it is not showing anythi
I'm using aws sns to send notifications to users via firebase cloud messaging. App is built with flutter. Notifications work alright(background,foreground,kille
I am using flutter for building application. Recently, I have added firebase analytics to it but now I am experiencing one fatal issue. I am not sure what is ca
import 'dart:convert'; import 'package:flutter/foundation.dart'; import 'package:http/http.dart' as http; import './cart.dart'; class OrderItem { final Stri
What I am currently doing Navigator.push(context, RouteAnimationFadeIn(NewWidget(someValue), true)); RouteAnimationFadeIn: class RouteAnimationFade
I wrote a custom switch class in Flutter to implement generic parameters, I used the flutter_switch package. When I toggle the switch I faced the following erro
I face error while launching on device on iPhone 12 Pro Max. This is console log Launching lib/main.dart on iPhone 12 Pro Max in `debug mode` Running Xcode buil
I highlighted the word, but not the correct word. In my BuilderSuggection, I added like this code, title: RichText( text: TextSpan(
This will work TextEditingController _controller = new TextEditingController(text:"this works"); but this does not TextEditingController _controller = new Text
I'm building a Flutter web app. Everything was working fine until randomly I did a hot restart and then I began getting this error. wasm streaming compile fail
I'm getting the following error when running my flutter project on Android Emulator. It works fine on iOS Simulator and the project is also fine on my other Mac