Skip to content

A Flutter application made for both Android and IOS showing basic of Persistent Dynamic Dark Theming.

Notifications You must be signed in to change notification settings

utpal-barman/flutter-dark-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark Mode App

This is a flutter project demonstrating how to use dynamic dark theming over the app. It works both in Android and IOS platform.

What was used?

version 2.0

I've used Hive for data persistence. Also, the bloc 6 was used for state management.

version 1.0

I've used SharedPreference for data persistence. Also, the Provider package was used for state management.

Preview

Packages Used

version 2.0

  • Hive ^1.4.4 link
  • Flutter Bloc ^6.0.4 link

version 1.0

  • SharedPreferences ^0.5.10 link
  • Provider ^4.0.5 link

Version

To use any of the versions just change the branch

About

A Flutter application made for both Android and IOS showing basic of Persistent Dynamic Dark Theming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published