mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
316 B
20 lines
316 B
name: compass_server
|
|
description: A server app using the shelf package and Docker.
|
|
publish_to: 'none'
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: ^3.4.3
|
|
|
|
dependencies:
|
|
args: ^2.4.0
|
|
shelf: ^1.4.0
|
|
shelf_router: ^1.1.0
|
|
compass_model:
|
|
path: ../model
|
|
|
|
dev_dependencies:
|
|
http: ^1.1.0
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|