feat: add flutter_version_resolver package (#3266)

Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Bryan Oltman
2025-08-05 10:54:30 -04:00
committed by GitHub
parent b737a7a6b3
commit 9ff9a8883c
13 changed files with 390 additions and 2 deletions
+2 -1
View File
@@ -22,8 +22,9 @@ This repository is a monorepo containing the following packages:
| [shorebird_cli](packages/shorebird_cli/README.md) | Command-line which allows developers to interact with various Shorebird services |
| [shorebird_code_push_client](packages/shorebird_code_push_client/README.md) | Dart library which allows Dart applications to interact with the Shorebird CodePush API |
| [shorebird_code_push_protocol](packages/shorebird_code_push_protocol/README.md) | Dart library which contains common interfaces used by Shorebird CodePush |
| [artifact_proxy](packages/artifact_proxy/README.md) | Dart server which supports intercepting and proxying Flutter artifact requests. |
| [artifact_proxy](packages/artifact_proxy/README.md) | Dart server which supports intercepting and proxying Flutter artifact requests |
| [discord_gcp_alerts](packages/discord_gcp_alerts/README.md) | Dart server which forwards GCP alerts to Discord |
| [flutter_version_resolver](packages/flutter_version_resolver/README.md) | Command-line utility that determines which Flutter version should be used for a project |
| [jwt](packages/jwt/README.md) | Dart library for verifying JSON Web Tokens |
| [redis_client](packages/redis_client/README.md) | Dart library for interacting with Redis |
| [scoped_deps](packages/scoped_deps/README.md) | A simple dependency injection library built on Zones |