-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
68 lines (59 loc) · 2.07 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: ethio_duolingo
description: This is a ethio language app.
# version build number
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# A flutter plugin for adapting screen and font size.
# Guaranteed to look good on different models
flutter_screenutil: ^1.1.0
# lutter plugin for reading and writing simple key-value pairs.
# Wraps NSUserDefaults on iOS and SharedPreferences on Android.
shared_preferences: ^0.5.6+3
# Approximate how your app looks and performs on another device.
device_preview: ^0.3.0+1
# A powerful Http client
dio: ^3.0.9
# Allows Flutter apps to discover network connectivity and configure themselves accordingly.
# It can distinguish between cellular vs WiFi connection.
connectivity: ^0.4.8+2
# A mixture between dependency injection (DI) and state management,
# built with widgets for widgets.
provider: ^4.0.4
# Simple direct Service Locator that allows to decouple the interface
# from a concrete implementation and to access the concrete
# implementation from everywhere in your App"
get_it: ^4.0.1
# A widget provided to the flutter scroll component drop-down refresh and pull up load.
pull_to_refresh: ^1.5.8
# Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
sqflite: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# add all assets images, icons, lang
assets:
- assets/images/
- assets/icons/
- assets/lang/
# add font family, and next font asset
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/roboto_thin.ttf
weight : 100
- asset: assets/fonts/roboto_light.ttf
weight: 300
- asset: assets/fonts/roboto_reguler.ttf
- asset: assets/fonts/roboto_medium.ttf
weight : 500
- asset: assets/fonts/roboto_bold.ttf
weight : 700