nc-photos/app/pubspec.yaml

170 lines
5.1 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
2022-10-01 06:39:32 +02:00
version: 1.54.0+5400
2021-04-10 06:28:12 +02:00
environment:
2022-06-20 13:38:54 +02:00
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.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
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
cached_network_image: ^3.2.1
circular_reveal_animation: ^2.0.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
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
ref: v0.1.0-nc-photos-6
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-07-04 10:37:46 +02:00
ref: 1.2.0
flutter_background_service:
git:
url: https://gitlab.com/nc-photos/flutter_background_service.git
ref: v0.2.6-nc-photos-2
2022-07-09 07:59:09 +02:00
flutter_bloc: ^8.0.0
2022-07-28 11:13:39 +02:00
flutter_isolate:
git:
url: https://gitlab.com/nc-photos/flutter_isolate.git
ref: 2.0.2-nc-photos-1
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
flutter_typeahead: ^4.0.0
# 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
mime: ^1.0.1
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
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
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-08-20 13:37:08 +02:00
sqlite3: any
sqlite3_flutter_libs: ^0.5.8
2021-04-10 06:28:12 +02:00
synchronized: ^3.0.0
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
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
2022-07-08 13:28:02 +02:00
xml: ^6.1.0
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
build_runner: ^2.1.11
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
# 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