Skip to main content

All Questions

0 votes
0 answers
6 views

How to trigger UI rebuild when notification action button is pressed

I use awesome_notifications package for scheduling local notifications in my todo app. I tried to find the solution here and on other sources too, even in the package documentation, but I couldn't ...
Husen Patel's user avatar
-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
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 ...
Spencer's user avatar
  • 123
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( ...
Modacher Mahmud Rafi'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
1 answer
497 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 - ...
Yasser Mohamed's user avatar
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 '/...
Aniruddha Das's user avatar
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 (...
Sanjay TM's user avatar
  • 467
0 votes
1 answer
72 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 ...
Kushwanth Boggavarapu's user avatar
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
laterday's user avatar
  • 411
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 ...
HobiSoft'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
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: ...
IH Raihan's user avatar

15 30 50 per page
1
2 3 4 5
462