pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.04k stars 219 forks source link

bLOC pattern configuration #78

Closed CharlesTheProgrammerBrown closed 3 years ago

CharlesTheProgrammerBrown commented 3 years ago

can we have the index click function as an event in bloc pattern? Or do you just use stream builder and pagination if you want one of the views to load items from firestore

pedromassango commented 3 years ago

Hi @CharlesTheProgrammerBrown Not sure if I understood correctly, but if you want to load data of one of the pages, you should do so by using a state full widget and load the data once the widget is initialized (in the initState()).