summaryrefslogtreecommitdiff
path: root/pubspec.yaml
blob: aa6a82d5baaf273560821e39be8ec4337a1d000a (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
38
39
40
41
42
43
44
45
46
name: yolo
description: A new Flutter project.
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
#  image_picker: ^1.0.4
#  flutter_speed_dial: ^7.0.0
#  flutter_tflite: ^1.0.1
  flutter_vision: ^1.1.4
  permission_handler: ^11.0.1
  flutter_tts: ^3.8.2

  google_mlkit_text_recognition: ^0.10.0
#  google_mlkit_object_detection: ^0.10.0

#  google_ml_kit: ^0.16.2
#  flutter_sound: ^9.2.13

  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: ^0.13.1

  flutter_lints: ^2.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