Flutter background_locator error on build apk - flutter

enter image description here
install package
enter image description here
How To fix it ? or what's latest version of package background_locator ?

Related

could not open proj generic class cache for build file flutter

OR
failure build failed with an exception. in flutter
enter image description here
PS F:\flutter project> flutter clean
PS F:\flutter project> flutter upgrade
enter image description here
version change 7.6
enter image description here
Pub get
finally project run error gone
open terminal type
PS F:\flutter project> flutter clean
PS F:\flutter project> flutter upgrade
version change 7.6
distributionUrl=https://services.gradle.org/distributions/gradle-7.6-all.zip
pubspec.yaml
Pub get
and project run
error gone

Flutter google_mobile_ads 2.0.1

first of all hi, I can't install google_mobile_ads 2.0.1 plugin in my Flutter project and there is no content on the web about it. pub.dev site does not show step by step build. please help me.
On the package page goto installation copy the dependency and add to your project in pubspect.ml file under the dependency.click on add dependencies .just import it and you can use it

Android Studio Flutter lib/widgets/builder/video/video.dart:4:8: Error: Not found:

I've been struggling for days and couldn't solve this problem I need your help. I bought a package and tried all the commands I wanted to run first. "flutter pub get, flutter upgrade, etc.." but the error is still not resolved, please help.
enter image description here
enter image description here

Flutter .. audioplayers package installation

i can not use either install the package
Update the dependencies in pubspec.yaml
use flutter pub upgrade
also, attach the description of the place where it is used.

Flutter provider installation error while running pub get

I am trying to install provider(flutter package) but getting an error message when trying to run $ pub get :
enter image description here
Provider Package installation error:
update your flutter sdk which is greater then 1.15.17, your current version of flutter SDK. then try to install the flutter package again..
The latest Stable release of flutter is v1.17.1 . So just update your flutter and then add the your desired flutter package..
you need to update your flutter sdk with the command 'flutter upgrade', and only then try to install the provider package again.
try to always keep updated