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
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 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
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
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
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
@@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.
Thanks a lot. Keep up the good work.
Thank you, working
After updating im still getting the same issue
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
Flavours.gradle have no any way to add...other you can use using id
And class path you need to add in settings.gradle
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()
Just remove bracket I had written in my description
@@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
If you want to use native method channel in flutter by channel invoke then no need to remove
what happen to the sound quality
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
I will check
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
issue not solve now im getting different error 👎👎👎
share error
thanksss BROOOOOO
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
Can you run release mode
did u fix ? me too same problems when i build apk
I upgrade flutter then replace lib now it works
@@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.