Initializes a new Flutter project with the given name.
@override Future<void> initializeFlutterProject() async { await run('flutter create --platforms=linux $name'); }