Тёмный

Flutter Tutorial For Beginners in 13 Hours 

Rivaan Ranawat
Подписаться 54 тыс.
Просмотров 150 тыс.
50% 1

In this Flutter Course, we are going to learn to build apps for multiple platforms like Android, iOS, MacOS, Web & Desktop from a single codebase using the Flutter Framework.
📌 Discord Server - / discord
Source Code - github.com/RivaanRanawat/flut...
Dart For Beginners Course - • Dart Programming Tutor...
Font & Image Assets - github.com/RivaanRanawat/flut...
Dummy Data Shop App - github.com/RivaanRanawat/flut...
Inherited Widget Flutter Video - • A guide to Inherited W...
Timestamps:
(00:00:00) Introduction
(00:01:23) Installing Flutter
(00:10:47) Installing Android Studio & Configuring for Android
(00:15:25) Installing Xcode & Configuring for iOS
(00:17:35) Installing VS Code
(00:19:12) Exploring VS Code
(00:23:29) Creating Flutter Project
(00:25:15) Exploring Folders Flutter Creates
(00:34:54) Increasing Font Size in VS Code
(00:35:48) Highlighting Code in VS Code
(00:37:25) Running Flutter App
(00:49:59) Writing First Flutter Code!
(00:51:22) Importing Packages and material.dart
(00:54:06) runApp function in Flutter
(00:56:12) What are Widgets?
(00:56:58) Text Widget
(01:13:12) Types of Widgets
(01:15:10) What is State in Flutter
(01:16:36) What is Stateless Widget in Flutter?
(01:29:31) Material & Cupertino Design
(01:31:43) What is MaterialApp in Flutter?
(01:35:48) What is Scaffold in Flutter?
(01:40:00) Center Widget
(01:44:57) Widget Tree
(01:47:38) Splitting & Extracting Widgets
(01:53:07) What is BuildContext?
(01:55:56) Importing Files & Magic of Flutter Extension
(01:58:23) Relative Importing
(02:01:05) Breaking Down The Currency Converter App
(02:01:49) Column Widget
(02:10:28) ColoredBox Widget
(02:11:19) Color Class
(02:15:11) TextStyle
(02:22:40) Colors
(02:25:07) TextField Widget
(03:07:18) Why Build Function Should Contain NO Complex Tasks
(03:08:15) Changing Keyboard Type For TextField Input
(03:12:30) Padding Widget
(03:19:09) Container Widget
(03:20:19) Padding vs Margin - The Difference
(03:26:14) TextButton Widget
(03:31:53) Print Statement & Warnings (Flutter Lints)
(03:37:08) TextButton Widget contd.
(03:51:47) ElevatedButton Widget
(03:58:57): Shortening the ButtonStyle!
(04:01:44): AppBar Widget
(04:09:05) Understanding the need of StatefulWidget
(04:27:04) StatefulWidget
(04:41:56) Build Function Can Be Called How Many Times?
(04:44:29) setState
(04:51:59) Handling Edge Cases
(04:58:37) CupertinoApp & iOS Styled Widgets
(05:15:32) initState and dispose
(05:18:23) Recap & Widgets LifeCycle
(05:28:41) Weather App Demo
(05:29:54) Analysing the default Flutter Code
(05:37:21) Weather App Setup
(05:45:36) GestureDetector and InkWell Widget
(05:48:08) IconButton Widget
(05:49:05) Planning the Body of Weather App using PlaceHolder Widget
(05:53:10) Card Widget
(06:04:23) ClipRRect Widget
(06:05:49) Backdrop and ImageFilter Widget
(06:11:46): Text For Weather App
(06:16:02) Row Widget
(06:25:37) SingleChildScrollView Widget
(06:31:21) Working on Additional Info Section
(06:42:55) Passing Arguments Using Constructor
(06:52:50) http package in Flutter
(06:56:00) OpenMapWeather API
(07:02:45) Handling Future in initState
(07:05:53) Extracting Data from API in Flutter
(07:19:10) Displaying Loading Indicator
(07:24:43) FutureBuilder Widget
(07:37:16) Extracting Data From AsyncSnapshot
(07:48:13) for loop in Flutter UI
(07:57:30) ListView.builder Widget
(08:08:11) Date Formatting using intl
(08:22:19) Switching Themes
(08:23:23) Layout Principle In Flutter Explained
(08:28:45) Flutter Behind The Scenes, 3 Trees & BuildContext
(08:51:03) Shopping App Demo
(08:52:20) Creating Shop App Project
(08:54:46) Adding Custom Fonts
(09:06:44) Theming, Color Scheme
(09:10:11) Creating a Header (SafeArea Widget)
(09:17:14) Expanded Widget in Column (For TextField Widget)
(09:32:04) Chip Widget
(09:48:05) How Theming Works Behind the Scenes (InheritedWidget)
(09:55:23) Selecting Filter contd…
(09:56:28) Adding Images and Product Dummy Data
(10:03:00) Displaying Products List on Home Page (Image Widget)
(10:27:39) Designing Product Details Page (Spacer and Flex Widget)
(10:55:21) Navigation & Routing
(11:06:08) How Navigator Works Behind The Scenes? (And State Management)
(11:16:47) BottomNavigationBar Widget
(11:25:58) IndexedStack Widget
(11:28:47) Designing Cart Page (ListTile Widget)
(11:39:26) State Management with Provider, SnackBar
(12:08:08) Dialogs in Flutter
(12:17:06) Provider Extension Methods on BuildContext
(12:20:03) Provider State Management Recap
(12:26:43) Responsive UI in Flutter (GridView, MediaQuery)
(12:50:03) InheritedWidget vs InheritedModel
(12:52:51) Responsive UI in Flutter (LayoutBuilder Widget)
(13:00:49) MediaQuery vs LayoutBuilder
(13:04:12) Challenge: Make Weather App Responsive
(13:04:36) Flutter Widgets Sizing Summary
(13:05:41) Conclusion and Next Steps

