Andrea Bizzotto

Results 65 comments of Andrea Bizzotto

Hi, sorry for the late response. I haven't had time to look into this yet, hopefully in the next few days I can fix it

I need to investigate this further to understand how to make it work with interface rotation. I opened [this issue](https://github.com/bizz84/MVCarouselCollectionView/issues/7) to keep track of this.

It can be done, but you'd have to rip out all the Firebase-specific code. I don't see this project as a template as such - more like a reference example...

Thank you for the suggestion. I agree this would be useful and I've added to my (admittedly long) todo list. So no ETA yet.

Can you post a stack trace of the error? It would help to see where the error happens and how to fix it.

@sparkmobi I need to spend a bit more time testing the app in offline mode. I'll report back here once I've done that.

One possible way of doing this to create a `FirbaseAnalyticsService` with all your domain-specific analytics APIs. This can be injected inside the `MultiProvider` at the root of the widget tree....

You should be able to add your observer: ```dart final observer = Provider.of(context); ``` to your `BottomNavigationBar`'s `navigationObservers`. Not sure what is `null` in your code.

It would certainly be possible to add search. Though Cloud Firestore doesn't support full-text search and that would make it quite limited. For a proper search implementation, something like Algolia...

Feel free to open a PR.