I made this project to learn about basic flutter. This project implements the following things.
- Basic UI designing. (Resource from this tutorial helped: 🎬
- Sidebar implementation without using Sidebar widget
- Basic animations
- Dark mode
- Swithing to dark mode while app is running
- Passing data around in tree using Provider Package
Clone the project and run flutter run
in the project folder and you are ready to go.
To export as apk file run flutter install
.