File size: 315 Bytes
f198f11
 
 
 
 
 
 
 
9fafc28
ba14da6
02ec2cc
 
2e3927c
f198f11
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: dart_off_server
description: A sample command-line application.
version: 1.0.0
# homepage: https://www.example.com

environment:
  sdk: '>=2.17.5 <3.0.0'

dependencies:
  alfred: ^1.0.0+1
  beautiful_soup_dart: ^0.3.0
  http: ^0.13.5
  openfoodfacts: ^2.2.1

dev_dependencies:
  lints: ^2.0.0
  test: ^1.16.0