-
Notifications
You must be signed in to change notification settings - Fork 27
/
pubspec.yaml
113 lines (95 loc) · 3.87 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
name: piwigo_ng
description: A Piwigo Android application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.3.0+230
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.22.2
dependencies:
flutter:
sdk: flutter
# Network
url_launcher: ^6.1.5 # Open links with device's applications
webview_flutter: ^3.0.4 # Show web page (CGU)
dio: ^5.4.3+1 # Requests to API
dio_cookie_manager: ^2.0.0 # Compatibility between dio and cookie_far
cookie_jar: ^3.0.1 # Handles cookies
connectivity_plus: ^3.0.2 # Check if Wifi is enabled
# UI
auto_size_text: ^3.0.0 # Text that auto-sizes (image thumbnail title)
cupertino_icons: ^1.0.2 # iOS style icons (might be useless)
font_awesome_flutter: ^10.1.0 # Font awesome icons (might be useless)
flutter_slidable: ^3.0.1 # Album card's sliding cations
drag_select_grid_view: ^0.6.1 # Drag to select image grid
rounded_loading_button: # Loading button animation
git:
url: https://github.com/scopendo/flutter_rounded_loading_button # A custom fork that can work with the latest flutter SDK
ref: dd4b76a
modal_bottom_sheet: ^3.0.0-pre # Custom modals (might be useless)
cached_network_image: ^3.2.2 # Better cache for images (used for album's thumbnail)
flutter_speed_dial: ^6.1.0+1 # Speed dial
pull_to_refresh: ^2.0.0 # Top and bottom refresh gestures
photo_view: ^0.14.0 # Zoom on fullscreen photos
extended_text: ^13.0.0 # Text overflow on left side
flutter_easyloading: ^3.0.5 # Show loading dialog
# Storage
package_info_plus: ^8.0.0 # Get project info (version)
path_provider: ^2.0.11 # Get application documents
shared_preferences: ^2.0.15 # Base local storage
flutter_secure_storage: ^6.0.0 # Local storage secured for logins
image_picker: ^0.8.5+3 # Pick images from camera
file_picker: ^5.2.5 # Pick images and videos at a time for upload
# Device
device_info_plus: ^10.1.0 # Get device info (version)
flutter_local_notifications: ^17.2.0 # Throws notifications on download or upload
open_filex: ^4.4.0 # Open files with devices apps
workmanager: ^0.5.0 # Background processes (auto upload)
image_gallery_saver: ^2.0.3 # Download images
# Utils
mime_type: ^1.0.0 # Check mime type of files (differentiate photos from videos)
video_player: ^2.4.7 # Read video files in fullscreen mode
chewie: ^1.8.1 # Video player with options
flutter_image_compress: ^1.1.3 # Remove metadata
permission_handler: ^10.2.0 # Check and asks for permissions
share_plus: ^9.0.0 # Share files
flutter_cache_manager: ^3.3.0 # Handles network image cache
heic_to_jpg: ^0.2.0 # Convert heic files to jpg
provider: ^6.0.3 # Notifiers for theme and language changes
# Translations
flutter_localizations:
sdk: flutter
intl: ^0.19.0 # Used for translations
html_unescape: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
dependency_validator: ^3.0.0
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
generate: true
uses-material-design: true
assets:
- assets/logo/piwigo_logo.png
- assets/
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages