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