Опубликовано:

 

6 июл 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 380   
@RivaanRanawat
@RivaanRanawat Год назад
20 Hours Dart & Flutter Full Course - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CzRQ9mnmh44.html Timestamps: (00:00:00) Introduction (00:01:23) Installing Flutter (00:10:47) Installing Android Studio & Configuring for Android (00:15:25) Installing Xcode & Configuring for iOS (00:17:35) Installing VS Code (00:19:12) Exploring VS Code (00:23:29) Creating Flutter Project (00:25:15) Exploring Folders Flutter Creates (00:34:54) Increasing Font Size in VS Code (00:35:48) Highlighting Code in VS Code (00:37:25) Running Flutter App (00:49:59) Writing First Flutter Code! (00:51:22) Importing Packages and material.dart (00:54:06) runApp function in Flutter (00:56:12) What are Widgets? (00:56:58) Text Widget (01:13:12) Types of Widgets (01:15:10) What is State in Flutter (01:16:36) What is Stateless Widget in Flutter? (01:29:31) Material & Cupertino Design (01:31:43) What is MaterialApp in Flutter? (01:35:48) What is Scaffold in Flutter? (01:40:00) Center Widget (01:44:57) Widget Tree (01:47:38) Splitting & Extracting Widgets (01:53:07) What is BuildContext? (01:55:56) Importing Files & Magic of Flutter Extension (01:58:23) Relative Importing (02:01:05) Breaking Down The Currency Converter App (02:01:49) Column Widget (02:10:28) ColoredBox Widget (02:11:19) Color Class (02:15:11) TextStyle (02:22:40) Colors (02:25:07) TextField Widget (03:07:18) Why Build Function Should Contain NO Complex Tasks (03:08:15) Changing Keyboard Type For TextField Input (03:12:30) Padding Widget (03:19:09) Container Widget (03:20:19) Padding vs Margin - The Difference (03:26:14) TextButton Widget (03:31:53) Print Statement & Warnings (Flutter Lints) (03:37:08) TextButton Widget contd. (03:51:47) ElevatedButton Widget (03:58:57): Shortening the ButtonStyle! (04:01:44): AppBar Widget (04:09:05) Understanding the need of StatefulWidget (04:27:04) StatefulWidget (04:41:56) Build Function Can Be Called How Many Times? (04:44:29) setState (04:51:59) Handling Edge Cases (04:58:37) CupertinoApp & iOS Styled Widgets (05:15:32) initState and dispose (05:18:23) Recap & Widgets LifeCycle (05:28:41) Weather App Demo (05:29:54) Analysing the default Flutter Code (05:37:21) Weather App Setup (05:45:36) GestureDetector and InkWell Widget (05:48:08) IconButton Widget (05:49:05) Planning the Body of Weather App using PlaceHolder Widget (05:53:10) Card Widget (06:04:23) ClipRRect Widget (06:05:49) Backdrop and ImageFilter Widget (06:11:46): Text For Weather App (06:16:02) Row Widget (06:25:37) SingleChildScrollView Widget (06:31:21) Working on Additional Info Section (06:42:55) Passing Arguments Using Constructor (06:52:50) http package in Flutter (06:56:00) OpenMapWeather API (07:02:45) Handling Future in initState (07:05:53) Extracting Data from API in Flutter (07:19:10) Displaying Loading Indicator (07:24:43) FutureBuilder Widget (07:37:16) Extracting Data From AsyncSnapshot (07:48:13) for loop in Flutter UI (07:57:30) ListView.builder Widget (08:08:11) Date Formatting using intl (08:22:19) Switching Themes (08:23:23) Layout Principle In Flutter Explained (08:28:45) Flutter Behind The Scenes, 3 Trees & BuildContext (08:51:03) Shopping App Demo (08:52:20) Creating Shop App Project (08:54:46) Adding Custom Fonts (09:06:44) Theming, Color Scheme (09:10:11) Creating a Header (SafeArea Widget) (09:17:14) Expanded Widget in Column (For TextField Widget) (09:32:04) Chip Widget (09:48:05) How Theming Works Behind the Scenes (InheritedWidget) (09:55:23) Selecting Filter contd… (09:56:28) Adding Images and Product Dummy Data (10:03:00) Displaying Products List on Home Page (Image Widget) (10:27:39) Designing Product Details Page (Spacer and Flex Widget) (10:55:21) Navigation & Routing (11:06:08) How Navigator Works Behind The Scenes? (And State Management) (11:16:47) BottomNavigationBar Widget (11:25:58) IndexedStack Widget (11:28:47) Designing Cart Page (ListTile Widget) (11:39:26) State Management with Provider, SnackBar (12:08:08) Dialogs in Flutter (12:17:06) Provider Extension Methods on BuildContext (12:20:03) Provider State Management Recap (12:26:43) Responsive UI in Flutter (GridView, MediaQuery) (12:50:03) InheritedWidget vs InheritedModel (12:52:51) Responsive UI in Flutter (LayoutBuilder Widget) (13:00:49) MediaQuery vs LayoutBuilder (13:04:12) Challenge: Make Weather App Responsive (13:04:36) Flutter Widgets Sizing Summary (13:05:41) Conclusion and Next Steps
@user-xl2je5ul8t
@user-xl2je5ul8t Год назад
why dont the timestamp appear on the video tho? is it because of the parenthesis?
@RivaanRanawat
@RivaanRanawat Год назад
@@user-xl2je5ul8t It's because the video is longer than 12 hours I guess
@DarkM999
@DarkM999 11 месяцев назад
don't forget to share free coupons for this course in udemy i don't have any online payment method
@sushantpawar3703
@sushantpawar3703 5 месяцев назад
Please pin this comment!
@RivaanRanawat
@RivaanRanawat 5 месяцев назад
​@@sushantpawar3703done, thank you!
@user-es4xw9im7x
@user-es4xw9im7x 10 месяцев назад
//for myself (00:00:00) Introduction (00:01:23) Installing Flutter (00:10:47) Installing Android Studio & Configuring for Android (00:15:25) Installing Xcode & Configuring for iOS (00:17:35) Installing VS Code (00:19:12) Exploring VS Code (00:23:29) Creating Flutter Project (00:25:15) Exploring Folders Flutter Creates (00:34:54) Increasing Font Size in VS Code (00:35:48) Highlighting Code in VS Code (00:37:25) Running Flutter App (00:49:59) Writing First Flutter Code! (00:51:22) Importing Packages and material.dart (00:54:06) runApp function in Flutter (00:56:12) What are Widgets? (00:56:58) Text Widget (01:13:12) Types of Widgets (01:15:10) What is State in Flutter (01:16:36) What is Stateless Widget in Flutter? (01:29:31) Material & Cupertino Design (01:31:43) What is MaterialApp in Flutter? (01:35:48) What is Scaffold in Flutter? (01:40:00) Center Widget (01:44:57) Widget Tree (01:47:38) Splitting & Extracting Widgets (01:53:07) What is BuildContext? (01:55:56) Importing Files & Magic of Flutter Extension (01:58:23) Relative Importing (02:01:05) Breaking Down The Currency Converter App (02:01:49) Column Widget (02:10:28) ColoredBox Widget (02:11:19) Color Class (02:15:11) TextStyle (02:22:40) Colors (02:25:07) TextField Widget (03:07:18) Why Build Function Should Contain NO Complex Tasks (03:08:15) Changing Keyboard Type For TextField Input (03:12:30) Padding Widget (03:19:09) Container Widget (03:20:19) Padding vs Margin - The Difference (03:26:14) TextButton Widget (03:31:53) Print Statement & Warnings (Flutter Lints) (03:37:08) TextButton Widget contd. (03:51:47) ElevatedButton Widget (03:58:57): Shortening the ButtonStyle! (04:01:44): AppBar Widget (04:09:05) Understanding the need of StatefulWidget (04:27:04) StatefulWidget (04:41:56) Build Function Can Be Called How Many Times? (04:44:29) setState (04:51:59) Handling Edge Cases (04:58:37) CupertinoApp & iOS Styled Widgets (05:15:32) initState and dispose (05:18:23) Recap & Widgets LifeCycle (05:28:41) Weather App Demo (05:29:54) Analysing the default Flutter Code (05:37:21) Weather App Setup (05:45:36) GestureDetector and InkWell Widget (05:48:08) IconButton Widget (05:49:05) Planning the Body of Weather App using PlaceHolder Widget (05:53:10) Card Widget (06:04:23) ClipRRect Widget (06:05:49) Backdrop and ImageFilter Widget (06:11:46): Text For Weather App (06:16:02) Row Widget (06:25:37) SingleChildScrollView Widget (06:31:21) Working on Additional Info Section (06:42:55) Passing Arguments Using Constructor (06:52:50) http package in Flutter (06:56:00) OpenMapWeather API (07:02:45) Handling Future in initState (07:05:53) Extracting Data from API in Flutter (07:19:10) Displaying Loading Indicator (07:24:43) FutureBuilder Widget (07:37:16) Extracting Data From AsyncSnapshot (07:48:13) for loop in Flutter UI (07:57:30) ListView.builder Widget (08:08:11) Date Formatting using intl (08:22:19) Switching Themes (08:23:23) Layout Principle In Flutter Explained (08:28:45) Flutter Behind The Scenes, 3 Trees & BuildContext (08:51:03) Shopping App Demo (08:52:20) Creating Shop App Project (08:54:46) Adding Custom Fonts (09:06:44) Theming, Color Scheme (09:10:11) Creating a Header (SafeArea Widget) (09:17:14) Expanded Widget in Column (For TextField Widget) (09:32:04) Chip Widget (09:48:05) How Theming Works Behind the Scenes (InheritedWidget) (09:55:23) Selecting Filter contd… (09:56:28) Adding Images and Product Dummy Data (10:03:00) Displaying Products List on Home Page (Image Widget) (10:27:39) Designing Product Details Page (Spacer and Flex Widget) (10:55:21) Navigation & Routing (11:06:08) How Navigator Works Behind The Scenes? (And State Management) (11:16:47) BottomNavigationBar Widget (11:25:58) IndexedStack Widget (11:28:47) Designing Cart Page (ListTile Widget) (11:39:26) State Management with Provider, SnackBar (12:08:08) Dialogs in Flutter (12:17:06) Provider Extension Methods on BuildContext (12:20:03) Provider State Management Recap (12:26:43) Responsive UI in Flutter (GridView, MediaQuery) (12:50:03) InheritedWidget vs InheritedModel (12:52:51) Responsive UI in Flutter (LayoutBuilder Widget) (13:00:49) MediaQuery vs LayoutBuilder (13:04:12) Challenge: Make Weather App Responsive (13:04:36) Flutter Widgets Sizing Summary (13:05:41) Conclusion and Next Steps
@arghadeepmisra7865
@arghadeepmisra7865 10 месяцев назад
Thanks a lot
@deepanshugarg4446
@deepanshugarg4446 8 месяцев назад
Which is switch screen time video
@brawlstarsac3574
@brawlstarsac3574 10 месяцев назад
To be honest, the best beginner course for flutter. It never felt like a 13 hours and you were explaining all the stuffs why there are present and what would they do and what if it is removed which is not explained by most of the RU-vidrs. A huge respect for your hardwork for making this video. It helped me to understand the basics and I don't how to thank you. Keep making videos . Huge love❤ brother
@muhammadjavedrafique4592
@muhammadjavedrafique4592 11 месяцев назад
i have almost 2 years of experience in flutter.. but your content is always worthy to watch . so am watching this as i know the just F of Flutter
@mailidfordevtesting
@mailidfordevtesting Год назад
I took a week to finish this course Rivaan, I already had some experience in flutter which I got by building apps by trial and error method but I didn't had thorough understanding of basics, which this course has cleared. Thank you for this course. I do watch Vandad's videos but your videos and things you put are at some other level. Have been recommending your videos to all my fellow colleagues and juniors who are working with flutter. Thanks again ✌️
@hengkynjauw
@hengkynjauw 11 месяцев назад
thank youuuu so much Rivaan, been looking this type of tutorial for so long, hopefully you have time to make another flutter tutorial with database related
@arromero491
@arromero491 4 месяца назад
7 months ago I finished the Dart course and today I finished this course because I combined this one with the official docs that's why It took me too much time and I came here to say THANK YOU for teaching Flutter and for your content. 🙇‍♂
@mumum1
@mumum1 10 месяцев назад
A have officially completed this course! I know sop much more stuff now and my parents boast about me and what my talents are!!!! All thanks to you!!!
@mumtaz1132
@mumtaz1132 8 месяцев назад
Lots of Good wishes and thanks to you. I have completed this tutorial and learned a lot. 💫💯
@leoe.r.7338
@leoe.r.7338 Год назад
🎉🎉🎉 have been waiting for this. You are a great teacher! THANKS!
@RivaanRanawat
@RivaanRanawat Год назад
Thanks! Let me know if this course was easy to follow along
@voltronicsautomation
@voltronicsautomation Год назад
One of the best gurus ever.. I like your wide knowledge and style of teaching.. tqsm.. learn a lot from u
@Morse_YT
@Morse_YT Год назад
The GOAT strikes again 🙏 Thank you so much for posting this. I was eagerly looking forward to this course
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Morse! Let me know if this course was easy to follow along
@mageshyt2550
@mageshyt2550 Год назад
"I appreciate your work, Rivaan Ranawat! Thank you for creating high-quality tutorials. I am currently building a Twitter clone with your guidance and I am grateful for your help. Keep up the good work!"
@RivaanRanawat
@RivaanRanawat Год назад
Thank you!
@satdevlpr
@satdevlpr Год назад
Thanks millions on behalf of all beginners.. your channel deserves 100K.... Hope will attain soon
@RivaanRanawat
@RivaanRanawat Год назад
Thank you so much!
@s1nistr433
@s1nistr433 10 месяцев назад
This is one of the best coding tutorials I've seen on RU-vid. I gave up on learning Flutter a year or so ago because it looked overwhelming and I didn't understand it, and no instructor would explain things further. Then I decided to pick up learning it again and found this video. This video explains everything in so much detail, such as what Flutter concepts are (like widgets, state, buildContext), what they do, why you need them, why they're named that way, what happens if you remove/alter them, etc. Few paid courses even go into this depth and explain things this well.
@ShubhamKumar-re4zv
@ShubhamKumar-re4zv 9 месяцев назад
Can you name some paid courses that go into depth like this video. It will be of great help.
@pratikgupta7373
@pratikgupta7373 7 месяцев назад
@@ShubhamKumar-re4zv azam flutter course in udemy
@abdulaleem2433
@abdulaleem2433 Месяц назад
Thank you Rivaan🥰I have Completed this course in 6 months because I am a beginner. lots of things to learn from you...
@Matex__
@Matex__ 5 месяцев назад
You're a great teacher! After watching this course, I have a hard time watching others, since you actually explain stuff in depth and with understanding. I would like to see an app tutorial that focuses on local storage (shared preferences for simpler stuff and maybe sqflite for more data), for example a weight tracking app. Also would like to see app tutorial that shows how to properly handle a lot of data coming from API (not only text/numbers, but also images), like caching/storing that data locally and other stuff to not overload an API and how to secure API. I think those tutorials combined with this one would be a great combination for anybody starting with Flutter, like me.. :)
@socialguru824
@socialguru824 Год назад
finally! most awaited course!!
@AfricanGhost
@AfricanGhost Год назад
Your dart tutorial is exceptional Been waiting for this for so long Thank you so much Rivaan
@RivaanRanawat
@RivaanRanawat Год назад
Thanks! Let me know if this course was easy to follow along
@AfricanGhost
@AfricanGhost Год назад
It is indeed very easy to follow I just learnt how to integrate api Never knew it was this easy You’re really a good tutor my brother
@satyavratchoubey6734
@satyavratchoubey6734 4 месяца назад
Hats off to you brother for such an in depth explanation!
@sahasrayan
@sahasrayan Год назад
Thank You Rivaan. I was waiting for your course.
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Sahas! Let me know if this course was easy to follow along
@AbdulAlim-sk8ub
@AbdulAlim-sk8ub Год назад
better than so many paid course!!! Rivaan Tutorial >>>>>>> Paid course Thank you veryyy much for this..
@arromero491
@arromero491 Год назад
I've finished your Dart course and thank you so much Rivaan. I'm going to start this course because I want to create some apps in Flutter.
@RivaanRanawat
@RivaanRanawat Год назад
Fantastic!
@titilopebanjoko
@titilopebanjoko 3 месяца назад
This is the best tutorial on flutter for beginners. thanks so much.
@TerCar01
@TerCar01 4 месяца назад
Rivan you are such great developer...thanks for the video
@DwayneLofton
@DwayneLofton Год назад
Thanks my friend! This channel is gonna blow up!
@RivaanRanawat
@RivaanRanawat Год назад
🤞
@suraj.52721
@suraj.52721 Год назад
Bro I love the way you teach. I dont know how can i appreciate your hard work , you are amazing. I have learnt a lot from you. just wanna say thanks from my heart ♥
@RivaanRanawat
@RivaanRanawat Год назад
Thank you so much Suraj!
@richardkaringuri5557
@richardkaringuri5557 2 месяца назад
Hey Mr. Rivaan. I say thank you for making this great tutorial. Much appreciation from Nairobi, Kenya.
@RivaanRanawat
@RivaanRanawat 2 месяца назад
Thanks so much Richard!
@muhammadhashir624
@muhammadhashir624 Год назад
Hey Rivann. It was an amazing expereince i completed the challenge of making Additonal Information Section BTW Amazing Course🔥
@nahideducational
@nahideducational 9 месяцев назад
very well teaching method,,,,,clearing concept very well as far u can.....great learning resource for beginner
@arunbm123
@arunbm123 11 месяцев назад
What a course !!! Really appreciate your patience to teach
@RivaanRanawat
@RivaanRanawat 11 месяцев назад
Glad you like it!
@virtualtech4637
@virtualtech4637 11 месяцев назад
Thank you so much Rivaan, I appreciate your work. Please create Firebase or Hive tutorial for absolute beginners.😊
@jatin-motwani
@jatin-motwani Год назад
Was waiting for it 😍
@verum5651
@verum5651 Год назад
I was absolutely waiting for this! THANK YOU SO MUCH!! ❤❤
@RivaanRanawat
@RivaanRanawat Год назад
Awesome! How's the journey going?
@verum5651
@verum5651 Год назад
@@RivaanRanawat Been on it, I've a hectic schedule but I manage to get some time towards learning it!
@RivaanRanawat
@RivaanRanawat Год назад
@@verum5651 Nice! Let me know if you have any feedback to improve the course.
@juniorMr
@juniorMr Год назад
Rivan ,thanks a lot. You are the best teacher
@RivaanRanawat
@RivaanRanawat Год назад
Thank you so much!
@aimeneharbi3913
@aimeneharbi3913 Год назад
Bro i was waiting for new video thnxs you 🎉
@eggnotcracked
@eggnotcracked Год назад
I don't even know what flutter is but I just know that this guy has put in a lot of effort to make this video. Keep it up👍
@RivaanRanawat
@RivaanRanawat 5 месяцев назад
thanks so much!!
@bamikoleoni5767
@bamikoleoni5767 11 месяцев назад
very lovely video, thanks so much for sharing.
@tarnished_ofTheCGPA
@tarnished_ofTheCGPA Год назад
You are amazing Rivaan!
@RivaanRanawat
@RivaanRanawat Год назад
Thank you!
@jaekim3448
@jaekim3448 2 месяца назад
Loving your tutorials, would love your take on authentication and sign on for flutter
@abhijeetgautam8153
@abhijeetgautam8153 Год назад
Hey Rivaan I'm absolutely grateful to you for curating a course worth 12 freaking hours 🔥 I have been a fan of your work. I would request you to provide timestamps/chapters for easy navigation of the video. Also, I'd like to know if you are coming up with a backend course, teaching from the very basics to advanced (preferably NodeJS). The tutorial videos touch upon a specific aspect of the backend and not the foundations. Thanx again ❤️
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Abhijeet! Ive wanted to make a tutorial on NodeJS (for pure beginners and including almost no front end related stuff in it) for a long time. But before that, I want to make sure people subscribed to me are already familiar with JavaScript so will be releasing a tutorial on it first! What do you think?
@abhijeetgautam8153
@abhijeetgautam8153 Год назад
@@RivaanRanawat Yeah that would be a great idea. Go for it Rivaan 💜 Best of Luck 🤞
@shubhamtiwary1717
@shubhamtiwary1717 Год назад
@@RivaanRanawatyes, please release a tutorial for Javascript as well. I would also request you to make a Uber clone app.
@oplearn794
@oplearn794 Год назад
I want to create a programming tutorial for youوsubscribe my channel🤗
@deepak5074
@deepak5074 11 месяцев назад
We are Ready Broo .. Pls Bring it on @@RivaanRanawat
@Xoro162
@Xoro162 Год назад
Thanks💛 Waiting for intermediate and expert course please launch that too.
@ankitmukhia3644
@ankitmukhia3644 Год назад
I don't know what the hack I was thinking from past couples of weeks, I have been watching this man and learnt a lot, but have't subscribe yet. But as soon as i realize it, i did it with in 1sec. If you are reading this comment ! Do it 😤, what are you waiting for 😃 ! Smash it. Appreciated if you did it. ❤
@riteshnaidu6114
@riteshnaidu6114 Год назад
Dear Rivaan, I hope this message finds you well! How about creating a separate video about the latest video player dependency in Flutter? 📹📱 This tutorial could be immensely helpful for developers looking to enhance their Flutter apps with seamless video playback. Your expertise and engaging teaching style would undoubtedly make it an incredible resource. Looking forward to your amazing content! 🎬🔥 Best regards, Ritesh
@user-sl2uv7hs3z
@user-sl2uv7hs3z 5 месяцев назад
I'm new to flutter , and you sir just made my life simple ,hope to see more from you sir
@RivaanRanawat
@RivaanRanawat 5 месяцев назад
More to come!
@AzamKhan-bb7xg
@AzamKhan-bb7xg Год назад
This Guy is Genius i have learnt a lot from him and also i am member of his Udemy Courses.
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Azam!
@user-if5if2cn3f
@user-if5if2cn3f 7 месяцев назад
Amazing❤❤❤ thanks dear rivaan.
@RivaanRanawat
@RivaanRanawat 7 месяцев назад
My pleasure!
@technicalguy.
@technicalguy. Год назад
I sincerely appreciate your efforts. I have been eagerly anticipating the release of this course, especially considering the exceptional way you taught Dart previously. ❤❤
@RivaanRanawat
@RivaanRanawat Год назад
Thanks! Let me know if this course was easy to follow along
@deepak5074
@deepak5074 11 месяцев назад
💯@@RivaanRanawat
@adnan.farooq
@adnan.farooq Год назад
What i was waiting eagerly for.......thanks......so.much....
@RivaanRanawat
@RivaanRanawat Год назад
Awesome Adnan! Let me know if this course was easy to follow along
@Vikasbharti69
@Vikasbharti69 9 месяцев назад
Hey @RivaanRanawat, i just Completed The Video. i am not a beginner in flutter, i was just searching for a best Advance Course. But I just kind of Tried to Look in to your Video and it took my attention for like continuous 2 hours. also i learned some best deforestation of some widget. You Created A Smooth And Very Easy To Understand Course. I just Want to Know that , will you post any advance course on flutter basically focused on backend and APi parts.
@subhamroy5368
@subhamroy5368 Год назад
Hey, thanks for such an awesome tutorial. Please make more project-based tutorials
@RivaanRanawat
@RivaanRanawat Год назад
Will do!
@anandaj4764
@anandaj4764 Год назад
Thanks a lot!
@jaiswalrohan
@jaiswalrohan Год назад
22-07-2023T00:13:32 : i must say your dart tutorial was really helpful! Just starting with this
@anuragharod8025
@anuragharod8025 Год назад
Thanks for such kind of a tutorial . Please create Firebase tutorial for absolute beginner.😊
@nikhilkukreja8498
@nikhilkukreja8498 Год назад
Thank you so much Rivaan brother ❤️❤️
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Nikhil!
@pushanbasu7192
@pushanbasu7192 Год назад
Long awaited.. Thanks bro
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Pushan Basu! Let me know if this course was easy to follow along
@arshiashaikh8244
@arshiashaikh8244 Год назад
the best ... literally the best .... I was about to give up on flutter and then I found this !
@RivaanRanawat
@RivaanRanawat Год назад
So happy to hear that!!
@ilkerkutlu58
@ilkerkutlu58 Год назад
You are Amazing Rivaan🎉
@RivaanRanawat
@RivaanRanawat Год назад
Thank you!
@azuragoogle9745
@azuragoogle9745 Год назад
U are amazing! Big work!🤯
@RivaanRanawat
@RivaanRanawat Год назад
Thanks!
@asweraswer6140
@asweraswer6140 11 месяцев назад
You are legend bro whenever it comes to explaining.🙏
@RivaanRanawat
@RivaanRanawat 11 месяцев назад
Thank you so much!
@cricgamerz2181
@cricgamerz2181 Год назад
Love you men you do so much great work.
@RivaanRanawat
@RivaanRanawat Год назад
Thank you!
@learnwithchinnu65
@learnwithchinnu65 3 месяца назад
Thank you so much for this wonderful video
@RivaanRanawat
@RivaanRanawat 2 месяца назад
Pleasure!
@manohar.acharya
@manohar.acharya Год назад
Finally most awaited course is out
@RivaanRanawat
@RivaanRanawat Год назад
@devagarwal3250
@devagarwal3250 Год назад
Thx bro with another banger tutorial
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Dev!
@AbdulAlim-sk8ub
@AbdulAlim-sk8ub Год назад
hey Rivaan!! thanks for this tutorial!! can you please make a tutorial on how to make an app like upwork please!!
@xturki5741
@xturki5741 Год назад
Thank you brother
@Hellowow0112
@Hellowow0112 Год назад
Thanks for creating this flutter course.
@RivaanRanawat
@RivaanRanawat Год назад
Most Welcome Rahul!
@MR_D._940
@MR_D._940 Год назад
ite really good👌
@azamovdev
@azamovdev 10 месяцев назад
absolutely perfect. bro very useful thanks good lucky.
@RivaanRanawat
@RivaanRanawat 10 месяцев назад
Happy it helped!
@borisgolubovic4533
@borisgolubovic4533 Год назад
Hey man, great tutorial. I see effort that you put into planning every second of video. I did not finish video, so I apologize in advance if you mention somewhere in video, but I need to ask: Is there a way to put some kind of name to column, row, container, so that I can know for sure that closing bracket will have comment with name of that widget? thank you once more for sharing this knowledge for free. You are the best!
@lenzbyahurwa858
@lenzbyahurwa858 Год назад
Thank you , very good tutorials
@RivaanRanawat
@RivaanRanawat Год назад
Thanks!
@AlmasZayn
@AlmasZayn Год назад
@RivaanRanawat Your Teachings skills are Excellent bro
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Almas!
@shashwatdhingra3580
@shashwatdhingra3580 Год назад
Great Brother ! Thanks
@RivaanRanawat
@RivaanRanawat Год назад
Most welcome Shashwat!
@praveenchinnareddy1552
@praveenchinnareddy1552 5 месяцев назад
A ton of thanks Rivaan...
@RivaanRanawat
@RivaanRanawat 5 месяцев назад
My pleasure!
@harshita854
@harshita854 11 месяцев назад
osssammm👌👌🤜
@sabinashrestha312
@sabinashrestha312 Год назад
Thankyou so much you are the best💖
@RivaanRanawat
@RivaanRanawat Год назад
Thanks!!
@user-if5if2cn3f
@user-if5if2cn3f 7 месяцев назад
This is the best tutorial for flutter than the paid one
@ihraihan
@ihraihan Год назад
Hi! I'm facing a problem with admob. When I upgrade flutter latest version my admob ad flickering when navigating. It is working perfectly with flutter version 3.5.5 but not with 3.10.5. I'm using latest version of admob.
@hyphenvlog1328
@hyphenvlog1328 Год назад
wow very long , thank you so much
@GIOVANNYGARCIAHOLGUIN
@GIOVANNYGARCIAHOLGUIN Год назад
this is premium content, congratulations your courses are the best
@RivaanRanawat
@RivaanRanawat Год назад
Thanks a ton!
@ale.xander
@ale.xander Год назад
thank u so much for this tutorial. How much RAM would you recommend for flutter development? And what backend frameworks would you recommed for flutter apps?
@monaelkateb2652
@monaelkateb2652 3 месяца назад
Thank you so much.
@RivaanRanawat
@RivaanRanawat 2 месяца назад
Pleasure!
@martinirungu2381
@martinirungu2381 Год назад
Rivaan I missed you my teacher,thanks for this dart and flutter tuts, salute . can you also in lengthy explain riverpod please
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Martin, appreciate it! Already covered Riverpod in a seperate tutorial
@arthurjose7339
@arthurjose7339 6 месяцев назад
in the weather app if i cut the internet it showing ClientException: XMLHttpRequest error,... .... how to solve it
@dushyantsharma2415
@dushyantsharma2415 Год назад
Thank you rivaan😻😻😻😻
@RivaanRanawat
@RivaanRanawat Год назад
Most welcome Dushyant!
@johnsunday3548
@johnsunday3548 11 месяцев назад
This is more than so many paid tutorials out there ...Great stuff mentor More Blessings... Mentor pls can you name all the extension you installed I Wana do same thanks!
@Clouduva_org-pc4ls
@Clouduva_org-pc4ls 5 месяцев назад
Thanks!
@RivaanRanawat
@RivaanRanawat 5 месяцев назад
Thanks to you!
@Trunk_Tech
@Trunk_Tech 3 дня назад
@RivaanRanawat is okey if i create a separate class to handle the API fun rather than doing it on the weatherScrean ??
@borisgolubovic4533
@borisgolubovic4533 11 месяцев назад
Just finished the video and I have to give a shoutout to the educator and potential viewers: - The best teacher! 🌟 - Fantastic effort in explaining everything with such detail! - Keep up the great work; I hope we get to collaborate on a project someday! - Thank you for generously sharing your knowledge! P.S. Flutter has me adding commas everywhere - because just like in coding, nothing's ever truly finished; there's always another widget to consider! 😄
@psych7776
@psych7776 11 месяцев назад
Bro after finishing the video,can you create an app on your own??
@borisgolubovic4533
@borisgolubovic4533 11 месяцев назад
I am just starting my app, only one thing that I need to look for is firebase implementation. Rest is explained in tutorial. Also, there is always something that will not be explained in one tutorial, so you will need to look it somewhere but you will find and implement it easier after this tutorial. This guy explained so much , certainly worth of following tutorial. Also he has Dart tutorial before this, so watch that if you are not familiar with programming before this. @@psych7776
@siddeshshetty7755
@siddeshshetty7755 Год назад
Gem for someone beginning with flutter!
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Siddesh!
@rapstae
@rapstae Год назад
Thank you very much 😊
@RivaanRanawat
@RivaanRanawat Год назад
Most welcome!
@bishwajeetpandey1570
@bishwajeetpandey1570 10 месяцев назад
As a react developer, i am transitioning into flutter also , your in depth explanation was really grt. Please provide some videos on building Responsive UI stuffs for both web and mobile.
@hamzapaskingakhtar
@hamzapaskingakhtar 6 месяцев назад
Coming from React myself. It's quite messy if you ask me.
@pratikgupta7373
@pratikgupta7373 Год назад
wow premium content and its free thanks Rivaan
@RivaanRanawat
@RivaanRanawat Год назад
Thanks Pratik! Let me know if this course was easy to follow along
@sujalutekar9417
@sujalutekar9417 Год назад
Big fan Ravaan bro 🥳🥳❤❤
@RivaanRanawat
@RivaanRanawat Год назад
Haha, thanks @Sujalutekar9417
@rizalharis6275
@rizalharis6275 11 месяцев назад
Best flutter class ever
@RivaanRanawat
@RivaanRanawat 11 месяцев назад
Thanks, glad you liked it!
@mumum1
@mumum1 11 месяцев назад
Here we go!!
@someone_visible
@someone_visible 9 месяцев назад
This transition push and slide kind of transition to the next page. how this is applied? can you tell me please. at [11:03:39]
@juniorMr
@juniorMr Год назад
Well done ,that was great🤩. bro in the next video could you make an ecomerce app with real payment?
@RivaanRanawat
@RivaanRanawat Год назад
We've done that in Amazon Clone tutorial, right?
@SunnyYadav-zv7hp
@SunnyYadav-zv7hp Год назад
Does anyone here want to join me in flutter development journey ? As you might know that there is not much community support for flutter. Together we can make learning fun and fast .
@forgedynasties
@forgedynasties Год назад
Count me in
@ankitvarshney9966
@ankitvarshney9966 Год назад
yes
@SunnyYadav-zv7hp
@SunnyYadav-zv7hp Год назад
@@ankitvarshney9966 you too Ankit, I 'll contact you there
@noviankristianto1060
@noviankristianto1060 9 месяцев назад
Hi can i join as well
@abhishekkoundal3375
@abhishekkoundal3375 8 месяцев назад
Hy can I join too??
@moviesflix7082
@moviesflix7082 Месяц назад
The way you started explaining Stateless Widget ( 4:09:20 ) is spectacular
@RivaanRanawat
@RivaanRanawat Месяц назад
Thanks, glad you liked it!
@moviesflix7082
@moviesflix7082 Месяц назад
@@RivaanRanawat RIvaan can you tell me what should one do after completing this tutorial? Also lists out some main concept or anything in Flutter. Please respond to this.
Далее
🎙ПЕСНИ ВЖИВУЮ от КВАШЕНОЙ🌇
3:16:26
Штаны легионера
00:44
Просмотров 372 тыс.
Flutter Course for Absolute Beginners | 2024 Latest
11:57:01
Flutter Basic Training - 12 Minute Bootcamp
12:09
Просмотров 864 тыс.
Thats how you learn Flutter in 6 months🔥
20:21
Просмотров 25 тыс.
Flutter Tutorial For Dummies
2:09:09
Просмотров 89 тыс.
State Managers Are Making Your Code Worse In React
13:33
🎙ПЕСНИ ВЖИВУЮ от КВАШЕНОЙ🌇
3:16:26