fayaz07 / flutter_firebase

Implementing features of firebase with flutter
92 stars 67 forks source link

What does it do StatelessStreamBuilder class in main.dart? #10

Closed wann2 closed 4 years ago

wann2 commented 4 years ago

I am lookin into your source codes, but I don't know why you write StatelessStreamBuilder class in main.dart Could you please explain what it act StatelessStreamBuilder class in main.dart?

fayaz07 commented 4 years ago

Yeah actually I was just testing if streambuilder works fine in StatelessWidget, that's all and I forgot to remove it