Create a new Shorebird App
To create a new Flutter project with Shorebird, use shorebird create:
shorebird create my_appThis does several things:
- Runs
flutter createwhich generates a new Flutter project. - Runs
shorebird initwhich initializes Shorebird.