top of page


A Complete Guide: How to add a theme to your Flutter project
Adding a 'theme.dart' file to your Flutter project is powerful way to get full control over the look and feel of your app. From here, you can define all the colours used throughout your app, define text themes which include fonts, text sizes and text styles, and more! This tutorial will get you familiar with the 'theme.dart' file, including how to use it, best practices, and how to reference your theme in your code.

Alex Leigh
Jan 138 min read
Â
Â
bottom of page