Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 529 Bytes

New Flutter Template

An experiment: Let's see what a new Flutter template might look like?

Flutter Version

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.

Example

fvm flutter pub get