The new Flutter Framework

preview_player
Показать описание
This video shows how to setup your app with the new Stacked Flutter Framework.

Time stamps

00:00 - Intro
00:52 - Setup overview
01:15 - Stacked packages & state management
02:13 - Add a State management view
02:46 - Add stacked snippets
03:33 - State management overview
04:43 - Navigation prep
05:42 - Navigation setup using Stacked App
08:42 - Dependency Inversion setup
10:00 - UI overview for next week
Рекомендации по теме
Комментарии
Автор

I remember watching your video for the first time in January and didn't understand a thing. I'm happy to say I have grown as a Flutter developer very largely because of you.

william_chidube
Автор

FilledStacks makes the journey to flutter a smooth ride. You show us the same code you use in your production-ready app. The slack channel members are supportive too. sincerely I owe my smooth ride in a flutter to you.

omoruboreoluwatobi
Автор

Awesome! When I heard you talking I knew you were from South Africa! It's cool to see a fellow South African on YouTube! Awesome channel man.

wianvanzyl
Автор

I am enjoying this video.

Can't wait for the next one, but at least I'll have some refactoring to do to make the time go by. Thank you! 😁

tylerthornton
Автор

i just wish you can upload two videos a week .. when the content is so good waiting one week feels like a month hhhh .. i know its difficult i just wish

altayebzahi
Автор

@FilledStacks Awesome stuff. I had used bloc architecture which was too hectic to maintain. I came across your videos and I have switched to MVVM for my next app.
I have a question though which is blocking my immediate progress.

How to access the ViewModel in the initstate. Say I have a splashscreen and I want to simply to certain steps to check user status and navigate to Login or Home screen.
Do I simply create an Object of ViewModel and call the method from it?

Thanks for the awesome Library!!

suhasshelar
Автор

Awesome work. Currently I'm using flutter_modular 3.0 which is very similar to your app architecture pattern.

LearnWithHibaNoor
Автор

I am a big fan of your framework as I use it in my app. At the moment I need to use Search Delegate to search for records through an API. Any suggestions on where would Search Delegate fit in with Stacked?

cautaro
Автор

Thanks for the lovely video. Did you move the transition builders that comes with Auto Router to Stacked also?

michaeladeyeri
Автор

Hey @FilledStacks, is there a way to specify route arguments for your initial view (or make the arguments optional)? My initial route has a viewModel that is shared amongst a couple login views, and I want to either be able to specify that viewModel in the route arguments, or if none is found, initialize a new instance of that viewModel class.

charliepage
Автор

Thanks for this great package. Can I ask if it is ok to use this in conjuction with providers Selector, to rebuild only specific widgets?

Thanks

harrycarter
Автор

Hey. Quick question: I am using pull_to_refresh package in my View. ViewModel which has binded to this View extends to MultipleFutureViewModel which is used to get data from multiple apis. My question is what is the best practice to fetch all data when I pull for reloading? Thanx ahead.

johndoe
Автор

Hi Dane Mackier, what are the best practices for saving model files?

utrodussaidalbaqi
Автор

Can't we integrate the stacked architecture with the new auto_route version or are you working on it?

saravananm
Автор

Thanks for your share, but i don't already know how to passing the data between view and viewmodel using navigateTo?How I catch the arguments from view?thanks

mantricore
Автор

Even though I always loved the stacked package, I might stick with autoroute after the update to navigator 2.0
Especially when flutter web support is on the way

berosolo
Автор

i didn't see Apple sign in included on the design, is that to say we are not having Apple sign in and won't that violate the new Apple policy as of July-2020.

taiwo
Автор

is there possible switching black and light them by using stacked ? Hope will has this tutorial. You're such a good tutor !

EricPLMobileDeveloper
Автор

Kindly show us how to make an auth system (login, logout and register) using stacked. Very interesting video, thank you sir

josephjoey
Автор

I have a few questions regarding routing
1. How to setup a default route: Default page to be shown when something goes wrong in app.dart ?
2. Is it required to run build_runner everytime i added a new route/page?
3. Please redirect/make a video on generators it gets confusing real fast.
4. How to send arguments between pages in stacked generator?
5. For some reason if i register a service called thisISaNewService and trying to register it in the builder function the build is failing.

srineeshsalur