podfly 0.3.1
podfly: ^0.3.1 copied to clipboard
Deploy Serverpod apps on Fly.io, Railway, DigitalOcean, and more via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker/fly/railway/DO quirks, Flutter web packaging, Postgres wir [...]
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate podflyUse it
The package has the following executables:
$ podfly
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add podflyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
podfly: ^0.3.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:podfly/podfly.dart';