Theming a Flutter App: Getting Started | raywenderlich.com

Learn how to make your app stand out by styling widgets, creating a dynamic theme, and toggling between available themes.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/16628777-theming-a-flutter-app-getting-started

You defiantly need a Random team to do that for you.

The starter code does not build. It spits out an error on named parameters passed in to the BarChart() widget (lines 66-68 of lib/home/home_page.dart). Changing joust_Counter to joustCounter, break_Counter to breakCounter, patrol_Counter to patrolCounter makes it work.

If you’re using a newer version of flutter, you may need to update the charts_flutter package. I’m on Flutter 2.5.3 and upgraded charts_flutter to v 0.12.0.