Replies: 1 comment
-
same problem, did solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm learning Flutter, Bloc, Firestone, and I'm trying to bring a collection from Firestore and display it as a CarouselSlider using the Bloc pattern. I can't show the Carousel, only shows me the CircularProgressIndicator(). Help pls
The video that I'm using -> https://www.youtube.com/watch?v=O8-Q6RyO8QY&list=PLCAZyR6zw2px5C7L2cCG4aywx6g58MIoP&index=25
main.dart
home.dart
category_model.dart
category_base_repo.dart
category_repo.dart
category_bloc.dart
category_event.dart
category_state.dart
Beta Was this translation helpful? Give feedback.
All reactions