200,475 questions
Score of 0
0 answers
13 views
WhatsApp on iOS only shares the URL from selected text and discards the remaining message
I'm seeing an issue with WhatsApp on iOS when sharing text that contains a URL.
Example text:
This is a header
This is body
https://prd.lrlinks.com/api/review/proRE8_15/leadrat_android
This is ...
Score of -3
0 answers
56 views
Helper.setFocusMode() throws NullPointerException on Flutter Android and question about infinity/continuous camera focus support [closed]
I want to set camera infinity focus but getting some issue.
I have created the question in Github so please check and help me out. all details are mention in Github question.
GitHub Question link
...
Best practices
0
votes
0
replies
75
views
Flutter mobile_scanner: Proper way to handle/validate check digit for UPC/EAN barcodes?
I am using the mobile_scanner package in Flutter to scan different types of barcodes (UPC-A, UPC-E, EAN-13, EAN-8, Code128, etc.).I am using the validation?
Is there any Dart/Flutter package for ...
Score of 0
1 answer
97 views
Why does getSingleOrNull() return a non-nullable type in Drift when checking if a user exists?
According to the database structure, email cannot be null. I want to write a function that checks whether a user with that email already exists, but I'm getting an error
Future<bool> isEmEx(...
Score of 0
1 answer
86 views
flutter push notification sound played repeatedly
I am implementing a custom sound for my push notification. The problem is that when the push notification is sent, the sound is played repeatedly until I user click on the notification icon and it ...
Score of 0
1 answer
69 views
MSAL Flutter (msal_auth 3.5.0) returns home tenant ID instead of client tenant ID in multi‑tenant setup
I’m integrating MSAL authentication in a Flutter app using the msal_auth: ^3.5.0 plugin with Flutter SDK 3.38.2.
I have a Microsoft account with my organization’s domain.
The same account has been ...
Advice
0
votes
2
replies
96
views
How to reset upload signing key (.jks) in the new Google Play Console UI (missing App Integrity/App Signing section)?
Google has updated the Play Console layout, making it difficult to find the key management options.
If you are stuck and cannot find the options in the sidebar, you can access the page directly by ...
Best practices
0
votes
1
replies
78
views
RxFlare performance issue with very large ListView (nearly 10 million items) – high memory usage and slow rebuilds
I'm testing the performance of RxFlare with a very large list. I want to understand its limits and best practices for fine-grained reactivity on large datasets.
import 'package:flutter/material.dart';
...
Advice
0
votes
1
replies
46
views
Image carousel slider with custom indicator demo
je veux faire le carrousel d'un container comprenant une image en background , un texte et un bouton . je souhaite aussi avoir des mouvements de points qui montrent l'evolution du slide.et une duree ...
Score of 1
0 answers
79 views
google_mlkit_face_detection: FaceDetector.processImage() crashes only in Android release (works in debug)
I'm seeing a native crash from google_mlkit_face_detection that only happens in Android release builds.
Environment
Flutter: (version)
google_mlkit_face_detection: (version)
google_mlkit_commons: (...
Score of -1
0 answers
82 views
File picker in flutter [closed]
I installed file picker in my flutter project version 11.0.2, but despite changing compileSDK and targetSDK to 36 and installed API 36 in andoid studio, thee bugg still shows that file_picker is ...
Best practices
0
votes
1
replies
53
views
How to properly use the Rx widget in RxFlare for automatic dependency tracking in Flutter?
I'm using RxFlare (rxflare: ^1.6.4) and trying to understand the core reactive widget Rx(() => ...).
According to the docs, it provides automatic dependency tracking so that only the parts ...
Score of 0
0 answers
55 views
FlutterFlow Web App Shows Blank White Screen on First Load After Deployment
I deployed a FlutterFlow web application to my custom domain. The website shows a blank white screen on the first load, and the Flutter app does not start.
Environment
FlutterFlow Web App
Custom ...
Score of 0
0 answers
66 views
Flutter Referral System (2026) - Preserve referral code after Play Store/App Store install
I'm implementing a referral system in Flutter for both Android and iOS.
Flow:
User A shares a link containing a referral code (?ref=ABC123).
User B clicks the link.
If the app is not installed, the ...
Score of -4
0 answers
223 views
wmic.exe is disabled in Windows 11. Is there a way to get uuid without a command in cmd or powershell? [closed]
Is it possible to achieve this without using the command line on Windows? How does Flutter do this?
Is there a library or class in C# that will allow me to retrieve the device ID and make that device ...