7,044 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 = ...
-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});
...
1
vote
1
answer
18
views
Why can't Android allow multiple image/video selections with the Flutter package image_picker?
The image_picker, has the following three methods to reference when wanting to make device XFile selections:
pickImage()
pickVideo()
pickMultiImage()
pickMultiMedia() <- this is the one i want
...
0
votes
1
answer
33
views
Google Map not working in Pageview in Flutter
I several screen but every to add bottom navigation animation I used Pageview.
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: Column(
...
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:
...
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 ...
0
votes
1
answer
482
views
Flutter Android NDK Version Conflict: Plugins Require 27.0.12077973 but Project Uses 26.3.11579264
Problem:
Your project is configured with Android NDK 26.3.11579264, but the following plugin(s) depend on a different Android NDK version:
- connectivity_plus requires Android NDK 27.0.12077973
- ...
0
votes
1
answer
16
views
Flutter phonepe sdk is not compile properlygradle error
I followed all the step to add phonepe-intentsdk-android to my project. And when I run the app for IOS it works fine but when I try to build for android in a real device I get below error
Build file '/...
0
votes
1
answer
47
views
Flutter Build Fails with checkDebugAarMetadata Error After Upgrading to Flutter 3.29 (call_log plugin issue)
My Flutter project was originally built using Flutter 3.7, and everything was working fine, including the call_log plugin (call_log: ^3.0.3).
However, after upgrading to the latest stable version (...
0
votes
1
answer
71
views
Flutter problem when building the app from app_links
Support for Android x86 targets will be removed in the next stable release after 3.27. See
https://github.com/flutter/flutter/issues/157543 for details.
You are applying Flutter's app_plugin_loader ...
0
votes
0
answers
13
views
Flutter CupertinoPicker supports canceling the wheel scrolling style and instead flattens the list
Flutter CupertinoPicker supports canceling the wheel scrolling style and instead flattens the list
I want the roll to be flat, not the same as the wheel
0
votes
0
answers
41
views
Failed to update packages
Android Studio 2024.1,
Java 23.0.1,
File is flutter_blue_plus example-1.35.3
PS C:\Users\Lokman\Downloads\flutter_blue_plus-1.35.3\example> flutter pub get
Resolving dependencies...
Because ...
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 ...
0
votes
0
answers
31
views
Flutter iOS Pod Install Problem & App Not Running on Simulator
I am working on a Flutter project and recently encountered an issue related to CocoaPods while integrating the firebase_crashlytics plugin. When I try to run the project, I get the following error:
...
0
votes
0
answers
37
views
Flutter error APK Build failed - namespace
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':google_mlkit_barcode_scanning'.
Could not create an instance of type com.android.build.api.variant....