/theme_experiment

Fluter app based off the tutorials of Mitch Koko on alternating between Light and Dark themes in Flutter.

Primary LanguageC++

theme_experiment

A straightforward project starter that introduces Google fonts and Light/Dark themes into the mix. It currently eschews Material 3, but otherwise is a very nice starting point for any Flutter app where one would like to have a base theme for both light and dark modes.

It borrows from two different tutorial videos one can find on YouTube by Mitch Koko, addressing both Google Fonts and Dark and Light themes as one.

It also leaves in the default "counter" project elements just for good measure.

Getting Started

This project is a starting point if you are interested in having Google Fonts and Dark/Light themes in your own app. The only interesting dependency is the google_fonts package from https://pub.dev.

Hit up Mitch's YouTube channel at: https://www.youtube.com/@createdbykoko

Hit up Google fonts at: https://fonts.google.com

Find the Flutter google_fonts at: https://pub.dev/packages/google_fonts

A few other resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.