Пікірлер
@Wongmc644
@Wongmc644 4 күн бұрын
Quite different if a working Android studio is already installed. Followed the steps hoping to use vscode. Not only failed at the sdkmanager "xxx" steps but also messed up Android studio. Even after reinstall 3 times my existing flutter app failed to run and even the devices failed to load! Took hours to fix the virtual devices. Install this if no Android studio installed!
@shrikantmaurya6004
@shrikantmaurya6004 8 күн бұрын
kzbin.info/www/bejne/nJzNYmaXhrtga5Isi=UYtB0aOfhfUr53_n
@Juanda-30
@Juanda-30 9 күн бұрын
Bro ayudame tengo vs code y no me detecta memuplay y ya active la depuración USB en el emulador y nada?
@shrikantmaurya6004
@shrikantmaurya6004 11 күн бұрын
kzbin.info/www/bejne/h3mziKahjLVoi8k
@mydcms2024
@mydcms2024 13 күн бұрын
thanks..
@k-ngaming21
@k-ngaming21 15 күн бұрын
Thanx a lot... anydesk use kr krke dimag kharab ho rakha tha aur scrcpy ka wired use karna aata tha sirf...aaj se problem solved ]
@Sumit-cz9fm
@Sumit-cz9fm 16 күн бұрын
Thank you... It works awesome
@AhmadRifai-ey4uo
@AhmadRifai-ey4uo 17 күн бұрын
Thx for tutorial, i follow the instruction and it's all success. except when i try start emulator it can be connect even it's show up the GUI (with black screen) the message shows is "Unable to connect to adb daemon on port: 5037" Plz help me Sir. Thx very much
@cheblimouna9169
@cheblimouna9169 18 күн бұрын
i need some help please. I can't install jdk because of privacy of my company and i don't what to do. Can someone help me?
@Trunk_Tech
@Trunk_Tech 19 күн бұрын
So how do you run it on mobile, since am not able to see any emulator listed on your vs code ??
@samuelkings9416
@samuelkings9416 Күн бұрын
Bro, I believe this video is for people who may have low-end laptops. It only makes sense that people are tryna avoid Android Studio because it works very slowly on low-end PCs and mostly would not even run an emulator at all. I used to own a core i3 until a year ago opening AS was a pain in the a$$. So, I understand. I wish I had this video 4.5 years back when I went into Flutter development, woulda saved my life. In this case, just use a real device for debugging apps. Period!
@freedomeda992
@freedomeda992 21 күн бұрын
thank you, working perfectly💯
@victor7ultimate
@victor7ultimate 23 күн бұрын
This clip saved me hours of research and trying and learning the hard way. thank you very much.👍
@naveedkaimkhami2695
@naveedkaimkhami2695 23 күн бұрын
i am getting this error on running adb tcpip 5555 command. 'adb' is not recognized as an internal or external command, operable program or batch file.
@DRKxRIO
@DRKxRIO 2 күн бұрын
did u find the solution? I'm getting same error
@NKWrites-jn7fn
@NKWrites-jn7fn 28 күн бұрын
thanks alot
@richardjohannespakpahan5317
@richardjohannespakpahan5317 29 күн бұрын
di hp memang ditampilkan tapi di laptop tidak menampilkan runnya
@Journeybegin
@Journeybegin Ай бұрын
Thank you for this knowledgeable video 😊
@codecrum
@codecrum Ай бұрын
Great video, it's working. also want to mention that reverse can be also working perfectly. Connect your laptop with a wifi network the use the laptop hostspot to connect your phone and follow the same procedure. It work faster than inbuilt wireless debugger of android studio
@user-rz7ry5xt9y
@user-rz7ry5xt9y Ай бұрын
Thanks a lot
@robbysyamsuddin7173
@robbysyamsuddin7173 Ай бұрын
thanks
@anthonymde908
@anthonymde908 Ай бұрын
Thank you for the tutoriel! Is there any way to set the height of each tile to wrap its content? I saw the StaggeredGridView library, is there any native way to do it?
@ashwinnandihalli3961
@ashwinnandihalli3961 Ай бұрын
This is clear and very useful. Thank you
@ashwinnandihalli3961
@ashwinnandihalli3961 Ай бұрын
This is very clear, crisp and useful. I have not used mixin till date i will start using it. Thanks a lot
@tarakgandhi
@tarakgandhi Ай бұрын
A huge huge thanks, I admire this, god bless you
@Usershri-mr7xd
@Usershri-mr7xd Ай бұрын
I am getting error, i want 2-3 different styles of font at a time.. But its not working.. Please guide..
@Usershri-mr7xd
@Usershri-mr7xd Ай бұрын
I also tried to add the word custom after the name of font family.. But it is showing only one font..
@fadelfarinsqi4304
@fadelfarinsqi4304 Ай бұрын
how to configure per item size? do you wrap it with container or sizedbox?
@newbie6449
@newbie6449 Ай бұрын
My gradle build failed always What should i do ?
@sowmyab7526
@sowmyab7526 Ай бұрын
Your tutorials are very helpful.Please try to provide notes for revision purpose
@gopalsinghrathore1346
@gopalsinghrathore1346 Ай бұрын
how to do the same in macbook
@unluka_3077
@unluka_3077 Ай бұрын
goddamn i name folder 'Fonts'... i spend 2 hours trying figure out the error
@unluka_3077
@unluka_3077 Ай бұрын
ty anyways, short and helpful
@FlutterTeacher
@FlutterTeacher Ай бұрын
Please watch video properly and follow the steps as explained. After all settings done for fonts folder and pubspec.yamal don't forget to close the app and run again.
@telmax2005
@telmax2005 Ай бұрын
//What about this code? import 'package:flutter/material.dart'; class MyHomePage extends StatelessWidget { const MyHomePage({super.key}); final List<Color> _colors = const [ Color.fromARGB(255, 235, 219, 167), Color.fromARGB(255, 78, 76, 94), Color.fromARGB(255, 158, 64, 95), ]; final List<Color> _colors2 = const [ Color.fromARGB(255, 235, 219, 167), Color.fromARGB(255, 78, 76, 94), Color.fromARGB(255, 158, 64, 95), Color.fromARGB(255, 235, 219, 167), Color.fromARGB(255, 78, 76, 94), Color.fromARGB(255, 158, 64, 95), ]; @override Widget build(BuildContext context) { return Scaffold( body: Column( children: [ Expanded( child: ListView.builder( itemCount: _colors2.length + 1, itemBuilder: (context, index) { if (index == 0) { return Container( color: _colors2[index], height: 500, width: double.infinity, margin: const EdgeInsets.all(16), alignment: Alignment.center, child: Text( '$index', ), ); } else if (index == 1) { return SizedBox( height: 200, width: MediaQuery.of(context).size.width, child: ListView.builder( scrollDirection: Axis.horizontal, itemCount: _colors.length, itemBuilder: (context, index) { return Container( color: _colors[index], width: 150, margin: const EdgeInsets.all(16), alignment: Alignment.center, child: Text( '$index', ), ); }, ), ); } else { index--; return Container( color: _colors2[index], height: 500, width: double.infinity, margin: const EdgeInsets.all(16), alignment: Alignment.center, child: Text( '$index', ), ); } }, ), ), ], ), ); } }
@tritile
@tritile Ай бұрын
I wonder if there is a way to do it wirelessly... I am looking for a solution to do video monitoring from several cellphones (3, maybe 4) without usb cable. The idea is having video feedback for video making purposes.
@Undrios
@Undrios Ай бұрын
great video, thank you very much _i stopped at __06:40_
@telmax2005
@telmax2005 Ай бұрын
I may be wrong, but initState is not needed here. It is enough to put _scrollController.addListener(_updateScrollIndicator); in build. In this case, the question arises of using dispose?
@toyosiisrael7829
@toyosiisrael7829 Ай бұрын
You are just the best ❤💯💯
@toyosiisrael7829
@toyosiisrael7829 Ай бұрын
Thank you so much boss, i have been trying to use my andriod as an emulator for a month now, then i just came accross your video and you just made my day. Thank you so much🙏🙏🙇‍♂🙇‍♂❤❤
@muhammeddilshad8071
@muhammeddilshad8071 Ай бұрын
sir call back function please 👀
@franksonate
@franksonate Ай бұрын
I got this: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)
@mirajhossainshawon5821
@mirajhossainshawon5821 Ай бұрын
Thank you! I always find a solution and what I wanted from you. May allah bless you. Keep posting videos.
@itpeople1573
@itpeople1573 Ай бұрын
super
@itpeople1573
@itpeople1573 Ай бұрын
one of the best Constrained box explanations thx
@telmax2005
@telmax2005 Ай бұрын
typo in the name of SingleChildScrollView
@prakashm301
@prakashm301 Ай бұрын
Linux users 🥴
@Erdnuss222
@Erdnuss222 Ай бұрын
Hello! My PC is connected via LAN, my phone via WiFi. It only works as long as I keep the USB-Cable connected. When I enter the scrcpy command in the last step, it finds both, the TCP and the USB connection. I have to enter "scrcpy -e" to connect via WiFi, but it still immediately disconnects, when I unplug the USB-Cable. Of course, when trying to connect without the USB-Cable connected in the first place, the cmd response is: "error: device offline" Do you happen to know why? PS: Great video, straight to the point. Liked and subscribed 👍
@GallordiTech
@GallordiTech 5 күн бұрын
i also have LAN idk if it works
@princewillinyang5993
@princewillinyang5993 Ай бұрын
Dart now allows you to create an explicit interface using the `interface` keyword.
@nikhilamr690
@nikhilamr690 2 ай бұрын
Very underrated channel for real
@FranzJose
@FranzJose 2 ай бұрын
Halfway through the video you swapped the JDK folder with the AndroidSdk which initially didnt contain the platformtools, platforms and emulator folder, which were in the JDK folder. Thats why people are having trouble with the ANDROID_SDK_ROOT path, but you are just dismissing them telling them to watch the video properly. Waste of time
@nicoap4315
@nicoap4315 2 ай бұрын
masyaAllah, thank you so much
@FlutterTeacher
@FlutterTeacher 2 ай бұрын
You are most welcome
@Anuj.2806
@Anuj.2806 2 ай бұрын
when i write sdkmanger "build-tools;30.0.0" it says access is denied in cmd, i checked all the folder access still i dont know whats wrong
@saranghong4540
@saranghong4540 2 ай бұрын
Ta! Greeting from Korea!
@FlutterTeacher
@FlutterTeacher 2 ай бұрын
Most welcome dear 🙏
@supriya4588
@supriya4588 2 ай бұрын
Select device option not showing on vs code right bottom corner,but when i run flutter doctor it shows that 2 devices are connected.