skip to Main Content
[appname] flutter pub get –no-example
Resolving dependencies…
Downloading packages…
collection 1.18.0 (1.19.0 available)
http_parser 4.0.2 (4.1.0 available)
leak_tracker 10.0.4 (10.0.5 available)
leak_tracker_flutter_testing 3.0.3 (3.0.5 available)
material_color_utilities 0.8.0 (0.12.0 available)
meta 1.12.0 (1.15.0 available)
test_api 0.7.0 (0.7.3 available)
Got dependencies!

what can i do to update this all i do everything but sdk still not allow me to use meta 1.15.0

pub update major force
delete publock
i am newby sorry for stupid question and thank for help

2

Answers


  1. Chosen as BEST ANSWER

    Flutter Fix ────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ The plugin firebase_auth requires a higher Android SDK version. │ │ Fix this issue by adding the following to the file C:UsersfrontdieOneDriveDesktopsunaandroidappbuild.gradle: │ │ android { │ │ defaultConfig { │ │ } │ │ } │ │ │ │ │ │ Following this change, your app will not be available to users running Android SDKs below 23. │ │ Consider searching for a version of this plugin that supports these lower versions of the Android SDK instead. │ │ For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration

    i can not fix it T T do u know how to do that i use android api lastest vanila


  2. It have no error flutter just recommend to update package. No need to do something about your package

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search