An experiment: Let's see what a new Flutter template might look like?
When different folks work on a Flutter project together, it's important everyone uses the same version of Flutter to avoid any version conflicts.
To achieve that goal, this project uses
fvm
. Please install and run all commands
through fvm
and configure your IDE to use
fvm.
fvm flutter pub get