forked from ferraridamiano/ConverterNOW
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (46 loc) · 1.35 KB
/
pubspec.yaml
File metadata and controls
56 lines (46 loc) · 1.35 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
name: converterpro
description: Unit and currencies converter
version: 3.0.1+30
environment:
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#Needed to store the customizations and the latest currencies convertions
shared_preferences: ^2.0.7
#Needed to open external pages such as GitHub repo, Play Store, etc
url_launcher: ^6.0.10
#Needed to download the latest currencies convertions
http: ^0.13.3
#Needed to improve the state management
provider: ^6.0.0
#Needed for translation
intl: ^0.17.0
#Needed for fonts
google_fonts: ^2.1.0
#Needed for unit conversion
units_converter: ^0.4.0
#git:
# url: https://github.com/ferraridamiano/units_converter
#path: ../units_converter
flutter_localizations:
sdk: flutter
dev_dependencies:
test: ^1.17.10
flutter_native_splash: ^1.2.3
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
flutter_native_splash:
# Customize the parameters below, and run the following command in the terminal:
# flutter pub run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# flutter pub run flutter_native_splash:remove
color: "#eeeeee"
color_dark: "#333333"
image: resources/splash/splash.png
flutter:
uses-material-design: true
generate: true
assets:
- resources/images/