TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
TODO: List what your package can do. Maybe include images, gifs, or videos.
TODO: List prerequisites and provide or point to information on how to start using the package.
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.
dev_dependencies:
csv: ^6.0.0
very_good_analysis: ^5.1.0
truck: 1.0.0
truck:
firebase:
release_notes: 'RELEASE: $CI_COMMIT'
cli_token: $FIREBASE_CLI_TOKEN
groups:
- 'testers'
testers:
- '[email protected]'
- '[email protected]'
android:
release_notes: 'RELEASE: $CI_COMMIT'
app_id: 1:123456789012:android:1234567890123456789012
file: build/app/outputs/flutter-apk/app-release.apk
ios:
app_id: 1:123456789012:ios:1234567890123456789012
file: build/app/outputs/flutter-apk/app-release.ipa
groups:
- 'testers'
testers:
- '[email protected]'
- '[email protected]'
play_store:
....
test_flight:
....
dart run truck:deliver --path=myflavor.yaml firebase-ios
dart run truck:deliver firebase --release-notes= '' android --app_id='' play_store --release-notes=''
dart run truck:deliver firebase --platform=android
dart run truck:deliver firebase --platform=android --release-notes='asdasd' play_store --release-notes='asdasd'