Benjamin
Benjamin
Alright, I see. Only issue I see is that it doesn't work above MaterialApp so users are going to have to wrap all of their routes with a consumer or...
Not for me: 
How does Flutter do it with `ThemeMode` (property of MaterialApp) then?
Alright, sounds like the best option
I'm on previewLsp and I still have the same issue. Logs **SLOW** ``` !! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !! Dart Code extension: 3.19.2 Flutter extension:...
> > bottom navigation > > Yes, I think it does the same logic with drawer, the bottom navigation bar is a UI widget. > > Can you provide your...
Any updates?
> > Any updates? > > I also was avidly waiting for support for the streaming API, but I decided to take things into my own hands and do it...
Personally, I really like how [states_rebuilder handles state persistence](https://github.com/GIfatahTH/states_rebuilder/wiki/state_persistance_api). This lets the user choose how offline data is stored while at the same time, abstracting away the actual storing of...
> Supporting ChangeNotifier and the current StateNotifier may be difficult though. > > I think I'll have to implement this feature only for the new StateNotifier syntax if that's OK....