Files
shorebird-updater/shorebird_code_push/example/pubspec.yaml
T
Bryan Oltman ab23721e35 fix: roll back patches in check_for_downloadable_update (#270)
* fix: roll back patches in check_for_downloadable_update

* Update docs
2025-02-12 20:29:06 +00:00

26 lines
443 B
YAML

name: shorebird_code_push_example
description: An example demonstrating how to use the shorebird_code_push package
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.5.4 <4.0.0"
flutter: ">=3.24.5"
dependencies:
flutter:
sdk: flutter
shorebird_code_push:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^7.0.0
flutter:
assets:
- shorebird.yaml
uses-material-design: true