-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
46 lines (28 loc) · 837 Bytes
/
pubspec.yaml
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: avengers
description: Flutter Avengers Actors and Actresses Recognizer App using Deep Learning App and Machine Learning Trained Models
publish_to: 'none'
# Join the Complete Full Course at: https://www.udemy.com/user/muhammad-ali-zeb-3/
# Developed by Coding Cafe - [email protected]
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- images/
fonts:
- family: Signatra
fonts:
- asset: fonts/Signatra.ttf
- family: Brand Bold
fonts:
- asset: fonts/bolt-semibold.ttf
# Join the Complete Full Course at: https://www.udemy.com/user/muhammad-ali-zeb-3/
# Developed by Coding Cafe - [email protected]