Create a new project using Flutter CLI:

```bash
flutter create <your_app_name>
```

You now have an empty Flutter project into which you'll add Amplify in the next steps.