flutter-dependencies Questions

3

I had this problem to add dependencies my project, but I thought it was dependency problem for example I couldn't add "video_player" or "showcaseview" dependency to my project6 ...
Exodus asked 20/8, 2023 at 7:29

5

Where can I find a command line tool for searching and listing installed packaged versions and available upgrade versions? I can't think of any other package management tool that doesn't include ...
Songstress asked 18/5, 2020 at 14:51

11

I'm using firebase in my project and i got some issues mentioned below - [cloud_firestore/unavailable] The service is currently unavailable. This is a most likely a transient condition and may be c...

9

Solved

I want to open whatsapp from my Flutter application and send a specific text string. I'll select who I send it to when I'm in whatsapp. After making some research I came up with this: _launchWhatsa...
Shrike asked 31/3, 2020 at 10:2

2

Is there a way I can parse the contents of PDF files into widgets or something more understandable or perhaps into something that can be modified and again converted to PDF format?
Angelitaangell asked 1/11, 2019 at 19:18

3

I have been trying to integrate a web based product tour/on-boarding plugin which will help a new user to understand the application without any external intervention. I cam across this plugin : ht...

6

I have tried upgrading flutter to the latest version. I am still getting the same error.
Cerebellum asked 30/5, 2021 at 4:24

4

Solved

I created a realtime database on firebase and wanted the data stored to be displayed on flutter but I noticed that whenever I opened the screen meant to display the data stored, after the CircularP...

3

I have get network image and used ternary operator where I can show network image but unable to show default asset image where network image is invalid default image in grid also as this- I am new ...

32

I reinstalled my android studio since the sdk was not found and so on. After re installing java jdk and android studio , everything worked well until I got an error saying 'Could not initialize cla...

4

I am using flutter_native_splash 1.3.1 package to add splash screen to the app. The image size is getting displayed bigger than the desired size on the splash screen. What is right approach to decr...
Karen asked 10/11, 2021 at 2:21

3

I want to generate barcode in flutter but I only found barcode scanner packages like barcode_scan but I want something like zxing library (native in Android) for flutter that also generates Barcode...
Peavey asked 22/6, 2018 at 9:40

4

I am trying to develop an app that presents videos to the user. I am using VideoPlayerController for loading the videos, and ChewieController for the UI. It works great, but when the user closes th...
Hellbent asked 7/8, 2020 at 14:11

6

Issue with webview in flutter getting an error [ERROR:flutter/shell/common/shell.cc(184)] Dart Error: Unhandled exception: PlatformException(error, Trying to create a platform view of unregister...
Allusive asked 22/4, 2019 at 12:21

9

Solved

I erased in my folder .pub-cache/hosted/pub.dartlang.org/this_plugin What is the command to update the dependencies inside pubsec.yaml? I believe it is flutter packages get The folder under ....
Cuesta asked 28/3, 2019 at 13:46

2

I was building a flutter desktop app using vs code and all sudden was presented with this error completely unfamiliar with. anyone with a solution on how to handle this, I appreciate following is ...

19

Solved

When I perform a flutter run I get an error Target file "lib/main.dart" not found. Why is this happening and how can I fix this ?
Grappling asked 25/5, 2018 at 5:35

3

Solved

When I am debugging the app, everything works fine, but after I perform these commands: flutter clean flutter build apk flutter install The installed app is not working properly (Not loading dat...
Vicissitude asked 8/5, 2019 at 17:52

6

Solved

Is there a way to autogenerate template code for the example map structure in a package? Most packages have a /example folder within the package root that showcases the package functionality. I'm...
Vienne asked 8/6, 2019 at 12:32

3

Can anyone tell me how to store and retrieve images from the Hive database in Flutter? I want to upload and then show that images in other page using hive, I tried but I'm not able to do that.
Tenney asked 5/9, 2022 at 10:30

23

I get this error: Member not found: 'FirebaseAppPlatform.verifyExtends'. FirebaseAppPlatform.verifyExtends(_delegate); flutter clean flutter pub get pod install
Camelot asked 27/10, 2022 at 17:45

2

I was trying to implement local_auth package into my Flutter app. in the documentation, it was mentioned that it will have to use FlutterFragmentActivity instead of FlutterActivity in my MainActivi...

11

Important: I found the same question but it is closed with incomplete debugging information. I am uploading an image to firebase storage and then getting the download URL of that image and storing ...
Vaquero asked 5/2, 2021 at 17:42

14

Solved

I have noticed a new lint issue in my project. Long story short: I need to use BuildContext in my custom classes flutter lint tool is not happy when this being used with aysnc method. Example: MyC...

3

I am creating a WebView of this website https://nearxt.com/ which asks for location when opened but when i use this link to create a webview in flutter then it can not take location i have also def...

© 2022 - 2025 — McMap. All rights reserved.