Flutter State Management using GetX – Firebase Firestore Cloud Example

preview_player
Показать описание
Hi Bro, if this video was helpful to you, then please do Subscribe, PROTO CODERS POINT.
🙏 🙏 🙏 🙏
____________________________________________________________________

Hi Guys, Welcome to Proto Coders Point, In this Flutter Tutorial we gonna implement Flutter State Management using GetX plugin (Flutter Made Easy) & also an example to reflect firebase firestore data change using GetX & StreamBuilder.

Basic of Flutter Getx

What is Flutter GetX?
The GetX library in flutter is very extra light weight plugin & a powerful package that will help flutter developer to build apps much faster.

Using GetX we can easily switch between screens, show snackbar, show dialog and bottomsheet that too without passing any context.

Then, it combimes high performance state management, intelligent dependency injection & route management that to quickly.

Comment below for any queries 😀
Follow and support me:

Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)

For mobile application development keep learning freely from proto coders point
.
Рекомендации по теме
Комментарии
Автор

Amazing video im impressed by ur work thankx and waiting for more videos like this

Hamzakhan-tmpw
Автор

I have an error in this line "[" 'count']

The method '[]' can't be unconditionally invoked because the receiver can be 'null'.
Try making the call conditional (using '?.') or adding a null check to the target ('!').


when I put the null check
Type: Object

The operator '[]' isn't defined for the type 'Object'.
Try defining the operator '[]'.

bloomingtonsdirect
Автор

very good, beneficial for me, can you make a video for multi state management using getx and firestore

bipulsarkar
Автор

I don't understand, You are using GetX but you still using Flutter's native state management? Is there a way that I can use only GetX for everything?

mightycat