Skip to main content

All Questions

-1 votes
1 answer
45 views

Kotlin DSL Issue: Unresolved reference to coreLibraryDesugaringEnabled in build.gradle.kts [closed]

I’m trying to enable core library desugaring in my Flutter project, but I’m getting the following error in my android/app/build.gradle.kts file: compileOptions { coreLibraryDesugaringEnabled = ...
Hammad Khan's user avatar
-1 votes
0 answers
56 views

Flutter Bloc issue, Event won't get fired on initState()

I have a button in page 1 with onpressed that does Navigator.push(context, customroutebuilerforanimation(page2())); In page2 I have : class Page2 extends StatefulWidget { const Page2({super.key}); ...
sickothisshhh's user avatar
0 votes
0 answers
13 views

Socket.IO server in v2.x with a v3.x client, but they are not compatible

I am working on flutter app where i need to show live stock price from symphonyfintech and I am using socket_io_client: ^3.1.1. Now i am trying to get connect with socket i am getting error that says: ...
Kuldeep K's user avatar
2 votes
1 answer
48 views

Error "It's for Flutter Web only" Flutter Android

I'm trying to record a video stream in Flutter Android platform but getting the error that "It's for Flutter Web only". Does it support recording video streaming in mobile platform? How can ...
Alpit Panchal's user avatar
0 votes
0 answers
15 views

Video resolution not displaying correctly for Chewie player in flutter

I have been having an issue with Chewie player to display the video correctly,kindly guide how to display the original video aspect ratio in full screen without stretching or cropping. Whenever I put ...
mimin kips's user avatar
1 vote
1 answer
136 views

Install flutter webrtc=

When i install a package of flutter_webrtc and i run my emulater they show me this error unching lib\main.dart on Android SDK built for x86 in debug mode... C:\AppData\Local\Pub\Cache\hosted\pub.dev\...
soula soula's user avatar
1 vote
0 answers
44 views

App not building for iOS and Android after upgrading Flutter

I have been using Flutter with Firebase etc for an iOT app at my company. Day before yesterday afternoon (Monday) I upgraded Flutter because last week when we released a update we received a ...
Vaasvi's user avatar
  • 11
0 votes
1 answer
65 views

CocoaPods could not find compatible versions for pod "flutter_sound_core"

i tried to install the pod in flutter project but got the follwing error [!] CocoaPods could not find compatible versions for pod "flutter_sound_core": In snapshot (Podfile.lock): ...
HANAN ASHRAF's user avatar
1 vote
1 answer
52 views

How to integrate a candlestick chart like stockmarket app in a Flutter App [closed]

I am working on a stocktrading app where i need to integrate a candlestick chart into application. This is what already i have tried material_charts not any kind of recommendation for pacakge,plugin ...
Kuldeep K's user avatar
0 votes
0 answers
40 views

Flutter email sender, can not compile

I can't compile and use the flutter_mail_sender package, the error is: * What went wrong: Execution failed for task ':flutter_email_sender:parseReleaseLocalResources'. > Could not ...
Riccardo Pasquetto's user avatar
1 vote
1 answer
165 views

Flutter - Check if user exists in Supabase Auth

I can’t solve this problem with Supabase and Flutter. I sign up a user using the Supabase Flutter package : await Supabase.instance.client.auth.signUp( email: email, password: password)...
leuji's user avatar
  • 111
1 vote
1 answer
50 views

Flutter app not applying RTL layout even after setting Directionality and locale

Question: I’m trying to make my Flutter app fully RTL (Right-to-Left), but no matter what I do, the app remains LTR (Left-to-Right). I’ve tried several methods, including: 1. Setting locale: Locale('...
Daniyal Dehghan's user avatar
4 votes
1 answer
1k views

Getting google api headers & flutter_facebook_auth dependencies error

Getting these errors on my code. Tried upgrading the dependencies of google_api_headers & facebook, but the issue continues. Current dependencies - google_api_headers: ^1.0.0, ...
Choco Dev's user avatar
0 votes
0 answers
45 views

Flutter Stripe Didn't find class "com.stripe.android.paymentsheet"

I didn't understand the issue. i have done all the step for implement the payment. Future<void> openPaymentSheet() async { try { Map<String, dynamic> paymentIntentData = await ...
Alpit Panchal's user avatar
0 votes
1 answer
89 views

Error: Couldn't find constructor 'WebViewController' in flutter

i was trying to take a build of my flutter apk but i keep getting this error i am using a git package of flutter_html and there is no error on the code but i am getting this error i am using flutter ...
Ashfaq Manu's user avatar

15 30 50 per page
1
2 3 4 5
167