-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpubspec.yaml
97 lines (90 loc) · 2.62 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: converterpro
description: Unit and currencies converter
publish_to: none
version: 4.2.4+45
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.27.1 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Various collection utilities
collection: ^1.19.0
# App dynamic color theme
dynamic_color: ^1.7.0
# State management
flutter_riverpod: ^2.6.1
# For svg icons
flutter_svg: ^2.0.16
# Navigation
go_router: ^12.1.3 # Do not upgrade until github.com/flutter/packages/pull/8162 is resolved
# Downloading the exchange rates
http: ^1.2.2
# Translations
intl: ^0.19.0
# Android app shortcuts
quick_actions: ^1.1.0
# Store the customizations and the latest currencies conversions
shared_preferences: ^2.3.3
# Unit conversion
units_converter: ^3.0.2
# Open external pages such as GitHub repo, Play Store, etc
url_launcher: ^6.3.1
# Load optimized svg icons
vector_graphics: ^1.1.15
# Resize window during testing
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
ref: eb3964990cf19629c89ff8cb4a37640c7b3d5601
path: plugins/window_size
# Sub packages ---------------------------------------------------------------
# Calculator widget and logic
calculator_widget:
path: packages/calculator_widget
# App translations
translations:
path: packages/translations
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
melos: ^6.2.0
msix: ^3.16.8
test: ^1.25.7
vector_graphics_compiler: ^1.1.16
msix_config:
display_name: Converter NOW
publisher_display_name: Damiano Ferrari
identity_name: 39826DamianoFerrari.ConverterNOW
logo_path: assets\logo.png
output_name: converternow-windows
publisher: CN=E8FE6044-F04C-422E-AC68-EDA83F6AAFB2
capabilities: internetClient
flutter:
uses-material-design: true
generate: true
fonts:
- family: JosefinSans
fonts:
- asset: assets/fonts/JosefinSans-Light.ttf
weight: 300
assets:
- assets/fonts/OFL.txt
- assets/logo.png
- path: assets/app_icons/
transformers:
- package: vector_graphics_compiler
# This is added because with this optimizations sometime it is not
# possible to compile the app
args: ['--no-optimize-masks', '--no-optimize-clips']
- path: assets/property_icons/
transformers:
- package: vector_graphics_compiler
# This is added because with this optimizations sometime it is not
# possible to compile the app
args: ['--no-optimize-masks', '--no-optimize-clips']