flutter Questions
4
Unhandled Exception: PlatformException(storekit_duplicate_product_object, There is a pending transaction for the same product identifier. Please either wait for it to be finished or finish it manue...
Disposed asked 19/7, 2022 at 4:30
2
Solved
I am making an application in Flutter, which requires to save the daily data that the users input in the application. The user has 10 daily actions to do.
The app needs to:
Save the daily data tha...
3
Solved
I'm using the flutter_downloader plugin to download files for my app users. On both Android and iOS, downloads sometimes fail with this error message: flutter: not found task corresponding to given...
Goiter asked 24/2, 2020 at 8:12
5
how to fix the flutter doctor issue "'dart' on your path resolves to " Windows pc?
I have upgraded the flutter latest with the command flutter upgrade, after upgrading now flutter doctor shows the warning (below)
Warning: dart on your path resolves to E:\Program Files\Android\dar...
Kruger asked 7/2, 2023 at 12:30
4
Solved
In a TextField I have a initial text 0.00 then how can I format the typed value once the user start typing in Flutter? I'm currently usig the flutter_money_formatter package but I can't get the exp...
2
I know the flutter_local_notifications_plugin allows an app to display notifications.
I want to access the data of notifications that is received, regardless of whether the app is running in the f...
Spanish asked 23/7, 2019 at 6:31
4
i have a screen with three widget [widgetA, widgetB, widgetC]
and i have a bloc[BlocA] which is responsible for the data fetching and displaying on this screen
i have three event [eventA, eventB, e...
Edgaredgard asked 11/2, 2022 at 8:6
12
Solved
I'm building a FLutter code that has the following error for both Android and IOS:
../../development/flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: Error: 'Unmodi...
4
Solved
Greetings to all the devs who contribute their knowledge to beginners, I would like to know how I can make a button that will be hosted in the appBar and that when I touch it it shows some options,...
Garlen asked 16/7, 2021 at 22:15
2
I'm trying to run an integration test which is highly dependent on the user clicking a magic link he got in his email. So far I failed to find a way of doing that. I came across Process.run but it ...
Him asked 16/3, 2022 at 9:41
6
Solved
I'm trying to retrieve the SHA-1 Fingerprint Certificate for my Flutter Project. This can usually be done going into the Gradle Panel on the right side in Android Studio and clicking on signingRepo...
Tessi asked 26/11, 2018 at 12:25
3
Solved
Here in the below image I have added showModalBottomSheet on clicking on the item of "Bottom Navigation Bar", but the BottomNavigationBar is hidden by the modal sheet, So I want to make i...
Harmonicon asked 25/4, 2022 at 7:52
3
I want the user to pick the date and time, for that there is date time picker dialogue.
But, is there a way that, I could show the date-time persistently on some flutter widget and use like any ot...
Mariselamarish asked 22/3, 2020 at 12:24
4
Solved
This is how my app looks normally:
I would like to make the status bar area and bottom navigation bar hidden so that image is shown in fullscreen.
Tried SystemChrome.setEnabledSystemUIOverlays...
9
Strangely, I am unable to deploy flutter apps via Flutter web since some days.
I have not problem running and debugging the Flutter app in a chrome browser via Android studio but once I try
flutte...
Draper asked 22/8, 2021 at 21:14
3
after upgrade xcode to v15 and flutter to 3.16.7
Now I can't run my flutter app on my physical ios device from android studio but I can run on simulator. And I can run on physical ios device if I r...
4
Solved
In my Flutter application, I'm using the go_router package to manage routes and Firebase Authentication for user authentication. I have several screens that require users to be authenticated to acc...
Polack asked 7/10, 2023 at 11:37
3
Solved
I am trying to use my app as a windows desktop, but I get this error in the console:
Building Windows application...
CMake Error at flutter/ephemeral/.plugin_symlinks/native_pdf_renderer/windows/Do...
4
I am new to flutter.I have started to create a reminder app.I am trying to call a push notification on android alarm call back.I am using awesome_notifications. On call back I am calling _ringAlarm...
Nickola asked 23/10, 2020 at 11:26
7
Solved
I installed flutter SDK using ubuntu "snap" by running:
$ sudo snap install flutter --classic
and when i want to add PATH of flutter sdk to android studio
i have a seroius problem !!
rece...
Burial asked 2/12, 2020 at 12:37
2
This is the code inside the builder method of the Streambuilder that causes the issue:
List<User> users = snapshot.data;
users.sort((user1, user2) => (user1.distanceInKm ?? 1000).compareT...
7
Solved
I am using image_picker 0.6.7+17 library in order to take an image using the phone camera.
I am using an android device and not an ios device.
A problem
It seems like that getImage method is not de...
Catgut asked 21/12, 2020 at 21:38
5
I am trying to publish my flutter application to App Store but I got an invalid App Store Icon error
I am publishing my application through Xcode for the first time but I got the error below.
Error Message below
Invalid App Store Icon. The App Store Icon in the asset catalog in 'Runner.app' can't...
5
How can I access the last git commit hash, current branch and last tag from the source directory, when building a flutter app? I want to display this in a "About version" dialog.
There is...
7
Pretty much this issue https://github.com/flutter/flutter/issues/36247 .
Looking for any support here.
PLEASE NOTE ISSUE WITH IOS ONLY.
The app works perfectly in the simulator and also when con...
Tartlet asked 23/12, 2019 at 21:12
© 2022 - 2025 — McMap. All rights reserved.