Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
24 views

How to navigate to the map application in Carplay when integrating Flutter application with Carplay?

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Mustafa Samancı's user avatar
2 votes
0 answers
36 views

Flutter: Save File to Phone's Downloads Directory. Dart

Using Flutter, Dart, I need a solution to download File() Which comes from this import 'dart:io'; in the user's phone inside the downloads directory. It would be really kind of someone to write a ...
Ali Jawad's user avatar
  • 326
-1 votes
0 answers
21 views

ProcessException: No such file or directory // Command PhaseScriptExecution failed with a nonzero exit code

Unhandled exception: ProcessException: No such file or directory Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/...
MiracleXcode's user avatar
0 votes
0 answers
9 views

Meta Audience network Ads do not Show up in ios devices (Real Device) in Flutter without any mediation

Is it possible to integrate and show Meta Audience network ads in Flutter iOS (14+) without using any mediation platform like AdMob? If yes then what are the right steps for it?
Salman Ali's user avatar
1 vote
1 answer
28 views

youtube_player_iframe is not working on iOS

I want to play YouTube videos using youtube_player_iframe(5.1.2). Android can be played on both emulators and devices without any problems. However, iOS does not display the player. They told me to ...
beginner T's user avatar
-1 votes
0 answers
31 views

Firebase Analytics and Crashlytics setup without Google-services.json and GoogleServices-info.plist in Flutter

I want to set up the firebase in my flutter app with manually initialising the firebase with the firebase-options.dart file which gets created after doing flutterfire configure. I don't want to keep ...
Ankur JAIN's user avatar
-1 votes
0 answers
25 views

Unable to find a target named `Runner` in project `Runner.xcodeproj`, did find `RunnerTests`

Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to ...
Aiswarya Ravindran's user avatar
0 votes
1 answer
35 views

How to Properly Configure Nested Scroll with SliverOverlapAbsorber in Flutter

I’m building a profile screen in Flutter using a NestedScrollView. I already have a SliverOverlapAbsorber for my SliverAppBar, but I need to add another one for my TabBar. Due to dynamic content with ...
dev2019's user avatar
  • 59
0 votes
0 answers
50 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
1 vote
0 answers
17 views

Flutter In App Purchase Plugin Re-subscribe doesn't work

We are using the in app purchase plugin https://pub.dev/packages/in_app_purchase On iOS the resubscribe doesn't seems to work. We create a subscription and then we cancel it in the Sandbox, then using ...
madz's user avatar
  • 53
0 votes
1 answer
26 views

The Slidable component sometimes goes on top of other components and sometimes underneath - FLUTTER

Description: I am encountering an issue with the Slidable component in a ListView in Flutter. The behavior of the Slidable component is inconsistent depending on the number of items in the list. ...
user26377977's user avatar
0 votes
0 answers
29 views

How I show dropdown select List<String> on chip widgets

When the user selects the Dropdown item, it collects the list data, but I can't show it on the chip widgets. Expanded( child: ...
Palash Dey's user avatar
-2 votes
1 answer
41 views

How to check if user is currently logged in and redirect him to homescreen or else to login screen in Supabase flutter

I am working on a flutter project implemented supabase_flutter. When the user got registered with email and password I redirect him to home screen. But every time when i hot restart my app. Again I ...
Shahid ali's user avatar
0 votes
1 answer
55 views

I want to change the current location blue marker color in flutter

I want to change the color of current location blue marker to orange color. However , I have changed the radius color. But, the blue dot color is not changing. Can, anyone please guide me how to ...
Abdul Salam's user avatar
-1 votes
0 answers
54 views

How to handle & check for limited access permission in Android & IOS

I wants to check limited permission access for the images & videos in Android & IOS, In IOS I've allowed the limited access permission but I'm getting denied status. And in android side its ...
Himanshu's user avatar

15 30 50 per page
1
2 3 4 5
187