summaryrefslogtreecommitdiff
path: root/pubspec.yaml
blob: 649a9c106178455b4933559a08b41e7089449c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: yolo
description: My Flutter Application for Real Time Object Detection / Semantic Segmentation.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
  sdk: '>=3.1.0 <4.0.0'

dependencies:
  flutter:
    sdk: flutter

  camera: ^0.10.5
  flutter_vision: ^1.1.4
  permission_handler: ^11.0.1
  flutter_tts: ^3.8.2

  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: ^0.13.1

  flutter_lints: ^3.0.0

flutter_icons:
  image_path: "assets/MegaViewLogo.png"
  adaptive_icon_foreground: "assets/MegaViewLogo.png"
  adaptive_icon_background: "#000000"
  android: true
  ios: true

flutter:
  assets:
    - assets/
  uses-material-design: true