You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen, I have nested FutureBuilders(), one for opening boxes, one for getting the theme, which I thought would work. However, this doesn't work in production (release app).
Version
Platform: Android, Mac
Hive version: 1.0.0
The text was updated successfully, but these errors were encountered:
@leisim
Thank you for your quick reply, I will try this!
And I'm sorry to cause you inconvenience, but the error was actually on my side (Gradle errors) after downloading the app from the PlayStore. Hive has worked amazing!
Question
What's the correct way to use Hive for app theming (light/dark mode)?
Code sample
Link to file: https://github.com/holt-soundboard/holt-soundboard-mobile/blob/master/lib/main.dart
As seen, I have nested
FutureBuilders()
, one for opening boxes, one for getting the theme, which I thought would work. However, this doesn't work in production (release app).Version
The text was updated successfully, but these errors were encountered: