Problem: Shared preference bool value is null on startup even though I have given it a value if prefs.getBool(\'myBool\') returns null
null
prefs.getBool(\'myBool\')
Add condition ?? when you get value from preference.
int intValue = prefs.getInt('intValue') ?? 0;