Skip to content

Instantly share code, notes, and snippets.

@AliAnilKocak
Last active February 7, 2020 20:11
Show Gist options
  • Save AliAnilKocak/2207daa6134b3f01a355492681dcec90 to your computer and use it in GitHub Desktop.
Save AliAnilKocak/2207daa6134b3f01a355492681dcec90 to your computer and use it in GitHub Desktop.
onColorChangeSharedPreferences
onColorChange: (color) async {
var prefs = await SharedPreferences.getInstance();
prefs.setInt('color', color.value);
themeColor.setColor(color);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment