quickpatch_cli 1.6.106
quickpatch_cli: ^1.6.106 copied to clipboard
QuickPatch — self-hosted OTA code-push for Flutter apps.
1.6.106 #
- Fix: When
QUICKPATCH_HOSTED_URLis not set, the CLI now shows a clear error with the exact export command (platform-aware:exporton macOS/Linux,$env:on Windows) instead of a crypticSocketException.
1.6.105 #
- Login: Replaced browser OAuth flow with API key authentication. Run
quickpatch loginand paste your key from the dashboard. - Upgrade:
quickpatch upgradenow shows the correctdart pub global activate quickpatch_cliinstruction instead of crashing with a git error. - Published to pub.dev — install and upgrade via
dart pub global activate quickpatch_cli.