forked from deckerst/aves
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
169 lines (152 loc) · 5.29 KB
/
pubspec.yaml
File metadata and controls
169 lines (152 loc) · 5.29 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
name: aves
description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
# version bump checklist:
# - pubspec version
# - github changelog: /CHANGELOG.md
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
version: 1.7.1+81
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
# following https://github.blog/2021-09-01-improving-git-protocol-security-github/
# dependency GitHub repos should be referenced via `https://`, not `git://`
# use `scripts/apply_flavor_{flavor}.sh` to set the right dependencies for the flavor
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
aves_map:
path: plugins/aves_map
aves_report:
path: plugins/aves_report
aves_report_platform:
path: plugins/aves_report_crashlytics
aves_services:
path: plugins/aves_services
aves_services_platform:
path: plugins/aves_services_google
charts_flutter:
collection:
connectivity_plus:
country_code:
decorated_icon:
device_info_plus:
dynamic_color:
equatable:
event_bus:
expansion_tile_card:
git:
url: https://github.com/deckerst/expansion_tile_card.git
fijkplayer:
git:
url: https://github.com/deckerst/fijkplayer.git
ref: aves
flex_color_picker:
fluster:
flutter_displaymode:
flutter_highlight:
flutter_map:
flutter_markdown:
flutter_staggered_animations:
get_it:
intl:
latlong2:
material_color_utilities:
material_design_icons_flutter:
overlay_support:
package_info_plus:
palette_generator:
panorama:
git:
url: https://github.com/deckerst/aves_panorama.git
ref: aves
path:
pdf:
percent_indicator:
permission_handler:
printing:
proj4dart:
provider:
screen_brightness:
shared_preferences:
smooth_page_indicator:
sqflite:
streams_channel:
git:
url: https://github.com/deckerst/aves_streams_channel.git
transparent_image:
tuple:
url_launcher:
xml:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_lints:
test:
flutter:
assets:
- assets/
generate: true
uses-material-design: true
################################################################################
# Build
# deckerst/fijkplayer
# This fork depends on a local .aar, but Flutter does not support this well
# cf https://github.com/flutter/flutter/issues/28195
# so building an app with this plugin requires the file to be present at:
# `<app-root>/android/app/libs/fijkplayer-full-release.aar`
# The .aar file in the app will take precedence over the one in the plugin itself.
# The reference file is available at:
# - [git] https://github.com/deckerst/fijkplayer/blob/aves-config/android/libs/fijkplayer-full-release.aar
# - [local/win] C:\Users\<user>\AppData\Local\Pub\Cache\git\fijkplayer-<version>\android\libs\fijkplayer-full-release.aar
################################################################################
# Localization
# language files:
# - /lib/l10n/app_{language}.arb
# - /android/app/src/main/res/values-{language}/strings.xml
# - edit locale name in /lib/widgets/settings/language/locales.dart
# generate `AppLocalizations`
# % flutter gen-l10n
################################################################################
# Test driver
# capture shaders (profile mode, real device only):
# % flutter drive --flavor play -t test_driver/driver_shaders.dart --profile --cache-sksl --write-sksl-on-exit shaders.sksl.json
# generate screenshots (profile mode, specific collection):
# % flutter drive --flavor play -t test_driver/driver_screenshots.dart --profile
################################################################################
# Adaptations
# `DraggableScrollbar` in `/widgets/common/basic/draggable_scrollbar.dart`
# adapts from package `draggable_scrollbar` v0.0.4
#
# `Magnifier` in `/widgets/common/magnifier/magnifier.dart`
# adapts from package `photo_view` v0.9.2
#
# `AvesHighlightView` in `/widgets/common/aves_highlight.dart`
# adapts from package `flutter_highlight` v0.7.0
#
# `OutputBuffer` in `/services/common/output_buffer.dart`
# adapts from Flutter v3.3.3 `_OutputBuffer` in `/foundation/consolidate_response.dart`
#
# `OverlaySnackBar` in `/widgets/common/action_mixins/overlay_snack_bar.dart`
# adapts from Flutter v3.3.3 `SnackBar` in `/material/snack_bar.dart`
#
# `EagerScaleGestureRecognizer` in `/widgets/common/behaviour/eager_scale_gesture_recognizer.dart`
# adapts from Flutter v3.3.3 `ScaleGestureRecognizer` in `/gestures/scale.dart`
#
# `KnownExtentScrollPhysics` in `/widgets/common/behaviour/known_extent_scroll_physics.dart`
# adapts from Flutter v3.3.3 `FixedExtentScrollPhysics` in `/widgets/list_wheel_scroll_view.dart`
#
# `TransitionImage` in `/widgets/common/fx/transition_image.dart`
# adapts from Flutter v3.3.3 `_ImageState` in `/widgets/image.dart`
# and `DecorationImagePainter` in `/painting/decoration_image.dart`
#
# `_RenderSliverKnownExtentBoxAdaptor` in `/widgets/common/grid/sliver.dart`
# adapts from Flutter v3.3.3 `RenderSliverFixedExtentBoxAdaptor` in `/rendering/sliver_fixed_extent_list.dart`
#
# `CollectionSearchDelegate`, `SearchPageRoute` in `/widgets/search/search_delegate.dart`
# adapts from Flutter v3.3.3 `SearchDelegate`, `_SearchPageRoute` in `/material/search.dart`