Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.75 KB

File metadata and controls

32 lines (26 loc) · 1.75 KB

dynamic_theme_switching

This is the app which i built while i was learning flutter. This app was build with the help of watching a video where it was taught how to switch to dark theme dynaically in-app.
With this app just a click of ListTile you can change the theme of the app and turn it to dark mode instead.
Things which are done in the app involves:

  • MaterialApp class/design.
  • Scaffold Class.
  • AppBar.
  • Use of functions and variables.
  • Use of Drawer,ListTile and Bloc.

Built using:

  • Flutter.

Some snaps from the app:-
Snap from the app Snap from the app Snap from the app Snap from the app

Getting Started

This project is a starting point for a Flutter application.

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

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