Flutter SVG Animations With Rive
1:00:44
Flutter Bloc & Cubit Tutorial
47:58
4 жыл бұрын
Пікірлер
@user-kw9cu
@user-kw9cu 12 күн бұрын
You can use mocktail package to avoid using code generation from the latest version of mockito package.
@user-kw9cu
@user-kw9cu 14 күн бұрын
Best tutorial on clean architecture. Keep coming back to it. Maybe one day you could remake it with modern flutter/dart features and libs.
@Artem-bx1is
@Artem-bx1is 20 күн бұрын
The best !
@acornerofherheart-jr9pl
@acornerofherheart-jr9pl 21 күн бұрын
best explanation I have found on this topic on youtube.....thanks
@cromuelbarut9859
@cromuelbarut9859 Ай бұрын
I learned a lot, thanks
@Mhmd_SHA
@Mhmd_SHA Ай бұрын
💎
@Mhmd_SHA
@Mhmd_SHA Ай бұрын
Oh... Man.. this playlist is 💎 Even after this years. 😩 Thanks sir..❤ I hope you're doing great 🥳
@user-dw9xo6dc9g
@user-dw9xo6dc9g Ай бұрын
Thank you so much, Reso Coder. Your tutorials have significantly improved my understanding of testing and made learning new aspects of Flutter enjoyable.
@user-dw9xo6dc9g
@user-dw9xo6dc9g Ай бұрын
Hello, Reso Coder. I can't subscribe your newsletter. It's shows API related issue.
@LuisHernandez-sd8sc
@LuisHernandez-sd8sc Ай бұрын
Here reviewing again this great vidios for new App in 2024, ty Reso Coder
@qobilabduraximov1431
@qobilabduraximov1431 Ай бұрын
what is called snippets or is it your custom snippets?
@CodingWithBinaryGeek-bf1sp
@CodingWithBinaryGeek-bf1sp Ай бұрын
any one getting null error and other types of unexpected result. fix: @GenerateMocks( [NumberTriviaRemoteDataSource, NumberTriviaLocalDataSource, NetworkInfo]) import 'number_trivia_repository_impl_test.mocks.dart';
@user-gc6fu9fd5u
@user-gc6fu9fd5u Ай бұрын
what was the dart version used here?
@overbyte
@overbyte Ай бұрын
literally the greatest tutorial about this subject i've spent 2 days with stackoverflow, ddg and even (God help me) chatgpt trying to work this out and the indication about how to use it with named routes as well - amazing work 👍
@CodingWithBinaryGeek-bf1sp
@CodingWithBinaryGeek-bf1sp Ай бұрын
Which icon theme are you using
@mclee5081
@mclee5081 2 ай бұрын
great teaching! thanks
@muhammadbilalsaeed5920
@muhammadbilalsaeed5920 2 ай бұрын
Does releasing your apps on stores have the same effect with clients as well?
@kartikshrivastava1500
@kartikshrivastava1500 2 ай бұрын
I think code duplication is fine inside tests, as each unit test is expected to be optimised for readabiliy over DRYness
@johnniegilkerson4724
@johnniegilkerson4724 2 ай бұрын
liar there is no link for code or assets in description
@johnniegilkerson4724
@johnniegilkerson4724 2 ай бұрын
how can I switch it to fahrenheit?
@MaggicBones
@MaggicBones 2 ай бұрын
Hello There in 2024 :)
@carlosfau4492
@carlosfau4492 3 ай бұрын
Very interesting presentation of an architecture. I have a question for you. In functional programming, you usually have an Either and a Try defined as Try<T> = Either<Error. T>. A Future<T> can be seen as an asynchronous version of Try<T>. Why don't you use the Future error response to handle errors and instead adds an additional layer of wrapping the error inside an Either inside the Future? Is just to differentiate "Business" errors from "infrastructure" errors?
@saifiu
@saifiu 3 ай бұрын
love u
@christianstuhlberger4430
@christianstuhlberger4430 3 ай бұрын
I searched for ages on how to implement the notification icons on android that i think i went crazy. Luckily I found your video where you explain it in detail. Thanks it helped me lot :)
@yousour5112
@yousour5112 3 ай бұрын
thanks
@user-ld6tv8li5c
@user-ld6tv8li5c 3 ай бұрын
hey matt, what happened on Flutter Developer Bootcamp? did you just shut it down without notice? i'm so confused about this. i hope you explain about this on discord soon. and please let us know when we can access our paid course back.
@bacamolle
@bacamolle 3 ай бұрын
It worked! Thank you!
@user-zr7sg1pk3n
@user-zr7sg1pk3n 3 ай бұрын
WOW NICE TUTS Man you are a good teacher. I hope you rejoin.
@calalmuradov6162
@calalmuradov6162 3 ай бұрын
if someone have problem with Ai script just change it if (puck.position.y < puckBoundary.Up) // before it was down change to up
@aloussase
@aloussase 3 ай бұрын
I come from doing Clean Architecture in Android and Dotnet and this series was a fantastic resource that helped me port my knowledge to Flutter. Many thanks!
@aloussase
@aloussase 3 ай бұрын
I wouldnt have created an interface for use cases because no one is really benefiting from that and it makes the code uglier because the different use cases are sufficiently different to make it awkward to use the same interface. Otherwise great video!
@aloussase
@aloussase 3 ай бұрын
The use case interface would be neater with something like variadic template parameters for the params type
@kishanbhuta3009
@kishanbhuta3009 3 ай бұрын
why cant we just do like :- abstract class Bird extends AirborneInsect { void chirp() { print('chirping'); } }
@yoriichi28
@yoriichi28 3 ай бұрын
Great video @ResoCoder Suppose there is some variable like bool , string or any variable that can change UI like isSaved Something like that so if we need to handle them how we can Like in Getx we can declare in controller file but in this structure how we can manage As u said in bloc there will be only less logic like calling apiRepo/use case so can you explain that one? It will be great. Also more question on any sdk implementation like firebase services or suppose we are using any ChatSdk so how do we manage that in clean architecture
@user-jn5gn6iq4j
@user-jn5gn6iq4j 3 ай бұрын
I follow you, I try to adjust to The code is the current version. Your teaching is excellent. But I encountered a problem. The argument type 'Null' can't be assigned to the parameter type 'int'. So I tried to fix it. when(mockNumberTriviaRepository.getConcreteNumberTrivia(any<int>())) .thenAnswer((_) async => const Right(tNumberTrivia)); Then I ran into another problem. An expression whose value is always 'null' can't be dereferenced. Try changing the type of the expression. Who can help me?
@Amankumar_Raone
@Amankumar_Raone 4 ай бұрын
nyc explaination
@norwegiancamper2800
@norwegiancamper2800 4 ай бұрын
I’ve been searching KZbin for days trying to find a good, simple, and straightforward Flutter BLOC tutorial with no luck, until I found this one. Absolutely perfect! 👌
@h3w45
@h3w45 4 ай бұрын
Flutter community needs you please come back
@semangatfanny4838
@semangatfanny4838 4 ай бұрын
11:06 and 12:54
@semangatfanny4838
@semangatfanny4838 4 ай бұрын
12:15 android SDK 21
@semangatfanny4838
@semangatfanny4838 4 ай бұрын
15:39 here
@johnnywest5445
@johnnywest5445 4 ай бұрын
-Don't waste your time on this, it's outdated and the code no longer works as written.- On second thought, I'm sure the information is sound. I may just go through the videos and not follow along with the coding portions.
@Ghost_Vengeance
@Ghost_Vengeance 4 ай бұрын
problem is player goes inside the puck. How can i solve that problem? I mean it does collide and bounces the puck but when make it collide with wall it goes inside the player.
@Ghost_Vengeance
@Ghost_Vengeance 4 ай бұрын
Is there any way to use OverLap method if i have used 3d collider?
@ggre55
@ggre55 4 ай бұрын
Sdk doc is terrible as any other google doc
@demiashmoore149
@demiashmoore149 4 ай бұрын
i know this is an old video but im trying to learn code and targetPosition isnt working for me coming up as does not exist in the current context and Random is coming up as is ambiguous reference.... what do i do? if anyone can help
@harishprasadrajeurs2771
@harishprasadrajeurs2771 4 ай бұрын
nice
@anassa6737
@anassa6737 4 ай бұрын
Bad state: No method stub was called from within `when()`. Was a real method called, or perhaps an extension method?
@I__--
@I__-- 4 ай бұрын
Great tutorial
@srinivasrg5125
@srinivasrg5125 4 ай бұрын
Super great tutorial! Thank You!
@walidelharrak9455
@walidelharrak9455 5 ай бұрын
just beautiful
@emmalynnabiamos2412
@emmalynnabiamos2412 5 ай бұрын
Thank you so much for this tutorial. I've been following while applying the TDD Clean Architecture to a project I'm currently working on. This is the best! As someone who heard but haven't tried TDD, I see how amazing it is now. Subscribed :)