Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 468 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 468 Bytes

flutter-dark-mode

Flutter application that implements a whole DarkTheme option with persistent state.

About

This project is a starting point for a Flutter application with fully-functional lightmode, darkmode and switching between system, light and dark. It uses SharedPreferences to restore the selected ThemeMode even when the app has been restarted.