Questions tagged [flutter-pub]
35 questions
0
votes
1 answer
flutter run command issue. Please provide any resolution
Getting this error when using flutter run command:
pub get failed (1; The system cannot find the path specified.)
Please help me to solve this issue. Nowhere I can find any article solving this issue.

RITESH
- 125
- 1
- 5
0
votes
1 answer
Flutter: no versions of permission_handler match >5.1.0+2 <6.0.0
After upgrading Flutter and Dart to the latest versions I also updated the dependencies of my app. Now, when I run flutter pub get I get the following error:
Because no versions of permission_handler match >5.1.0+2 <6.0.0 and permission_handler…

PlutoHDDev
- 540
- 7
- 25
0
votes
1 answer
Does the flutter admob package support mediation?
Does the following package support mediation - Admob_flutter - If yes, what are the steps that I should follow, if no, what packages out there support mediation or can make mediation easy. Thank you.

anass naoushi
- 859
- 2
- 10
- 25
-1
votes
1 answer
how do i fix the issue with my flutter project, when ever i run flutter pub get it resulted to this issue
Resolving dependencies...
Because no versions of flutter_secure_storage_windows match 1.1.3 and no versions of flutter_secure_storage_windows match >1.1.3 <2.0.0, flutter_secure_storage_windows ^1.1.3 is forbidden.
So, because fstore depends on…