SamarthSerpentCS
SamarthSerpentCS
same issue i faced now. please find the solution by author. plz client is waiting this Error is : [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Bad state: No element E/flutter ( 8554): #0...
@peterhijma From now on, remote configuration needs to be added. But when app is uploaded to Android, you have to do it in Firebase. so this is not proper solution....
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:get_storage/get_storage.dart'; class ThemeService { final _box = GetStorage(); final _key = 'isDarkMode'; /// Get isDarkMode info from local storage and return ThemeMode ThemeMode get theme...