1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/compass_app/server/pubspec.yaml
Kevin Moore 9fef1332f3 Clean up dependencies across packages (#2585)
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2025-02-13 03:14:20 +00:00

23 lines
407 B
YAML

name: compass_server
description: A server app using the shelf package and Docker.
publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.7.0-0
dependencies:
args: ^2.4.0
shelf: ^1.4.0
shelf_router: ^1.1.0
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
dev_dependencies:
http: ^1.1.0
lints: ^5.0.0
test: ^1.24.0
build_runner: ^2.4.11
freezed: ^2.5.7
json_serializable: ^6.8.0