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

All Questions

Tagged with
0 votes
0 answers
8 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
1 vote
1 answer
23 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
0 votes
1 answer
29 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
-2 votes
0 answers
25 views

Linking of multiple apps [closed]

If we create an flutter application (Android + iOS) using visual studio code "we have 3 applications named A, B & C. A is the main app and the other two apps (B & C) are separate apps. i ...
DDeveloperDeep's user avatar
0 votes
0 answers
19 views

One signal notification click Flutter

I'm using One signal notification in flutter app and working fine in IOS but in android after clicking on notification opening google chrome followed by app. Future<void> initPlatformState() ...
Farhana Naaz Ansari's user avatar
-8 votes
0 answers
42 views

Did Everyone know about Netflix game downloading algorithm on IOS? [closed]

We try to build a Games centre App that allow user can download game from our app. but in IOS we can't download directly like Andiron so try the other way like following Netflix game downloading flow ...
Reaksmey soriya's user avatar
0 votes
1 answer
37 views

iOS Notification is permanently denied - can't find in settings for manual enabling

I implemented push notification in iOS and android, using APN Apple Push notification and firebase respectively. In iOS first request for notification is from native side (appDelegate/swift code) and ...
Inquisitive Owl's user avatar
-1 votes
0 answers
12 views

Target debug_ios_bundle_flutter_assets failed: PathNotFoundException: Cannot open file, path = 'ios/Flutter/AppFrameworkInfo.plist'

So, I'm not an iOS developer and don't really understand what's going on here. I have a Flutter app working on Web and building for android, but when I try to build on iOS simulator the build fails ...
Allan Bastian's user avatar
0 votes
0 answers
17 views

Flutter Image Picker Transparency

I have an app where users are supposed to be able to upload images with transparency (PNG's). I'm using the image picker package to achieve this: void selectGraphic() async { _graphic = await ...
sdass's user avatar
  • 19
-1 votes
0 answers
23 views

Optimal Ways to Structure and Display Documents in a Mobile App? [closed]

I need some insights on the blueprint of an app. Concept: The app will be for a specific profession, let's say lawyers, where they can find all the necessary documents they need for specific cases. ...
Cain's user avatar
  • 77
0 votes
1 answer
23 views

Upload flutter macOS app to TestFlight with fastlane

I want to use Github Actions to upload a macOS app to TestFlight. For iOS I do the following: flutter build ipa --export-options-plist=${{ github.workspace }}/ios/exportOptions.plist Then with ...
Adam Zarn's user avatar
  • 2,050
0 votes
0 answers
19 views

Flutter iOS Stimulator Permission Handler Location

I have an iOS app developed on Flutter and I am stuck at the allow to access location step. I have the permission_handler: ^11.3.1 included in my .yaml file. I have added the following keys in my Info....
user1204563'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
0 votes
1 answer
27 views

Tabbar indicator not chaning in flutter

In design, Tabbar is being used and on Expand button, build Media is being passed in MaterialPageRoute, Some bool variables are being used to disable view and tab when they are not available. On ...
Farhana Naaz Ansari's user avatar
-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

15 30 50 per page
1
2 3 4 5
632