2021-04-10 06:28:12 +02:00
|
|
|
name: nc_photos
|
|
|
|
description: Gallery app for viewing your photos hosted on Nextcloud servers
|
|
|
|
|
|
|
|
# The following line prevents the package from being accidentally published to
|
|
|
|
# pub.dev using `pub publish`. This is preferred for private packages.
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
|
|
# The following defines the version and build number for your application.
|
|
|
|
# A version number is three numbers separated by dots, like 1.2.43
|
|
|
|
# followed by an optional build number separated by a +.
|
|
|
|
# Both the version and the builder number may be overridden in flutter
|
|
|
|
# build by specifying --build-name and --build-number, respectively.
|
|
|
|
# In Android, build-name is used as versionName while build-number used as versionCode.
|
|
|
|
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
|
|
|
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
|
|
|
# Read more about iOS versioning at
|
|
|
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
2022-02-08 19:38:10 +01:00
|
|
|
version: 1.37.0+3700
|
2021-04-10 06:28:12 +02:00
|
|
|
|
|
|
|
environment:
|
2022-01-06 17:14:11 +01:00
|
|
|
sdk: ">=2.14.0 <3.0.0"
|
2021-04-10 06:28:12 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
|
|
|
|
2021-04-18 19:46:58 +02:00
|
|
|
# android only
|
2021-10-30 19:40:34 +02:00
|
|
|
android_intent_plus: ^3.0.1
|
2021-04-10 06:28:12 +02:00
|
|
|
bloc: ^7.0.0
|
|
|
|
cached_network_image: ^3.0.0
|
2021-12-26 20:11:31 +01:00
|
|
|
collection: ^1.15.0
|
2021-10-31 11:18:43 +01:00
|
|
|
connectivity_plus: ^2.0.2
|
2021-10-30 19:40:34 +02:00
|
|
|
device_info_plus: ^3.1.0
|
2021-05-19 21:11:06 +02:00
|
|
|
draggable_scrollbar:
|
|
|
|
git:
|
2022-04-05 20:16:02 +02:00
|
|
|
url: https://gitlab.com/nc-photos/flutter-draggable-scrollbar
|
2021-11-18 15:31:55 +01:00
|
|
|
ref: v0.1.0-nc-photos-2
|
2021-04-10 06:28:12 +02:00
|
|
|
equatable: ^2.0.0
|
|
|
|
event_bus: ^2.0.0
|
|
|
|
exifdart:
|
|
|
|
git:
|
2022-04-05 20:16:02 +02:00
|
|
|
url: https://gitlab.com/nc-photos/exifdart.git
|
2021-04-14 23:09:31 +02:00
|
|
|
ref: 1.1.0
|
2021-04-10 06:28:12 +02:00
|
|
|
flutter_bloc: ^7.0.0
|
2021-11-17 15:41:11 +01:00
|
|
|
flutter_map: ^0.14.0
|
2021-09-15 21:52:30 +02:00
|
|
|
flutter_staggered_grid_view:
|
|
|
|
git:
|
2022-04-05 20:16:02 +02:00
|
|
|
url: https://gitlab.com/nc-photos/flutter_staggered_grid_view
|
2021-09-15 21:52:30 +02:00
|
|
|
ref: v0.4.0-nc-photos-1
|
2021-11-19 19:29:56 +01:00
|
|
|
flutter_typeahead: ^3.2.1
|
2021-04-18 19:46:58 +02:00
|
|
|
# android/ios only
|
2021-10-30 19:40:34 +02:00
|
|
|
google_maps_flutter: ^2.1.0
|
2021-04-10 06:28:12 +02:00
|
|
|
http: ^0.13.1
|
|
|
|
idb_shim: ^2.0.0
|
2021-04-18 19:46:58 +02:00
|
|
|
# android/ios only
|
2021-04-10 06:28:12 +02:00
|
|
|
idb_sqflite: ^1.0.0
|
|
|
|
image_size_getter:
|
|
|
|
git:
|
2022-04-05 20:16:02 +02:00
|
|
|
url: https://gitlab.com/nc-photos/dart_image_size_getter
|
2021-10-28 21:59:10 +02:00
|
|
|
ref: 1.0.0-nc-photos-2
|
2021-04-10 06:28:12 +02:00
|
|
|
path: library
|
|
|
|
intl: ^0.17.0
|
2021-10-31 11:18:43 +01:00
|
|
|
kiwi: ^4.0.1
|
2021-04-10 06:28:12 +02:00
|
|
|
logging: ^1.0.1
|
2021-11-25 10:47:49 +01:00
|
|
|
mutex: ^3.0.0
|
2021-08-24 14:56:14 +02:00
|
|
|
native_device_orientation: ^1.0.0
|
2022-03-11 15:44:43 +01:00
|
|
|
nc_photos_plugin:
|
|
|
|
path: ../plugin
|
2021-04-10 06:28:12 +02:00
|
|
|
page_view_indicators: ^2.0.0
|
|
|
|
path: ^1.8.0
|
2021-10-30 19:40:34 +02:00
|
|
|
path_provider: ^2.0.6
|
2021-10-31 11:18:43 +01:00
|
|
|
rxdart: ^0.27.2
|
|
|
|
screen_brightness: ^0.1.1
|
2021-10-30 19:40:34 +02:00
|
|
|
shared_preferences: ^2.0.8
|
2021-04-18 19:46:58 +02:00
|
|
|
# android/ios only
|
2021-04-10 06:28:12 +02:00
|
|
|
sqflite: ^2.0.0
|
|
|
|
synchronized: ^3.0.0
|
|
|
|
tuple: ^2.0.0
|
|
|
|
url_launcher: ^6.0.3
|
2021-05-07 09:59:43 +02:00
|
|
|
video_player:
|
|
|
|
git:
|
2022-04-05 20:16:02 +02:00
|
|
|
url: https://gitlab.com/nc-photos/flutter-plugins
|
|
|
|
ref: video_player-v2.2.6-nc-photos-2
|
2021-05-07 09:59:43 +02:00
|
|
|
path: packages/video_player/video_player
|
2021-07-09 13:54:13 +02:00
|
|
|
wakelock: ^0.5.2
|
2021-07-16 09:55:04 +02:00
|
|
|
woozy_search: ^2.0.3
|
2021-04-10 06:28:12 +02:00
|
|
|
xml: ^5.0.2
|
|
|
|
|
|
|
|
dev_dependencies:
|
2021-05-06 13:36:20 +02:00
|
|
|
test: any
|
2021-08-16 21:05:00 +02:00
|
|
|
bloc_test: any
|
2021-09-14 23:24:09 +02:00
|
|
|
flutter_lints: ^1.0.4
|
2021-04-10 06:28:12 +02:00
|
|
|
# flutter_test:
|
|
|
|
# sdk: flutter
|
|
|
|
# integration_test:
|
|
|
|
# sdk: flutter
|
|
|
|
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
|
|
# included with your application, so that you can use the icons in
|
|
|
|
# the material Icons class.
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
|
|
assets:
|
|
|
|
- assets/
|
|
|
|
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
generate: true
|