podfly 0.10.5
podfly: ^0.10.5 copied to clipboard
Deploy Serverpod apps on Fly, Railway, DigitalOcean, Render, Cloud Run, AWS, Azure, and Hetzner via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker quirks, Flutter web packagi [...]
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.10.5Alternatively, 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';