flutter-packages Questions

11

Solved

When using the latest version of google_fonts (6.2.0) package in flutter project, I'm facing this 'Type FontFeature not found' issue: /C:/Users/Dell/AppData/Local/Pub/Cache/hosted/pub.dev/google_fo...
Wolfram asked 1/3, 2024 at 22:14

12

Solved

My Flutter IDE (Android Studio) doesn't recognize material.dart anymore! It happened suddenly, I was working normally then my PC turned off because of CPU 100% consumption and when I restarted I fo...
Pawpaw asked 15/7, 2018 at 8:49

10

I'm on a MacBook Pro M1 (and before someone says well it's because of M1 or something else, I've been programming with Flutter and M1 for weeks but then I must have to reset my M1 and after this) ....

8

Solved

I am working on an app, I posted last update on git 2 days ago and haven't touched the code since. Now, I opened android studio and it was giving me this error when I tried to run it... I tried del...
Angelus asked 5/2, 2022 at 11:2

14

Solved

Ok so I run my program without importing firebase core, firebase auth and cloud firestore, and my code runs just fine but I register my app with firebase and it still runs fine but as soon as I imp...
Canescent asked 23/1, 2021 at 18:6

2

I am creating a Flutter package that has some text inside it. I want the consumer application of my package to pass locale to it, based on that locale my package should decide whether to show this ...

2

I am learning how to select images from gallery. I have implemented flutter image picker for the same. But when I try to select the image in simulator, I am not able to do so. Please help Flutter D...
Workingwoman asked 8/2, 2021 at 14:40

35

Solved

Is there any way to change Package Name of Flutter project? I want to change package name and application name in flutter project.
Colewort asked 26/7, 2018 at 8:43

2

Solved

The original question comes from flutter issue 32799 I develop a dart package, i need load some json file in runtime, but when I do this occur an error. load image is no problem ,the code: void m...
Jerricajerrie asked 16/9, 2020 at 7:5

41

I've just set up my Macbook for flutter development, So I downloaded flutter SDK, and placed it in my Documents. After, I set up my path variable to work with flutter in my command line. I execute ...
Iminourea asked 4/7, 2017 at 15:25

5

Solved

I am developing a flutter package containing some assets files. I mentioned required assets in pubsepc.yaml as usual like this assets: - assets/abc.xyz and uploaded the package to https://pub.da...
Tapley asked 18/2, 2019 at 5:2

10

I used some packages that I no longer need in my flutter project, namely the wilddog_auth and wilddog_sync, I can remove the imports from pubspec.yaml file, and my dart files (aka removing import '...

4

Solved

What's the difference between flutter_local_notifications and awesome_notifications packages for notification? After reading through docs and repository I understood, that historically awesome_noti...
Sorci asked 18/6, 2022 at 17:26

6

I was using go_router in a project. I had a separate file with an instance of GoRouter with all the routes (home, login, register). Then, I added authentication with a cubit. So I had to modify my ...
Mennonite asked 14/6, 2022 at 19:22

7

Solved

Flutter project showing me a warning 'Packages get' has not been run with suggested solutions, Get Dependencies Upgrade Dependencies Ignore As suggested by Darky, in this answer to go ahead with ...
Shipowner asked 1/3, 2018 at 18:26

7

How to delete the flutter packages in .pub-cache folder? When we give flutter clean, it will delete the build folder in the current directory. We can delete it manually, but my requirement is to de...
Braasch asked 9/10, 2019 at 13:43

12

When I run in terminal flutter pub get is stuck it's showing OS MacOS Catalina 10.15.3 Got TLS error trying to find package launch_review at https://pub.dartlang.org. pub get failed (server unavai...
Pounds asked 9/2, 2020 at 11:52

6

Solved

Disclaimer: First of all, this is my early attempt to play with Flutter. So forgive me if is a noob question. I had been playing with an MVP-Clean architecture for Flutter apps in iOS, and when try...
Angelikaangelina asked 13/3, 2018 at 9:3

5

I am working on an app in flutter, and everything was working fine when suddenly one day when i tried to run the app it get me this error: /C:/sdk%20Flutter/flutter/.pub-cache/hosted/pub.dartlang.o...
Portent asked 18/9, 2020 at 16:22

1

I'm trying to display logs in release mode in iOS to test my in App Purchases... I tried print() & log() but nothing works Fun fact, it works in Android. Do you know how to do that? Thank you
Cork asked 27/1, 2021 at 14:33

2

Solved

I am getting started with Bloc in Flutter. Can anyone tell what is really "flutter_bloc" and "bloc" packages I have these questions. are they same. when/how to use this. Than...

1

Solved

I am trying to make pdf from screenshot with screenshot and pdf plugins in flutter. When I pass Uint8List to pdf creation function I am getting error at PdfImage.file(pdf.document, bytes: screenSho...
Phenazine asked 6/9, 2021 at 4:22

5

I want use provider (ChangeNotifierProvider) and ChangeNotifier for manage app state. But how I can access state from one model in another model? Use case: In chat app, one model for store user in...

1

Solved

I'm new to flutter development. I used audioplayers: ^0.19.0 package in one project but when the project runs on an emulator it pops up with big error messages. Can you guys please help me to solve...
Purehearted asked 9/6, 2021 at 18:20

1

Solved

I use flutter_downloader package. After complete download some files, my app closes automatically and disconnects from the android studio. Anyone help me to find solutions. final status = await Pe...

© 2022 - 2025 — McMap. All rights reserved.