I've got 2 Flutter projects, with the same:
Podfile
pubspec.yaml dependency list
Flutter version 3.3.7
One compiles, the other doesn't with the error:
- Running pre install hooks
[!] The 'Pods-Runner' target has transitive dependencies that…
I am looking to create a application using flutter that can put locks on other apps according to users choice. So can anyone tell me how to do this using flutter ? Is there any plugins out there ?
The app must work like this "when someone opens a…
I need to change some parts of the original flutter code in my project. I know that I can do so in my local copy. However, we are working as a group and I don't want my changes to be local.
Also, we will probably use GitHub actions for CD. If I only…
Here's an error I'm getting when trying to save the pubspec.yaml (which automatically runs flutter pub get) (I changed the names of the packages):
Running "flutter pub get" in ravencoin_front...
Because every version of package_b from path depends…
I've been getting this error anytime I try to run my application. I've tried everything from upgrading flutter to adding dependency_overrides but nothing has…
when I press (Ctrl+s) to save my pubspec.yaml on my flutter project, this display in output:
enter image description here
what's the problem? and how to fix it?
here's my pubspec.yaml file:
name: store_app
description: A new Flutter…
To repair our pubspec.lock file during development, I occasionally delete it and run flutter pub get to regenerate it.
What I'm seeing now is, I run flutter pub get and no changes are made to the pubspec.lock file. But, when I delete pubspec.lock…
Okay so i have built an app nearly a year and half ago for my company, my boss recently wanted me to add a new screen to it and i did using all old and deprecated code of firebase and everything else (i really really dont wanna update them because i…
How should I use pubspec_parse to get name and version from pubspec.yaml in flutter? Thank you for your help in advance.
https://pub.dev/packages/pubspec_parse
I'm getting this issue with flutter pub get, tried to update the dart sdk, restart the pc to add the Dart sdk location back to the environment variables, delete the .git folder.
Running "flutter pub get" in calculator...
The current Dart SDK…
I have upgraded the flutter version to the latest (2.5.2). when I upgrade, some dependencies also upgraded. but some of them are not compatible with null-safe. Now I upgraded all dependencies which are supported to null-safe versions.
Now occurred…
I've added local_auth: 1.1.8 to the pubspec.yaml file of my flutter project and did flutter pub get command without any problem, but when I run the project it can't download some aar files. This is while when I add any other libraries in pub.dev to…
keep trying to open chrome in flutter, before it was working now every time I try to run it it throws many errors in the terminal then says failed to compile.
please help, iOS and android is working fine tried in beta master and stable release…
Gradle has a convenient feature to implement separate build variants/flavors. Is there such feature in Dart (not Flutter)? I need to implement different codebases (different implementations) for one project, depending on the selected build variant.…
I upgraded my flutter to 2.2.0. But is showing an error like this:
Because mockito >=5.0.8 depends on code_builder ^4.0.0 and build_runner >=0.9.1+1 <2.0.0 depends on code_builder >2.3.0 <4.0.0, mockito >=5.0.8 is incompatible with build_runner…