20 lines
349 B
YAML
Raw Permalink Normal View History

2025-01-17 20:29:04 +01:00
name: hello
description: A sample command-line application.
version: 1.0.0
publish_to: none
2025-01-17 16:04:37 +01:00
environment:
sdk: ^3.6.0
dependencies:
2025-01-17 20:29:04 +01:00
functions_framework: ^0.4.0
shelf: ^1.0.0
2025-01-17 16:04:37 +01:00
2025-01-17 20:29:04 +01:00
dev_dependencies:
build_runner: ^2.0.0
dart_flutter_team_lints: ^3.0.0
functions_framework_builder: ^0.4.1
http: ^1.0.0
test: ^1.16.6
test_process: ^2.0.0