nc-photos/app/pubspec.yaml

247 lines
7 KiB
YAML
Raw Normal View History

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
2024-06-13 18:12:25 +02:00
version: 1.66.3+6630
2021-04-10 06:28:12 +02:00
environment:
2024-05-20 16:02:00 +02:00
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
2021-04-10 06:28:12 +02:00
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# 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
2023-05-25 20:19:28 +02:00
battery_plus: ^4.0.1
2023-05-25 19:26:42 +02:00
bloc_concurrency: ^0.2.2
2024-05-21 18:10:57 +02:00
cached_network_image: ^3.3.1
cached_network_image_platform_interface: any
circular_reveal_animation: ^2.0.1
2023-03-13 12:55:39 +01:00
clock: ^1.1.1
2024-05-21 18:10:57 +02:00
collection: ^1.18.0
2023-05-25 20:19:28 +02:00
connectivity_plus: ^3.0.6
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
2024-05-25 09:51:42 +02:00
crypto: ^3.0.3
2024-05-28 15:45:28 +02:00
devicelocale: ^0.7.1
2023-05-25 20:19:28 +02:00
device_info_plus: ^9.0.1
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
2024-05-16 18:37:33 +02:00
ref: v0.1.0-nc-photos-8
2024-05-21 18:10:57 +02:00
dynamic_color: ^1.7.0
2023-05-25 19:26:42 +02:00
equatable: ^2.0.5
2021-04-10 06:28:12 +02:00
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
2024-05-21 18:10:57 +02:00
flex_seed_scheme: ^1.5.0
fluttertoast: ^8.2.5
flutter_background_service:
git:
url: https://gitlab.com/nc-photos/flutter_background_service.git
ref: v0.2.6-nc-photos-2
2024-05-21 18:10:57 +02:00
flutter_bloc: ^8.1.5
flutter_cache_manager: any
2024-05-28 15:45:28 +02:00
flutter_colorpicker: ^1.1.0
2022-12-10 15:43:41 +01:00
flutter_isolate: ^2.0.4
2024-05-24 21:35:58 +02:00
flutter_secure_storage: ^9.2.2
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
2023-08-06 17:49:58 +02:00
ref: v0.4.0-nc-photos-2
flutter_typeahead: ^4.0.0
2024-05-21 18:10:57 +02:00
http: ^1.1.2
2021-04-10 06:28:12 +02:00
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
2024-05-20 16:02:00 +02:00
intl: 0.18.1
2023-05-25 19:26:42 +02:00
kiwi: ^4.1.0
2024-05-25 09:51:42 +02:00
local_auth: ^2.2.0
2024-05-21 18:10:57 +02:00
logging: ^1.2.0
memory_info: ^0.0.4
mime: ^1.0.5
mutex: ^3.1.0
2024-05-28 15:45:28 +02:00
native_device_orientation: ^2.0.3
2022-03-11 15:44:43 +01:00
nc_photos_plugin:
path: ../plugin
np_api:
path: ../np_api
np_async:
path: ../np_async
np_codegen:
path: ../codegen
np_common:
path: ../np_common
np_collection:
path: ../np_collection
np_datetime:
path: ../np_datetime
np_db:
path: ../np_db
2023-08-27 18:54:18 +02:00
np_geocoder:
path: ../np_geocoder
2023-09-12 18:29:44 +02:00
np_gps_map:
path: ../np_gps_map
2023-08-17 18:36:51 +02:00
np_log:
path: ../np_log
2023-08-25 17:29:27 +02:00
np_math:
path: ../np_math
2023-08-31 20:34:48 +02:00
np_platform_image_processor:
path: ../np_platform_image_processor
2023-08-26 17:49:28 +02:00
np_platform_lock:
path: ../np_platform_lock
2023-09-01 06:27:23 +02:00
np_platform_log:
path: ../np_platform_log
np_platform_message_relay:
path: ../np_platform_message_relay
2023-08-31 20:34:48 +02:00
np_platform_permission:
path: ../np_platform_permission
np_platform_raw_image:
path: ../np_platform_raw_image
2023-08-27 12:58:05 +02:00
np_platform_util:
path: ../np_platform_util
2023-08-25 18:37:17 +02:00
np_string:
path: ../np_string
np_ui:
path: ../np_ui
2023-08-28 19:22:29 +02:00
np_universal_storage:
path: ../np_universal_storage
octo_image: any
2021-04-10 06:28:12 +02:00
page_view_indicators: ^2.0.0
2024-05-21 18:10:57 +02:00
path: ^1.8.3
path_provider: ^2.1.3
2024-01-12 19:53:14 +01:00
provider: any
rxdart: ^0.27.7
2024-05-21 18:10:57 +02:00
screen_brightness: ^1.0.1
shared_preferences: ^2.2.3
2023-07-03 19:23:42 +02:00
shared_preferences_platform_interface: any
2024-05-21 18:10:57 +02:00
sliver_tools: ^0.2.12
2022-11-13 09:16:50 +01:00
smooth_corner: ^1.1.0
to_string:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string-1.0.0
path: to_string
2024-05-21 18:10:57 +02:00
url_launcher: ^6.2.6
2023-05-25 19:26:42 +02:00
uuid: ^3.0.7
video_player:
video_player_platform_interface:
2023-05-25 19:26:42 +02:00
visibility_detector: ^0.4.0+2
2023-07-10 15:27:43 +02:00
wakelock_plus: ^1.1.1
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:
2023-09-03 19:15:02 +02:00
video_player:
git:
url: https://gitlab.com/nc-photos/flutter-plugins
2024-06-08 20:47:51 +02:00
ref: video_player-v2.8.6-nc-photos-2
2023-09-03 19:15:02 +02:00
path: packages/video_player/video_player
2022-07-09 13:15:16 +02:00
video_player_android:
git:
url: https://gitlab.com/nc-photos/flutter-plugins
2024-06-08 20:47:51 +02:00
ref: video_player-v2.8.6-nc-photos-2
2022-07-09 13:15:16 +02:00
path: packages/video_player/video_player_android
video_player_platform_interface:
git:
url: https://gitlab.com/nc-photos/flutter-plugins
2024-06-08 20:47:51 +02:00
ref: video_player-v2.8.6-nc-photos-2
path: packages/video_player/video_player_platform_interface
2022-07-09 10:33:24 +02:00
2021-04-10 06:28:12 +02:00
dev_dependencies:
2024-05-21 18:10:57 +02:00
test: ^1.22.1
2021-08-16 21:05:00 +02:00
bloc_test: any
2024-05-21 18:10:57 +02:00
build_runner: ^2.4.9
build_runner_core: ">=7.2.9"
copy_with_build:
git:
url: https://gitlab.com/nkming2/dart-copy-with
path: copy_with_build
2023-07-24 14:47:10 +02:00
ref: copy_with_build-1.7.0
2024-05-21 18:10:57 +02:00
drift: 2.15.0
2022-07-25 07:00:16 +02:00
flutter_test:
sdk: flutter
2021-04-10 06:28:12 +02:00
# integration_test:
# sdk: flutter
np_codegen_build:
path: ../codegen_build
np_db_sqlite:
path: ../np_db_sqlite
2023-08-15 18:42:51 +02:00
np_lints:
path: ../np_lints
to_string_build:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string_build-1.0.0
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