How to Register and Use ChatGPT
4:19
Пікірлер
@afaquemalik6026
@afaquemalik6026 2 күн бұрын
good
@chairispum8485
@chairispum8485 Ай бұрын
thank you brother
@nickonkohan990
@nickonkohan990 Ай бұрын
NY flight with Usama
@popular4958
@popular4958 Ай бұрын
Now I can't get API on 1:10. I see page with error: Failed to load. There was an error while loading /apis/library/googlecloudmessaging... How to solve this problem.
@FlutterWithUsama
@FlutterWithUsama Ай бұрын
I think error in setting firebase cloud messaging api
@popular4958
@popular4958 Ай бұрын
@@FlutterWithUsamaHow can this be fixed?
@FlutterWithUsama
@FlutterWithUsama Ай бұрын
@@popular4958 skip this step and perform next steps its will work for you
@Nothere-fn9rz
@Nothere-fn9rz Ай бұрын
bhi next part jaldi upload kardo maujy ap sa skini ha flutter
@FlutterWithUsama
@FlutterWithUsama Ай бұрын
ok soon
@FlutterWithUsama
@FlutterWithUsama Ай бұрын
Part 3 is available You can watch it
@deracketclub1695
@deracketclub1695 2 ай бұрын
This Usama guy is talking in some foreign language and is not offering a solution that "foreigners" can just see in the video. Very bad video this. I hoped to find a solution in the comments but I didn't find yet.
@FlutterWithUsama
@FlutterWithUsama 2 ай бұрын
Sorry For the language barrier, I will upload this video in English soon
@FlutterWithUsama
@FlutterWithUsama 2 ай бұрын
kzfaq.info/get/bejne/hp9zd5R3lp_RmGQ.html in english langunge chec it now
@abubakarshf
@abubakarshf 2 ай бұрын
It was Informative, Thanks
@Afan-ou7wj
@Afan-ou7wj 2 ай бұрын
provide the source code bro please
@FlutterWithUsama
@FlutterWithUsama 2 ай бұрын
available on github
@omarmaamoun9457
@omarmaamoun9457 3 ай бұрын
this package dosent work for me
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
Use it on web for better results
@omarmaamoun9457
@omarmaamoun9457 3 ай бұрын
@@FlutterWithUsama there were somethings are deprecated
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
@@omarmaamoun9457 where?
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
@@omarmaamoun9457 pub.dev/packages/device_preview
@MirhaAli
@MirhaAli 3 ай бұрын
Unsupported operation: Socket constructor i am receiving this error
@zulqarnain698
@zulqarnain698 2 ай бұрын
When you try to run on the browser, it will give this error , try on actual device by building apk
@yashpawar3973
@yashpawar3973 3 ай бұрын
completely working vs code but I made .apk that time I got error: web page not available
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
Check internet connectivity
@yashpawar3973
@yashpawar3973 3 ай бұрын
@@FlutterWithUsama I checked on WIFI and mobile internet
@yashpawar3973
@yashpawar3973 3 ай бұрын
@@FlutterWithUsama android studio me barabr chal raha hai but jab me apk build karke mobile me install kar raha hu to tab web page not available ki error aa rahi hai
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
@@yashpawar3973 add internet permission in android.mainfest file
@SmashCoder12
@SmashCoder12 3 ай бұрын
Agr bahut sary grid hun tu unhy one by one ksy select krain gy I mean first grid pe click krun tu next page aye .....2nd grid pe click krun tu 2nd page open ho?
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
ye sawal kis bary ma hai
@RLstavista
@RLstavista 3 ай бұрын
what the fuck is this?
@tfortech3307
@tfortech3307 3 ай бұрын
do this method works on chrome as well?
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
I did try it on chrome
@TechSandy7263
@TechSandy7263 4 ай бұрын
bro ye dependency old mobile me work nhi karti jo mobile 13 and 14 os wali hai usime work karti hai
@gamer_2.09
@gamer_2.09 4 ай бұрын
Code please
@user-iy4ef1ig3c
@user-iy4ef1ig3c 4 ай бұрын
Great!
@sandeeptiwari602
@sandeeptiwari602 4 ай бұрын
Thank you so much bro🙏
@user-nf5by3nb9l
@user-nf5by3nb9l 4 ай бұрын
it not work for me if i give the correct path it shown ERROR: JAVA_HOME is set to an invalid directory: C:\Program Files\Android\Android Studio\jbr what is the solution for this I have tried and set the path correctly but it shown this error
@FlutterWithUsama
@FlutterWithUsama 4 ай бұрын
go to the path and delete jbr folder
@blacksunpoetry8364
@blacksunpoetry8364 5 ай бұрын
in that way - child: SafeArea( child: WillPopScope( onWillPop: () async { ScaffoldMessenger.of(context).removeCurrentSnackBar(); return true; }, child: Scaffold( body: _buildMainContent(context), ), ), ), ); } i can hide current snackBar by tap on back system button, but, as You said, WillPopScope is deprecated, so my team lead will push me for that solution, I tried to use in that way - child: SafeArea( child: PopScope( onPopInvoked: (_) { ScaffoldMessenger.of(context).removeCurrentSnackBar(); }, child: Scaffold( key: scaffoldKey, body: _buildMainContent(context), ), ), ), but it isn't working in whole( strange things, if you can help me, very thanks man)
@user-gh5bi2tq4d
@user-gh5bi2tq4d 4 ай бұрын
you didnt add canPop = false, above the onPopInvoked
@ozan4702
@ozan4702 5 ай бұрын
The title is in english but you speak in alien language. Clickbaiter.
@maximilianstallinger735
@maximilianstallinger735 5 ай бұрын
The video describes it poorly, and it's kind of outdated, here's how to fix it for newer flutter projects (where ext.kotlin_version is not set this way): 1) open android/settings.gradle 2) under plugins, change version of "org.jetbrains.kotlin.android" to something newer (as stated in the error, i changed from 1.7.10 -> 1.8.10) 3) Run "flutter pub cache clean", then "flutter pub get" in the terminal 4) Finished, should be fixed
@chiragrathore6218
@chiragrathore6218 4 ай бұрын
i tried as you said but it is not working i change it from 1.7.10 to 1.8.0 also to 1.8.10, 1.8.20 but it is not working
@chiragrathore6218
@chiragrathore6218 4 ай бұрын
any other suggestion
@bashasha
@bashasha 4 ай бұрын
Same here did you find any solution?
@moizansari5159
@moizansari5159 2 ай бұрын
Thanks Man i was wondering all around but this was the magic that fixed my problem... Thanks again 😍
@abdulsaboortech8784
@abdulsaboortech8784 5 ай бұрын
Thanks a lot. Problem solved
@lushan1314
@lushan1314 6 ай бұрын
where is the solution?
@FlutterWithUsama
@FlutterWithUsama 6 ай бұрын
solution is in video
@ItsMe-og5tu
@ItsMe-og5tu 6 ай бұрын
Where is the solution brother
@FlutterWithUsama
@FlutterWithUsama 6 ай бұрын
solution is in this video watch it carefully
@qlango
@qlango 3 ай бұрын
@@FlutterWithUsama Record a normal video in English and we will understand the solution.
@zerodagoth5343
@zerodagoth5343 6 ай бұрын
Thank you! ありがとう, Your way suited me perfectly.😀
@secret_412
@secret_412 6 ай бұрын
How can I do if press phone device back button two time to exit the app? Any solution?
@FlutterWithUsama
@FlutterWithUsama 6 ай бұрын
DateTime now = DateTime.now(); if (currentBackPressTime == null || now.difference(currentBackPressTime!) > Duration(seconds: 2)) { currentBackPressTime = now; ScaffoldMessenger.of(context).showSnackBar( SnackBar( content: Text('Press back again to exit'), ), ); return false; } return true; },
@luizfernandoduarte7606
@luizfernandoduarte7606 6 ай бұрын
😀👍
@abidtech007
@abidtech007 6 ай бұрын
ماشااللہ
@user-dp3bh2px1v
@user-dp3bh2px1v 6 ай бұрын
Late Initialization error: field 'controller' has not been initialized error shows
@FlutterWithUsama
@FlutterWithUsama 6 ай бұрын
initialized it in initState
@user-dp3bh2px1v
@user-dp3bh2px1v 6 ай бұрын
@@FlutterWithUsama sir initState me hi replace Kiya hai pir bhi error Ara hai
@FlutterWithUsama
@FlutterWithUsama 6 ай бұрын
@@user-dp3bh2px1v watch video carefully
@VELMURUGAN-vo6zo
@VELMURUGAN-vo6zo 7 ай бұрын
I thought this is not flutter web 😉😉
@FlutterWithUsama
@FlutterWithUsama 7 ай бұрын
Yes offcourse
@JunaidKhan-cm1fb
@JunaidKhan-cm1fb 7 ай бұрын
kindly resolve our error
@FlutterWithUsama
@FlutterWithUsama 7 ай бұрын
Let me know about the error?
@JunaidKhan-cm1fb
@JunaidKhan-cm1fb 7 ай бұрын
@@FlutterWithUsama dear kindly check my comment
@JunaidKhan-cm1fb
@JunaidKhan-cm1fb 7 ай бұрын
Assertion failed: file:///C:/Users/Hp/AppData/Local/Pub/Cache/hosted/pub.dev/webview_flutter_platform_interface-2.9.0/lib/src/platform_webview_controller.dart:26:7 WebViewPlatform.instance != null "A platform implementation for `webview_flutter` has not been set. Please ensure that an implementation of `WebViewPlatform` has been set to `WebViewPlatform.instance` before use. For unit testing, `WebViewPlatform.instance` can be set with your own test implementation."
@JunaidKhan-cm1fb
@JunaidKhan-cm1fb 7 ай бұрын
This dear
@MoizKhan-uw3hx
@MoizKhan-uw3hx 7 ай бұрын
Good Keep It Up❤❤❤❤❤❤💕💕💕💕
@TejasSharma-gx8bw
@TejasSharma-gx8bw 7 ай бұрын
Running Gradle task 'assembleDebug'... lib/RecipeView.dart:31:20: Error: Can't find ')' to match '('. return Scaffold( ^ lib/RecipeView.dart:36:18: Error: The method 'WebView' isn't defined for the class '_RecipeViewState'. - '_RecipeViewState' is from 'package:food_recipe/RecipeView.dart' ('lib/RecipeView.dart'). Try correcting the name to the name of an existing method, or defining a method named 'WebView'. child: WebView( ^^^^^^^ lib/RecipeView.dart:37:5: Error: The getter 'ini' isn't defined for the class '_RecipeViewState'. - '_RecipeViewState' is from 'package:food_recipe/RecipeView.dart' ('lib/RecipeView.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'ini'. ini ^^^ Target kernel_snapshot failed: Exception FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at help.gradle.org BUILD FAILED in 29s Exception: Gradle task assembleDebug failed with exit code 1 what can i do ???
@ivosrbakoski1151
@ivosrbakoski1151 8 ай бұрын
did you find the solution? i have same problem in flutter
@FlutterWithUsama
@FlutterWithUsama 7 ай бұрын
Yes, first I explained the error then Have a solution for this error in this video.
@qlango
@qlango 3 ай бұрын
@@FlutterWithUsama I don't understand a word and I don't understand what the solution is. I have 1.9 here because it is the latest version, but it still says that my builded versions are in 1.9 but it expects them in 1.6.
@FlutterWithUsama
@FlutterWithUsama 3 ай бұрын
@@qlango you should change your current one to according to suggestion
@qlango
@qlango 3 ай бұрын
@@FlutterWithUsama I have 1.9, but he says that 1.6 is expected. That's why I don't get it. And that only on Mac. On PC everything is ok.
@sanikajadhav3970
@sanikajadhav3970 8 ай бұрын
Thank you very much
@user-og5bg8xm8k
@user-og5bg8xm8k 8 ай бұрын
amazing good job
@DefianoDhioBimantara
@DefianoDhioBimantara 8 ай бұрын
i have this problem for flutter build apk
@FlutterWithUsama
@FlutterWithUsama 8 ай бұрын
Change version: that IDE suggests you
@DefianoDhioBimantara
@DefianoDhioBimantara 8 ай бұрын
@@FlutterWithUsama flutter upgrade? or something?
@FlutterWithUsama
@FlutterWithUsama 8 ай бұрын
@@DefianoDhioBimantara upgrade the kplon version
@DefianoDhioBimantara
@DefianoDhioBimantara 8 ай бұрын
@@FlutterWithUsama kplon?
@changethementality
@changethementality 7 ай бұрын
@@FlutterWithUsama how do you upgrade it?
@motivationmontor
@motivationmontor 8 ай бұрын
informative
@reza926
@reza926 8 ай бұрын
Hi, it does not work I got this message "Unsupported operation: Socket constructor" and it does not send any email, do you know why?
@FlutterWithUsama
@FlutterWithUsama 8 ай бұрын
Connect on Instagram, I will try to resolve it
@tfortech3307
@tfortech3307 3 ай бұрын
also getting the same exception
@ramsesurquijo8680
@ramsesurquijo8680 3 ай бұрын
Did you solve it? I have the same problem
@sslavskiy
@sslavskiy 9 ай бұрын
in file "/android/build.gradle" change "classpath 'com.android.tools.build:gradle:7.x.x'" to "classpath 'com.android.tools.build:gradle:8.0.0'" in file "/android/gradle/wrapper/gradle-wrapper.properties" change "distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip" to "distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip"
@usman_hussnain
@usman_hussnain 9 ай бұрын
Great sir g
@usman_hussnain
@usman_hussnain 9 ай бұрын
❤❤
@mohamedlabib9439
@mohamedlabib9439 10 ай бұрын
thanks bro so much
@zed620
@zed620 10 ай бұрын
Thank you, it worked.
@johnwanjohi7059
@johnwanjohi7059 10 ай бұрын
Advancing the Understanding and Promotion of Multicultural Communities
@B2-BaraBabu
@B2-BaraBabu 11 ай бұрын
We've detected the following issue(s) with your security rules: any logged-in user can read your entire database any logged-in user can write to your entire database
@user-si4lu4io8g
@user-si4lu4io8g 11 ай бұрын
impressive! No doubt. It's very useful knowledge
@JoaoVitor-eu4uk
@JoaoVitor-eu4uk 11 ай бұрын
Muito obrigado, ajudou muito!