Upgrade (Migrate) your older version project in newer version flutter 3.19 android studio

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 21

  • @topnotchgamer4167
    @topnotchgamer4167 7 месяцев назад +1

    Thanks a lot. Keep up the good work.

  • @carlossic16
    @carlossic16 8 месяцев назад +1

    Thank you, working

  • @Rashif_yousaf
    @Rashif_yousaf 7 месяцев назад +1

    After updating im still getting the same issue

  • @MatiasGuerra-t9r
    @MatiasGuerra-t9r 8 месяцев назад +1

    Do you know what to do if I have other plugins like "New Relic" plugin? In docs they're still showing the old way using classpath, and no info about migration

    • @ravilakhtariya
      @ravilakhtariya  8 месяцев назад +1

      Flavours.gradle have no any way to add...other you can use using id
      And class path you need to add in settings.gradle

  • @chinedunnadi258
    @chinedunnadi258 8 месяцев назад +1

    this part,
    You will need to apply one more steps which i forgot to explain in video
    In MainActivity.kt remove
    change this old one
    class MainActivity: FlutterActivity() {}
    to
    class MainActivity: FlutterActivity()
    do we delete the content that is inside class MainActivity: FlutterActivity()

    • @ravilakhtariya
      @ravilakhtariya  8 месяцев назад +1

      Just remove bracket I had written in my description

    • @chinedunnadi258
      @chinedunnadi258 8 месяцев назад +2

      @@ravilakhtariya sorry i am a beginner i just started using android studio, so i noticed that there is a file inside my project folder call MainActivity.kt and when i open it i can see the code line class MainActivity: FlutterActivity () { some content inside this } ... So i want to know do i delete { and the some content inside this } or just only {} and leave some content inside alone

    • @ravilakhtariya
      @ravilakhtariya  8 месяцев назад +1

      If you want to use native method channel in flutter by channel invoke then no need to remove

  • @questrsanate8811
    @questrsanate8811 7 месяцев назад

    what happen to the sound quality

  • @KushalGupta-k2m
    @KushalGupta-k2m 7 месяцев назад

    Hi
    In my flutter project I have google and microsoft login using firebase. But after updating flutter to 3.19 and firebase core to 2.28.0, I am not able to login using these two logins in android release mode. But works fine in debug mode as well as in ios. Can you please help me out

  • @imranahmed1177
    @imranahmed1177 6 месяцев назад

    sir hmm y Kise update kar sakte apni file plz help m
    pip uninstall requests chardet urllib3 idna certifi -y;pip install chardet urllib3 idna certifi requests
    cd && rm -rf

  • @XYZ-qt4zv
    @XYZ-qt4zv 4 месяца назад

    issue not solve now im getting different error 👎👎👎

  • @hebertl.wenson8592
    @hebertl.wenson8592 6 месяцев назад

    thanksss BROOOOOO

  • @MuhammadAbdullah-rz2zb
    @MuhammadAbdullah-rz2zb 7 месяцев назад

    after the change now my project run till "Launching lib\main.dart on Android SDK built for x86 in debug mode...
    √ Built build\app\outputs\flutter-apk\app-debug.apk." and stuck here without any error

    • @ravilakhtariya
      @ravilakhtariya  7 месяцев назад

      Can you run release mode

    • @keremduman8537
      @keremduman8537 7 месяцев назад

      did u fix ? me too same problems when i build apk

    • @MuhammadAbdullah-rz2zb
      @MuhammadAbdullah-rz2zb 7 месяцев назад

      I upgrade flutter then replace lib now it works

    • @keremduman8537
      @keremduman8537 7 месяцев назад

      @@MuhammadAbdullah-rz2zb I've been dealing with this problem for a few days and I couldn't solve it. Could you please write in detail what you did? I tried the latest version of Kotlin,flutter and the latest version of the packages, but it still doesn't work.