-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
117 lines (110 loc) · 3.27 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
name: parrot
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.1+10
environment:
sdk: '>=3.4.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
dak_solutions_common:
path: C:\Users\tranh\StudioProjects\new\dak_solutions_common
## DATA HANDLE PACKAGES
# This lib to set windows size on Windows.
window_manager: ^0.4.2
http: ^1.2.1
# A Flutter plugin for finding commonly used locations on the filesystem
path_provider: ^2.1.3
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.0
# Save settings
shared_preferences: ^2.3.2
##
# Package for Packaging Windows App
msix: ^3.16.8
# State management combination
flutter_bloc: ^8.1.6
# Open link
url_launcher: ^6.3.0
# create route for application, it is now 05/05/2024 required to stick to ^12.1.3 to get PopScope to work properly
go_router: 12.1.3
collection: ^1.18.0
# The path package provides common operations for manipulating paths: joining, splitting, normalizing, etc
path: ^1.9.0
image_picker: ^1.1.2
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
### UI PACKAGES
responsive_builder: ^0.7.0
loading_indicator: ^3.1.1
# use for customizing theme
dynamic_color: ^1.7.0
# localization
flutter_localization: ^0.2.0
flutter_localizations:
sdk: flutter
i18n_extension: ^12.0.1
# custom icon
flutter_sizer: ^1.0.5
device_info_plus: ^10.1.2
http_parser: ^4.0.2
equatable: ^2.0.5
file_picker: ^8.0.6
open_file_plus: ^3.4.1+1
intl: ^0.18.0
string_validator: ^1.1.0
windows_status_bar:
git: https://github.com/tranhuudang/windows_status_bar
dotted_border: ^2.1.0
upgrader: ^10.3.0
flutter_svg: ^2.0.17
font_awesome_flutter: ^10.7.0
loading_animation_widget: ^1.3.0
fluentui_system_icons: ^1.1.271
google_fonts: ^6.2.1
riverpod: ^2.6.1
flutter_riverpod: ^2.6.1
cached_network_svg_image: ^1.2.0
flutter_quill: ^10.8.5
fvm: ^3.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.8
freezed: any
json_serializable: ^6.8.0
dependency_overrides:
intl: ^0.19.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/release_notes/release_notes.json
- assets/images/
# FREE VERSION
# msix_config:
# display_name: Parrot Preview
# publisher_display_name: DAK Solutions
# identity_name: 24555Zeroboy.FlutterVersionManager
# publisher: CN=DA7D2C99-987C-4B69-8953-17157F6E0E1A
# msix_version: 2025.3.3.0
# trim_logo: false
# logo_path: C:\Users\tranh\StudioProjects\parrot\assets\images\parrot-preview.png
# store: true
# language: en-us, vi-vi, zh-cn
# PRO VERSION
msix_config:
display_name: Parrot Pro
publisher_display_name: DAK Solutions
identity_name: 24555Zeroboy.ParrotPro
publisher: CN=DA7D2C99-987C-4B69-8953-17157F6E0E1A
msix_version: 2025.3.3.0
trim_logo: false
logo_path: C:\Users\tranh\StudioProjects\parrot\assets\images\parrot-pro.png
store: true
language: en-us, vi-vi, zh-cn