Create a new Shorebird App
To create a new Flutter project with Shorebird, use shorebird create
:
shorebird create my_app
This does several things:
- Runs
flutter create
which generates a new Flutter project. - Runs
shorebird init
which initializes Shorebird.