Jocel Junior

Results 2 issues of Jocel Junior

Future saveSessionCache(Session? session) async { session!.id = sessionCacheId; var box = await hive.openBox(sessionCacheBox); await box.clear(); await box.put(session.id, session); return true; } When I'm trying to save my Session object to...

problem

Good afternoon, any forecast to make available for the flutter web?

enhancement