forked from ferraridamiano/ConverterNOW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
70 lines (59 loc) · 1.78 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
69
70
name: converterpro
description: Unit and currencies converter
version: 3.1.2+34
environment:
sdk: ">=2.15.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#Needed to store the customizations and the latest currencies convertions
shared_preferences: ^2.0.13
#Needed to open external pages such as GitHub repo, Play Store, etc
url_launcher: ^6.0.20
#Needed to download the latest currencies convertions
http: ^0.13.4
#Needed to improve the state management
provider: ^6.0.2
#Needed for translation
intl: ^0.17.0
#Needed for fonts
google_fonts: ^2.3.1
#Needed for navigation between pages
go_router: ^3.0.6
#Needed for Android App Shortcuts
quick_actions: ^0.6.0+10
#Needed for unit conversion
units_converter: ^1.1.1
#git:
# url: https://github.com/ferraridamiano/units_converter
#path: ../units_converter
flutter_localizations:
sdk: flutter
dev_dependencies:
test: ^1.17.12
flutter_native_splash: ^1.2.3
flutter_lints: ^1.0.4
msix: ^3.4.1
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
msix_config:
display_name: Converter NOW
publisher_display_name: Damiano Ferrari
identity_name: 39826DamianoFerrari.ConverterNOW
logo_path: resources\images\logo.png
output_name: converternow-windows
publisher: CN=E8FE6044-F04C-422E-AC68-EDA83F6AAFB2
capabilities: internetClient
flutter:
uses-material-design: true
generate: true
assets:
- resources/images/