Hi . I have trouble sending Firebase notifications. Where should I read the Bearer Token section? is this right ?
how can i get file size from XFile? final XFile? pickedFile = await _picker.pickImage( source: source, maxWidth: 1200, maxHeight: 1200, );...
Why after dispose a TextEditingController i can still print text from it?
Is it possible to open an app screen on receiving a fcm notification without tapping on it ?
How i can have multi text direction in one multiline textfield?
is it possible to record calls using flutter? is there any package for this?
firebase sms auth does not work in release apk but it work in debug mode? This is the error : Missing client identifier I seted sha1 in firebase
How to create somthing like this in flutter? I want when user clicked on * the other btn apear around . Is this has an specific name? How can i google it?
how can remove this gap between a container and a clippath widget?
If yes. How can it be prevented?
how can i convert an String like '010111100100' (a binary number but in string format) to int in Dart?
Is it possible to get firebase fire store stream data without streambuilder?