A new Flutter project.
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Main.dart functions
initState: Initializes the widget and starts the timer for updating the score.
dispose: Cancels the timer when the widget is disposed to prevent memory leaks.
_buildCircularIcon: A helper method to create circular icons for the bottom menu.
buyUpgrade: Handles buying upgrades and updating the score.
AppBar: Displays the app bar with the score and score per second.
Upgrade List: Displays a list of upgrades that can be purchased.
InkWell with AnimatedContainer: The image that can be tapped and animated in size when tapped.
Bottom Menu: A row of circular icons at the bottom of the screen for future menu options.
'More' Column: A placeholder for additional content.