Skip to content

Implementations and templates of dark theme in flutter using various packages.

Notifications You must be signed in to change notification settings

royarg02/Dark-Theme-Flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark-Theme-Flutter

Flutter implementations of the popular state management packages and their template applications for DARK THEME.

Packages used

Inspiration

Pawan Kumar's(@imthepk) DevFest Application, where he used Flutter BLoC.

The source code is open sourced as well, go here to send him some love.

Usage

  • Clone the repository

  • Choose an implementation (BloC/Provider/Scoped Model)

  • Hit flutter run in the terminal.

  • In the top right corner press the light bulb 💡 to change the theme of the application.

    Home Page Another Page
  • All you need is a bool to do this, meh (along with the Shared Preferences package)!

  • Not just yet, go ahead and clean the cache, the app still gets rendered in its theme specified(once again, Shared Preferences doing its work).

Where do I code?

Head to respective folders for instructions.

Getting Started with Dark Mode and State Management

Implementing DARK MODE is one of the ways of using state management in Flutter. You can read more about it here.

Contributions

Hoping to see a lot of contributions in the project. Issues are welcome too. Star ⭐ the Repository if it helped you.

And do not forget to tag us in @ariG23498 and @_royarg in Twitter with your applications made with this template.

Releases

No releases published

Packages

No packages published

Languages

  • Dart 90.2%
  • Swift 4.0%
  • Kotlin 3.4%
  • Shell 2.0%
  • Objective-C 0.4%