What's New in Dart 3?
30:09
Жыл бұрын
Пікірлер
@SurajKale-v3b
@SurajKale-v3b Күн бұрын
06:16:00
@dee_rajak
@dee_rajak Күн бұрын
1:00:00 🔖
@suriyasampath1403
@suriyasampath1403 2 күн бұрын
Really love this. Thank you so much Rivaan
@compsciwithaayush1413
@compsciwithaayush1413 2 күн бұрын
Boy, i can tell that you laptop is quite powerful to handle all the running at the same time. Like bro, you're running android, IOS, web, desktop app at same time 😵‍💫😵‍💫😵‍💫
@TechwithLaughter
@TechwithLaughter 3 күн бұрын
04:09:05 to 05:18:00 for Stateful widget & it's lifecycle.
@monkeyDluffy-io3oo
@monkeyDluffy-io3oo 3 күн бұрын
Thanks you brother I learned a lot
@user-cj8wx5kc3l
@user-cj8wx5kc3l 4 күн бұрын
i have issue in data layer because the limit is over of mail but loading is still on how can i handle this? Server Exception AuthException(message: Email rate limit exceeded, statusCode: 429, errorCode: over_email_send_rate_limit) when get the error so it go to error state direct?
@Dheeraj-kuma-r
@Dheeraj-kuma-r 4 күн бұрын
when is not working with switch statment for me.
@blackwolf4096
@blackwolf4096 4 күн бұрын
You not add date feature who show on top centre than scroll the screen than update the date based on chat date
@yasserhy
@yasserhy 4 күн бұрын
Rivaan, your videos are actually helpy me build my dream app and I cannot thank you enough. I have a request to ask you. PLEASE PLEASE PLEASE make a video to help developers choose between different backends (specially Firebase and Supabase). Choosing the correct backend is a crucial decision and many new developers can get stuck with a backend that later they will regret. It will be really amazing if we got get some advice from a real developer like yourself who actually worked on both and developed production apps.
@cricsort8663
@cricsort8663 4 күн бұрын
What are the prerequisites for this video???
@VijayKumar-kv5bx
@VijayKumar-kv5bx 5 күн бұрын
Rivaan when I click signup button in signuppage but it also rebuild loginpage why
@mazenalsakkaf
@mazenalsakkaf 5 күн бұрын
Yo, Rivaan, this course is straight fire! 🔥🔥🔥 I've learned so much from it. It's way better than any paid course I've seen. You're a total legend for breaking down complex topics in such a simple way. Keep up the amazing work!
@HamzaMalik-wl9ry
@HamzaMalik-wl9ry 5 күн бұрын
57:07 i implemented same animation with Future.delayed ....
@HamzaMalik-wl9ry
@HamzaMalik-wl9ry 5 күн бұрын
import 'package:flutter/material.dart'; void main(List<String> args) { runApp(MyApp()); } class MyApp extends StatefulWidget { MyApp({super.key}); @override State<MyApp> createState() => _MyAppState(); } class _MyAppState extends State<MyApp> { double size = 10; @override Widget build(BuildContext context) { Future.delayed(Duration(seconds: 2), () { setState(() { size = 200; }); }); return Center( child: AnimatedContainer( duration: Duration(milliseconds: 1500), height: size, width: size, decoration: BoxDecoration( shape: BoxShape.circle, color: Colors.blue.withOpacity(0.5), boxShadow: [ BoxShadow( color: Colors.blue, blurRadius: size, spreadRadius: size / 2), ]), ), ); } }
@laele2726
@laele2726 5 күн бұрын
I haven't finished this tutorial yet, but i think you missed to add the Log out feature?
@40_virajmhadgut8
@40_virajmhadgut8 5 күн бұрын
the main.go file is not available
@qwertyboardd
@qwertyboardd 5 күн бұрын
can i use python for backend??
@pain_equals_growth
@pain_equals_growth 6 күн бұрын
1:10:00 Day 1 2:10:58 Day 2 2:24:26 Day 3
@Dipankarr_
@Dipankarr_ 6 күн бұрын
14:33:22 windows multi-caret feature: Place your cursor on the first line While holding Alt + Shift, click on the additional lines you want to add carets to
@ananducs5622
@ananducs5622 6 күн бұрын
03:02:00
@Moment95817
@Moment95817 6 күн бұрын
please bring backened course
@shreyadenre8164
@shreyadenre8164 8 күн бұрын
Writing the same code but few things are coming under blue line.. Why?
@RivaanRanawat
@RivaanRanawat 7 күн бұрын
Those are warnings
@yasserhy
@yasserhy 8 күн бұрын
Unfortunately, my app broke at the end with the error message "Failed to lookup symbol 'isar_version' . I followed the instructions and nothing is working. It seems that there is an issue with this library since it is not released yet
@RivaanRanawat
@RivaanRanawat 7 күн бұрын
Can you share your code + the timestamp you're getting this error?
@BilalAhmed.0007
@BilalAhmed.0007 8 күн бұрын
19:22:41 provider not installing "7 packages have newer versions incompatible with dependency constraints." with 7 packages not up to date List collection 1.18.0 (1.19.0 available) leak_tracker 10.0.5 (10.0.7 available) leak_tracker_flutter_testing 3.0.5 (3.0.8 available) material_color_utilities 0.11.1 (0.12.0 available) string_scanner 1.2.0 (1.3.0 available) test_api 0.7.2 (0.7.3 available) vm_service 14.2.4 (14.2.5 available) any solution on how to update??
@RivaanRanawat
@RivaanRanawat 7 күн бұрын
Try running this command - flutter pub upgrade --major-versions
@BilalAhmed.0007
@BilalAhmed.0007 7 күн бұрын
@@RivaanRanawat Downloading packages... collection 1.18.0 (1.19.0 available) leak_tracker 10.0.5 (10.0.7 available) leak_tracker_flutter_testing 3.0.5 (3.0.8 available) material_color_utilities 0.11.1 (0.12.0 available) string_scanner 1.2.0 (1.3.0 available) test_api 0.7.2 (0.7.3 available) vm_service 14.2.4 (14.2.5 available) No dependencies changed. 7 packages have newer versions incompatible with dependency constraints.
@BilalAhmed.0007
@BilalAhmed.0007 7 күн бұрын
@@RivaanRanawat Now it's showing this
@BilalAhmed.0007
@BilalAhmed.0007 6 күн бұрын
@@RivaanRanawat Sorry I import provider wrong by writing "package/provi....." instead of "package:provid......"
@BilalAhmed.0007
@BilalAhmed.0007 6 күн бұрын
@@RivaanRanawat Thank for your reply
@Ashupal366
@Ashupal366 9 күн бұрын
Sir what about equatable package , you didn't even mentioned it while others are using it
@martialartssquad5154
@martialartssquad5154 9 күн бұрын
Bhai mery pas materialstatepropertyAll() nhn mil rha flutter ma
@RivaanRanawat
@RivaanRanawat 7 күн бұрын
yeh chal rha hai - WidgetStatePropertyAll?
@Michealsmace
@Michealsmace 9 күн бұрын
Please do a video on flutter firebase CRUD ❤ You are really the best india flutter teacher
@auro1351
@auro1351 9 күн бұрын
Awesome
@AdamPostsHere
@AdamPostsHere 9 күн бұрын
Can you do the same thing, but with livekit?
@MissMyMusicAddiction
@MissMyMusicAddiction 9 күн бұрын
20:00 something suddenly changed. i can't put my finger on it
@vishnup8719
@vishnup8719 10 күн бұрын
so signOut logic is using AuthBloc or Cubit?
@naren5382
@naren5382 10 күн бұрын
12:48:07 System gay 💀
@AlexisMG1234
@AlexisMG1234 10 күн бұрын
The accent is not good but the video looks cool
@Decem02
@Decem02 10 күн бұрын
i owe you thank you so so so so much
@RivaanRanawat
@RivaanRanawat 8 күн бұрын
You're welcome!
@faheemahmad3957
@faheemahmad3957 10 күн бұрын
Kindly make a full course Using GetX version 5 and Clean architecture
@faheemahmad3957
@faheemahmad3957 10 күн бұрын
Please make a revices version and Also use GetX 5 and whats new and how to fix all
@skullerhood
@skullerhood 11 күн бұрын
This is the only course you need for learning dart and flutter
@XuanTruongBui-iq1xf
@XuanTruongBui-iq1xf 11 күн бұрын
I don't understand why so many people praise it, while this is not clean architecture, and MVVM is also wrong in Flutter
@someone_visible
@someone_visible 11 күн бұрын
Thank you for such a great tutorial! Which font are you using inside VS code?
@RivaanRanawat
@RivaanRanawat 7 күн бұрын
Using the One Dark Pro Molokai Darker theme
@someone_visible
@someone_visible 7 күн бұрын
@@RivaanRanawat That's a great theme. But I like the font more 🙃
@jebintom5324
@jebintom5324 11 күн бұрын
I have been doing it on windows the speech recognition is not working and when I import the packages it shows url doesn't matches I have tried so much but I couldn't get a solution.later I found that it is not working on windows is there any speech recognition packages that works on windows as well I am running this on chrome
@debanjanbhattacharya1692
@debanjanbhattacharya1692 11 күн бұрын
Is Mac with 8gb Ram enough for development in flutter??
@jaguarryzen6514
@jaguarryzen6514 11 күн бұрын
Yep
@yoskokleng3658
@yoskokleng3658 12 күн бұрын
bloc VS riverpod, which one better for large scale application? please tell me and why?. thank you
@yasserhy
@yasserhy 12 күн бұрын
I know that most dart developers will use the "imp" as a keyword for the implementation, but coming from a C# background, I prefer using the "I" for the interface and the normal name for the implementation. I found it very helpful while following along with this course. So, the IAuthRemoteDataSources will be for the interface and the AuthRemoteDataSource will be for the implementation, as an example
@jayakumar7709
@jayakumar7709 12 күн бұрын
5:09:38
@fnaticrecl2916
@fnaticrecl2916 12 күн бұрын
is it public server or private server
@SamamaAli-kq9mr
@SamamaAli-kq9mr 12 күн бұрын
So Rivaan after almost three years, is there a better way to make responsive UI where you dont have to make multiple screens and code?
@kavani5013
@kavani5013 12 күн бұрын
32:50
@mazenalsakkaf
@mazenalsakkaf 12 күн бұрын
Woohoo! I just finished the course. Thanks a million for such a great resource. It was easy to understand and comprehensive at the same time. By any chance, have you recorded a video on Isolates in Dart? If so, I'd love to watch it. Thanks again!