flutter-dependencies Questions
3
I am new to flutter. We have a proxy setup in the network. The proxy is already applied to android studio and it is working fine. While creating a new application it is working fine. But, get packa...
Caddy asked 11/7, 2019 at 8:2
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
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
2
So I am exporting a file created in my application with extension .abc
Now, if the user shares the file on whatsapp or telegram or any other platform and when other user tries to open the file, th...
Hemihydrate asked 3/8, 2019 at 12:14
5
I am getting this error after completing the app instagram clone.
I haven't run the app for a while so when I came back running the app it is giving me this error does anyone know the solution?
The...
Benzocaine asked 17/6, 2023 at 9:54
3
The problem I am facing is with ENVied package for flutter. I am trying to save my api keys in environment variables.
I followed these steps.
Installed these three packages
$ flutter pub add envi...
Carbonate asked 24/11, 2023 at 0:34
6
I am creating an application in flutter and everything was going well, but at the moment it started giving me an error. It won't let me compile and flutter pub upgrade and flutter pub outdated don'...
Yawmeter asked 4/2, 2023 at 18:41
3
Solved
Every project this file is auto-generated, also if I am added any library to pubspec.yaml file, this file also updates and, added and shows there URL, name path, and source.
but what's the main pur...
Rape asked 8/10, 2020 at 6:26
5
Solved
I am using image_picker: ^0.8.4+4 where I am getting this error. what I can do to make this code right?
late File selectedImage;
bool _isLoading = false;
CrudMethods crudMethods = CrudMethods();
F...
Globe asked 9/11, 2021 at 10:0
2
Solved
I would like to put my QuillEditor inside my form and not on a dedicated page of my app.
I've tried with a Column inside a SingleChildScrollView and with a ListView widget, but the result is the sa...
Forgot asked 12/7, 2021 at 17:10
3
I'm building an app in flutter that contains a Video Feed like the one found in TikTok. You can imagine a ListView where you can scroll through some videos (5-25seconds).
The videos are stored in G...
Exorbitance asked 5/7, 2020 at 21:47
9
Because every version of flutter_localizations from SDK depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from SDK is forbidden.
So, because fstore depends on flutter...
Pinkham asked 4/3, 2021 at 13:47
1
i want to display a global overlay loading instance in my main app widget
it works fine inside materialApp but when i used go router and turn it into MaterialApp.router
the state is changed but the...
Croteau asked 28/11, 2022 at 10:28
4
Solved
I have been trying to run my Flutter code on IOS device. However I am getting some errors regarding non-modular headers inside Framework module.
Logs:
While building module 'firebase_core' imported...
Alyciaalyda asked 11/2, 2021 at 3:50
7
My flutter application is not able to run on 2.5.0-5.3.pre beta version. after then I searched for it then need to upgrade my flutter sdk so have upgraded to latest beta version 2.6.0-5.2.pre but s...
Mantel asked 24/9, 2021 at 9:7
31
Solved
I've just tried to install Flutter on Linux and when I try to run a flutter command (flutter doctor), I'm getting
Error: Unable to find git in your PATH.
How can I solve this?
Macfadyn asked 10/7, 2018 at 10:56
9
This error appears when I try to add language support to my flutter application:
Target of URI doesn't exist: 'package:flutter_gen/gen_l10n/app_localizations.dart'. Try creating the file referenced...
Merla asked 1/6, 2021 at 13:31
4
Can anyone help me I don't know what happened I was just pubUpgrade and it become like this
I've tried flutter clean and tried to delete dart:js line in js.dart but still not work thanks for your ...
Alack asked 20/9, 2023 at 6:47
6
Solved
I'm trying to fetch a PDF file from a URL, and to present it in my Flutter app (for both Android and iOS).
I've searched the web and SO for answers on how to present a fetched PDF file in Flutter,...
Saponify asked 19/6, 2020 at 18:3
15
I'm having this issue when I've added http dependency in my flutter project. Can anyone please help me with it?
Erotic asked 1/11, 2018 at 7:27
4
I'm encountering a consistent crash in my Flutter application when running it on the iOS Simulator. The issue seems to be related to the Impeller rendering backend, as indicated by an error message...
Tuft asked 22/11, 2023 at 12:33
2
I know Image_cropper support predefined crop ratio like
aspectRatioPresets: [
CropAspectRatioPreset.square,
CropAspectRatioPreset.ratio3x2,
CropAspectRatioPreset.original,
CropAspectRatioPrese...
Threesquare asked 3/3, 2021 at 9:22
2
Solved
I want to use this package https://pub.dev/packages/notification_permissions to do a Permissions check, I saw the example in it, but I couldn't use it and put it on my project correctly.
All I need...
Lissy asked 21/9, 2022 at 9:39
17
Solved
I dowloaded a Flutter sample code for Catalog from git, which showing me a warning,
'package get' has not been run
'Pub get' has not been run
What does it mean? How to solve it? Should I igno...
Headwards asked 1/3, 2018 at 18:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.