Flutter State Management using GetX – Firebase Firestore Cloud Example

Flutter State Management using GetX – Firebase Firestore Cloud Example

Proto Coders Point

4 года назад

2,577 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Hamzakhan-tm1pw
@Hamzakhan-tm1pw - 16.10.2020 20:03

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

Ответить
@soumyapalankar7400
@soumyapalankar7400 - 21.10.2020 13:43

Video tutorials was helpful

Ответить
@mightycat2219
@mightycat2219 - 02.12.2020 08:15

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?

Ответить
@bipulsarkar3910
@bipulsarkar3910 - 13.01.2021 12:22

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

Ответить
@bloomingtonsdirect6921
@bloomingtonsdirect6921 - 18.06.2022 17:55

I have an error in this line controller.sink.add(event.data() "[" '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 '[]'.

Ответить