- Видео 4
- Просмотров 74 749
Avalanche
Хорватия
Добавлен 25 дек 2021
Tips & tricks for developers
Write 40% less code in Flutter - Dream or reality? | Functional Widget
Overwhelmed by the amount of class boilerplate in Flutter? Try Functional Widget and Flutter Hooks!
Code: github.com/avalanche-tm/youtube-videos/tree/master/functional_widget
#flutter #functional #widget
Twitter: @Avalanche_tm9
Code: github.com/avalanche-tm/youtube-videos/tree/master/functional_widget
#flutter #functional #widget
Twitter: @Avalanche_tm9
Просмотров: 8 190
Видео
Flutter State Management - Explained
Просмотров 3,5 тыс.2 года назад
This video will help you understand basics of proper State Management without using any third-party packages, just pure Dart and Flutter. Full code can be found on following link: github.com/avalanche-tm/youtube-videos/tree/master/flutter_simple_state_management Twitter: @Avalanche_tm9 #flutter #state #statemanagement #bloc #provider #redux
Flutter Hooks - Say Goodbye To Stateful Widget
Просмотров 57 тыс.2 года назад
How to get rid of StatefulWidget boilerplate and make your code reusable. Code: github.com/avalanche-tm/youtube-videos/tree/master/flutter_hooks_practical_examples Twitter: @Avalanche_tm9 #flutter #hooks #widget
Flutter with Local Firebase Emulator
Просмотров 6 тыс.2 года назад
Basic example using Flutter with Firebase local Emulator Suite. Github code: github.com/avalanche-tm/youtube-videos/tree/master/flutter_with_firebase_emulators Twitter: @Avalanche_tm9
Useless anti pattern
So in order to save a little bit of code, I add a package that other devs need to know in order to be able to read my code, I add an additonal layer of abstraction and the need to re-generate everytime something changes ?!? What an bu...st idea of an overengineering nightmare!
Bro, I thought my headphone got broken 😂😂
Hi, thanks a lot for the clear instructions but I can't get IP Address in the "launch.json" file, I only get "$(ipconfig getifaddr en0)" as IP Address instead. I do search for the solutions but I still can't solved it, could you help clear my problems?
Hi I Am getting this error : AssertionError ('package:flutter_hooks/src/framework.dart': Failed assertion: line 133 pos 12: 'HookElement._currentHookElement != null': Hooks can only be called from the build method of a widget that mix-in `Hooks`. Hooks should only be called within the build method of a widget. Calling them outside of build method leads to an unstable state and is therefore prohibited.
You are so fast just like a bullet
Really useful tip. Thank you.
hey great video and the good technique like this should be promote more contractor community. by the way, what is the extension that you use to display tree-liked structure as indentation like video at 6:21 ?
why this channel is so underrated.
I am afraid this video only makes sense if you already know what hooks are. If you have no clue what hooks are, than the video will leave just a big mess in your brain.
Hooks, just like GetX, Bloc and others are concepts. They have implementations in multiple languages and frameworks but concept is the same. Focus of this video is how to use them, not how they work under the hood. Actually if you go to pub site of the package you can find very good and short explanation with code examples. Cheers!
now it's time to refactor the code of my project
Happy times
why this error: Error: Could not spawn `java -version`. Please make sure Java is installed and on your system PATH.
Followed all your instructions, once i enter firebase emulators : start--> but still am getting this error: "Storage.rules" file is not found. Please help dude..
my left ear enjoyed it
great tutorial, thx
can somebody tell me if there's a structured resource for learning flutter in detail from basic (
Learned from Max(Academind) on udemy. Literally didn't even know coding like that and learnt frontend from there. Only thing is unlike React devs. Flutter devs essentially have to be full stack, because its startups that mostly use flutter
Firstly, thank you for the video! Secondly, which VSC extension / setting is responsible for this visible scaffolding: | | - It is rather aesthetically pleasing.
Good video! Tall buildings are built from the ground up and need a solid foundation. Thank you for providing a foundational video!
You are welcome good sir!
Can't wait for the next video
The best State management tutorial i've ever seen. Thanks a lot for your Time spending on creating such a quality content.
Thank you very much, I'm glad it helped
launch json requires to set "program" property but if in the main in the if you put "true" as condition and u run as usually it works so good
Great job man, I'm a big fan of your videos!
Cool motivated and understandable video presentation. Thx a lot!
my left ear is unhappy
Yeah, I realized it after upload and views already started coming. Blame DaVinci resolve which pans mono audio to one channel by default.
high quality video, thanxx <3
awesome...
🐂💩
Great video
Thanks!
muito top!
Gracias amigo! When I get comment on Friday night I know it's from a true follower!
More Flutter video please
Will do sir!
I prefer to just exclude the generated files from the file tree. There’s an option to exclude them in VS Code. There’s no reason to ever look at them (Except in rare cases).
That is an excellent solution that didn't occur to me. Thanks!
@@avalanche2073 Always happy to help.
Code so great, I want to have relations with it ( ͡° ͜ʖ ͡°)
Very naughty! :)
Nice, this paradigm is a much better approach, no wonder many js frameworks tend to implement it nowadays. However, there's still the nightmare of the widget tree. New languages should also focus on developer experience.
I absolutely agree and I hope future releases of Flutter and Dart will make our lives easier. Meanwhile we'll have to survive with code generators and such.
Would be interesting if someone made a Dartlin language that would be to Dart what Kotlin is to Java 😂
Like it❤️
Glad you like it!
which vscode theme you are using ?
Atom One Dark
Great content. Keep it up!!!
Will do sir!
wow just so coool
So useful, thanks!!
Thank you nice lady!
Great job, I am starting with Riverpod and I intend to use hooks
That is a great choice, sir!
@@avalanche2073 Are you planning a video on how to structure a medium-to-high size application with Riverpod, Firebase, hooks, routing and testing?
@@ChristianKyony Yes, I am planning to do a video that will include Riverpod, Hooks and folder structure for larger apps!
please continue adding awesome videos!
With pleasure, good sir!
Very useful 💙💙💙
Thank you! Cheers!
very nice video editing.
Thank you very much!
This is actually very insightful.
I'm glad you find it useful!
This is just one of the many ways you can do custom state management in Flutter. Let me know what you think in the comments bellow. Liked what you saw? Check out my other videos: ruclips.net/video/hiqpPKF_fic/видео.html ruclips.net/video/B56yrMATXVY/видео.html
Thank you so much <3 .
You are welcome!
Thanks for this clear and to the point tutorial.
You are welcome!
GetX go!🥰
Ok found another amazing account... Looking forward to your next video.
New video is in the making!
Nice share.Thanks!
Awesome bro! I've been working with flutter_hooks for a while now, and it's so pleasing to not have to convert to a Stateful widget for small things 🙏🏼 Hope to see more useful content like this! 😉
I'm glad you like it. New video is coming in a week!