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
|
2023-03-29 18:59:28 +02:00
|
|
|
version: 1.58.0+5800
|
2021-04-10 06:28:12 +02:00
|
|
|
|
|
|
|
environment:
|
2022-06-20 13:38:54 +02:00
|
|
|
sdk: ">=2.17.0 <3.0.0"
|
2022-11-13 10:13:02 +01:00
|
|
|
flutter: ">=3.3.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
|
2022-05-25 15:40:47 +02:00
|
|
|
android_intent_plus:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nc-photos/plus_plugins
|
|
|
|
ref: android_intent_plus-v3.1.1-nc-photos-1
|
|
|
|
path: packages/android_intent_plus
|
2022-04-09 05:23:37 +02:00
|
|
|
battery_plus: ^2.1.3
|
2022-07-09 07:59:09 +02:00
|
|
|
bloc: ^8.0.0
|
|
|
|
bloc_concurrency: ^0.2.0
|
2022-06-20 15:47:29 +02:00
|
|
|
cached_network_image: ^3.2.1
|
2022-09-15 12:44:38 +02:00
|
|
|
circular_reveal_animation: ^2.0.1
|
2023-03-13 12:55:39 +01:00
|
|
|
clock: ^1.1.1
|
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
|
2022-12-31 08:51:54 +01:00
|
|
|
copy_with:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-copy-with
|
|
|
|
path: copy_with
|
2023-03-19 05:46:35 +01:00
|
|
|
ref: copy_with-1.3.0
|
2022-04-01 18:59:18 +02:00
|
|
|
devicelocale: ^0.5.0
|
2022-07-08 11:46:17 +02:00
|
|
|
device_info_plus: ^4.0.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
|
2022-07-28 12:27:35 +02:00
|
|
|
ref: v0.1.0-nc-photos-6
|
2022-07-05 22:20:24 +02:00
|
|
|
drift: ^1.7.1
|
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
|
2022-11-14 17:11:11 +01:00
|
|
|
ref: 1.3.0
|
2023-05-21 13:23:10 +02:00
|
|
|
fluttertoast: ^8.2.1
|
2022-04-01 18:59:18 +02:00
|
|
|
flutter_background_service:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nc-photos/flutter_background_service.git
|
2022-04-08 21:38:21 +02:00
|
|
|
ref: v0.2.6-nc-photos-2
|
2022-07-09 07:59:09 +02:00
|
|
|
flutter_bloc: ^8.0.0
|
2022-11-26 10:51:54 +01:00
|
|
|
flutter_colorpicker: ^1.0.3
|
2022-12-10 15:43:41 +01:00
|
|
|
flutter_isolate: ^2.0.4
|
2022-07-08 11:52:40 +02:00
|
|
|
flutter_map: ^1.1.1
|
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
|
2022-06-20 14:51:09 +02:00
|
|
|
flutter_typeahead: ^4.0.0
|
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
|
|
|
|
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
|
2022-09-01 11:59:26 +02:00
|
|
|
kdtree:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nc-photos/kd-tree-dart.git
|
|
|
|
ref: 0.2.0-nc-photos-1
|
2021-10-31 11:18:43 +01:00
|
|
|
kiwi: ^4.0.1
|
2021-04-10 06:28:12 +02:00
|
|
|
logging: ^1.0.1
|
2022-05-25 15:30:07 +02:00
|
|
|
memory_info: ^0.0.2
|
2022-05-03 19:30:46 +02:00
|
|
|
mime: ^1.0.1
|
2021-11-25 10:47:49 +01:00
|
|
|
mutex: ^3.0.0
|
2022-07-08 20:36:59 +02:00
|
|
|
native_device_orientation: ^1.1.0
|
2022-03-11 15:44:43 +01:00
|
|
|
nc_photos_plugin:
|
|
|
|
path: ../plugin
|
2023-02-23 15:49:17 +01:00
|
|
|
np_api:
|
|
|
|
path: ../np_api
|
2022-12-22 15:07:29 +01:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
2023-02-23 15:49:17 +01:00
|
|
|
np_common:
|
|
|
|
path: ../np_common
|
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
|
2022-07-08 16:52:18 +02:00
|
|
|
quiver: ^3.1.0
|
2023-04-13 17:32:31 +02:00
|
|
|
rxdart: ^0.27.7
|
2022-07-08 19:15:47 +02:00
|
|
|
screen_brightness: ^0.2.1
|
2021-10-30 19:40:34 +02:00
|
|
|
shared_preferences: ^2.0.8
|
2022-11-13 09:16:50 +01:00
|
|
|
smooth_corner: ^1.1.0
|
2022-08-20 13:37:08 +02:00
|
|
|
sqlite3: any
|
2022-07-05 22:20:24 +02:00
|
|
|
sqlite3_flutter_libs: ^0.5.8
|
2021-04-10 06:28:12 +02:00
|
|
|
synchronized: ^3.0.0
|
2022-12-22 15:07:29 +01:00
|
|
|
to_string:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
2022-12-30 17:20:05 +01:00
|
|
|
ref: to_string-1.0.0
|
2022-12-22 15:07:29 +01:00
|
|
|
path: to_string
|
2021-04-10 06:28:12 +02:00
|
|
|
tuple: ^2.0.0
|
|
|
|
url_launcher: ^6.0.3
|
2022-07-08 16:52:18 +02:00
|
|
|
uuid: ^3.0.6
|
2022-07-09 13:15:16 +02:00
|
|
|
video_player: 2.4.5
|
2022-06-20 13:55:58 +02:00
|
|
|
visibility_detector: ^0.3.3
|
2022-07-08 18:34:47 +02:00
|
|
|
wakelock: ^0.6.2
|
2021-07-16 09:55:04 +02:00
|
|
|
woozy_search: ^2.0.3
|
2021-04-10 06:28:12 +02:00
|
|
|
|
2022-07-09 10:33:24 +02:00
|
|
|
dependency_overrides:
|
2022-07-09 13:15:16 +02:00
|
|
|
video_player_android:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nc-photos/flutter-plugins
|
|
|
|
ref: video_player-v2.4.5-nc-photos-1
|
|
|
|
path: packages/video_player/video_player_android
|
2022-07-09 10:33:24 +02:00
|
|
|
|
2021-04-10 06:28:12 +02:00
|
|
|
dev_dependencies:
|
2021-05-06 13:36:20 +02:00
|
|
|
test: any
|
2021-08-16 21:05:00 +02:00
|
|
|
bloc_test: any
|
2022-07-05 22:20:24 +02:00
|
|
|
build_runner: ^2.1.11
|
2022-12-31 08:51:54 +01:00
|
|
|
copy_with_build:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-copy-with
|
|
|
|
path: copy_with_build
|
2023-03-19 05:46:35 +01:00
|
|
|
ref: copy_with_build-1.6.0
|
2023-04-13 17:32:31 +02:00
|
|
|
dart_code_metrics: 4.19.1
|
2022-07-05 22:20:24 +02:00
|
|
|
drift_dev: ^1.7.0
|
2022-07-08 16:52:18 +02:00
|
|
|
flutter_lints: ^2.0.1
|
2022-07-25 07:00:16 +02:00
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2021-04-10 06:28:12 +02:00
|
|
|
# integration_test:
|
|
|
|
# sdk: flutter
|
2022-12-22 15:07:29 +01:00
|
|
|
np_codegen_build:
|
|
|
|
path: ../codegen_build
|
|
|
|
to_string_build:
|
2022-12-03 17:26:44 +01:00
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
2022-12-30 17:20:05 +01:00
|
|
|
ref: to_string_build-1.0.0
|
2022-12-22 15:07:29 +01:00
|
|
|
path: to_string_build
|
2021-04-10 06:28:12 +02:00
|
|
|
|
|
|
|
# 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
|