Skip to main content

Questions tagged [flutter]

Use this tag for questions about the Flutter cross-platform UI toolkit. If your question is platform-specific, tag the platform as well (e.g., [android], [ios], etc.). You may also wish to include the [dart] tag for coding questions.

0 votes
0 answers
7 views

Playing audio streamed via ws with just_audio in flutter (Mobile)

The aim is to play audio as soon as it comes from the server via the ws connection, and continue playing the whole message without any interruptions. (after the first audio chunk the rest should ...
Mustafa 's user avatar
0 votes
1 answer
10 views

issue with kotlin, outdated and how to fix within gradle.build

I keep reading other accounts of this issue, how my version needs to be downgraded, but all the response say go to gradle.build, but mine does not match all the replies. andriod/gradle.build ...
cfranco87's user avatar
0 votes
0 answers
22 views

How to correctly setup ColorSchemes in flutter

I started using this Material Theme Builder to create Color Schemes. Unlike widgets from packages, the Flutter widgets like ListTiles and containers don't follow the app theme (color scheme) that I ...
Ziad Ghanem's user avatar
0 votes
1 answer
24 views

Build Gradle Fail with exception after updating kotlin version

I installed a package called superwall for my flutter application, which when running my app it printed out this output ┌─ Flutter Fix ──────────────────────────────────────────────────────────────────...
Luis Pereira's user avatar
0 votes
0 answers
16 views

Cannot receive UDP packets in Flutter

I have a camera that is supposed to be transferring a live video stream to my flutter app by way of UDP packets (confirmed in Wireshark), but for some reason I'm not receiving them. The port number ...
NoobAmI's user avatar
0 votes
0 answers
7 views

Block Confirm Navigation from displaying in Flutter Android App

I'm developing a Flutter application that uses a webview. While navigating from a DocuSign form and clicking back it displays this confirm navigation dialog (see below). It took me forever to find ...
J Hunt's user avatar
  • 773
1 vote
0 answers
17 views

Deep links won't open my app from Meta Messenger app

I'm trying to integrate deep linking. When I open the link in safari, whatsApp, telegram etc. It opens the app fine. Even when sending the test deep link from Meta's App Ads Helper it sends ...
Titas Černiauskas's user avatar
0 votes
2 answers
20 views

Got dependencies! 7 packages have newer versions incompatible with dependency constraints

[appname] flutter pub get --no-example Resolving dependencies... Downloading packages... collection 1.18.0 (1.19.0 available) http_parser 4.0.2 (4.1.0 available) leak_tracker 10.0.4 (10.0.5 available) ...
0 votes
1 answer
25 views

How to add a pointing arrow to my widget?

I use borderRadius: BorderRadius.circular(16), to make borders circular, but is there a builtin way to add it a pointy end ? More explanation: I have this dart code, child: Container( ...
C.Unbay's user avatar
  • 2,787
0 votes
0 answers
7 views

Proplem with Strapi client v4

I am watching a video in youtube tutorial working with strapi here is the link : https://www.youtube.com/watch?v=gPFbxwRGhiQ&list=PLVpp0SvtYtdfMvoSB1NwHq3J0MFHSz5FQ&index=17 at 4:34 ,You can ...
orinon's user avatar
  • 1
0 votes
0 answers
6 views

Prevent truecaller terms popup from opening

I am integrating https://github.com/truecaller/flutter-sdk in a flutter app. In the popup, if it asks to login via phone, if i click the back button the popup closes. But i get the small truecaller ...
Testdark123's user avatar
0 votes
0 answers
8 views

Sentry events displayed inappropriately while filtering

I have integrated Sentry, to track exceptions that arise in my app. Since the application was used by multiple users, the user ID was also logged which differs for every user. The exceptions are ...
Gowtham's user avatar
  • 31
0 votes
2 answers
33 views

How can I resolve Error: The argument type 'Text' can't be assigned to the parameter type 'String'

I have this code snippetbelow body: SingleChildScrollView( padding: EdgeInsets.all(16.0), child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [...
C.Unbay's user avatar
  • 2,787
0 votes
0 answers
13 views

Flutter Login Layout Rendering

I'm facing an issue on rendering the login layout page. In some devices (iPhone, Android, pc) the page shows all the texts, in other no. To what could be due this behavior? I attached what I see in my ...
user2996767's user avatar
0 votes
0 answers
8 views

Flutter DIO post call not starting only on a specific phone

My client is testing the application I developed, and we are facing a very weird issue. Last week everything worked fine. Today he told me he can't log in with any user. Even if he types a random ...
Nicola's user avatar
  • 331

15 30 50 per page
1
2 3 4 5
11899