-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
68 lines (46 loc) · 1.14 KB
/
Copy pathpubspec.yaml
File metadata and controls
68 lines (46 loc) · 1.14 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: appentus_interview_task
description: 2nd Round Interview Task
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
# State management package
flutter_riverpod: ^1.0.4
# For local database
sqflite: ^2.0.3+1
path: ^1.8.2
# help to create model classes
freezed_annotation: ^2.1.0
json_annotation: ^4.6.0
# picking images from the image library or taking new pictures with the camera.
image_picker: ^0.8.5+3
# For save images into gallery external storage
gallery_saver: ^2.3.2
# to show success and failure msgs
fluttertoast: ^8.0.9
# Functional programming thingies
dartz: ^0.10.1
# To cache network images (prevent image to load)
cached_network_image: ^3.2.2
# For Network call
dio: ^4.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.2.0
freezed: ^2.1.0+1
json_serializable: ^6.3.1
dependency_overrides:
path: ^1.8.2
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf