ente/mobile/pubspec.yaml

283 lines
8.2 KiB
YAML
Raw Normal View History

2020-05-01 18:20:12 +00:00
name: photos
description: ente photos application
2020-03-24 19:59:36 +00:00
# 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 +.q
2020-03-24 19:59:36 +00:00
# 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-12 06:11:10 +00:00
2024-05-22 12:26:43 +00:00
version: 0.8.102+626
2024-01-29 18:10:30 +00:00
publish_to: none
2020-03-24 19:59:36 +00:00
environment:
2023-06-14 02:08:00 +00:00
sdk: ">=3.0.0 <4.0.0"
2020-03-24 19:59:36 +00:00
dependencies:
adaptive_theme: ^3.1.0
2021-09-19 03:52:36 +00:00
animate_do: ^2.0.0
2023-02-08 10:21:24 +00:00
animated_list_plus: ^0.4.5
2021-07-15 01:52:31 +00:00
archive: ^3.1.2
2023-11-15 07:46:23 +00:00
background_fetch: ^1.2.1
2024-02-17 12:38:27 +00:00
battery_info: ^1.1.1
bip39: ^1.0.6
2021-07-15 01:52:31 +00:00
cached_network_image: ^3.0.0
2021-10-06 11:59:04 +00:00
chewie:
2023-06-06 05:58:59 +00:00
git:
url: https://github.com/ente-io/chewie.git
2023-08-16 05:17:50 +00:00
ref: forked_video_player_plus
2023-09-22 06:56:51 +00:00
clip_ggml:
path: plugins/clip_ggml
collection: # dart
2023-04-29 07:56:57 +00:00
computer:
git: "https://github.com/ente-io/computer.git"
connectivity_plus: ^6.0.2
cross_file: ^0.3.3
2023-03-15 16:24:53 +00:00
crypto: ^3.0.2
2021-01-13 10:34:23 +00:00
cupertino_icons: ^1.0.0
dart_ui_isolate: ^1.1.1
defer_pointer: ^0.0.2
2023-10-04 06:19:06 +00:00
device_info_plus: ^9.0.3
2022-09-24 08:45:20 +00:00
dio: ^4.0.6
2021-07-15 01:52:31 +00:00
dots_indicator: ^2.0.0
2024-02-15 06:13:08 +00:00
dotted_border: ^2.1.0
2023-03-15 16:29:11 +00:00
dropdown_button2: ^2.0.0
email_validator: ^2.0.1
ente_cast:
path: plugins/ente_cast
ente_cast_normal:
path: plugins/ente_cast_normal
2024-04-23 06:24:24 +00:00
ente_feature_flag:
path: plugins/ente_feature_flag
equatable: ^2.0.5
2021-05-02 16:05:36 +00:00
event_bus: ^2.0.0
2021-07-15 01:52:31 +00:00
exif: ^3.0.0
2022-03-08 16:06:30 +00:00
expandable: ^5.0.1
2023-06-13 11:01:15 +00:00
expansion_tile_card: ^3.0.0
extended_image: ^8.1.1
fade_indexed_stack: ^0.2.2
fast_base58: ^0.2.1
figma_squircle: ^0.5.3
file_saver:
# Use forked version till this PR is merged: https://github.com/incrediblezayed/file_saver/pull/87
git: https://github.com/jesims/file_saver.git
2024-04-23 06:24:24 +00:00
firebase_core: ^2.30.0
firebase_messaging: ^14.8.0
2022-07-12 05:40:36 +00:00
fk_user_agent: ^2.0.1
2021-07-15 01:52:31 +00:00
flutter:
sdk: flutter
flutter_animate: ^4.1.0
2021-12-24 06:51:51 +00:00
flutter_cache_manager: ^3.3.0
flutter_datetime_picker_bdaya: ^3.0.2
flutter_displaymode: ^0.6.0
2021-07-15 01:52:31 +00:00
flutter_easyloading: ^3.0.0
2023-02-08 10:21:24 +00:00
flutter_email_sender: ^5.2.0
flutter_image_compress: ^1.1.0
2023-12-12 12:05:23 +00:00
flutter_inappwebview: ^5.8.0
flutter_launcher_icons: ^0.13.1
2024-04-12 09:25:07 +00:00
flutter_local_notifications: ^17.0.0
2022-07-12 05:40:36 +00:00
flutter_localizations:
sdk: flutter
flutter_map: ^5.0.0
flutter_map_marker_cluster: ^1.2.0
flutter_native_splash: ^2.2.0+1
2021-07-15 01:52:31 +00:00
flutter_password_strength: ^0.1.6
2023-03-28 11:17:01 +00:00
flutter_secure_storage: ^8.0.0
flutter_sodium: ^0.2.0
2023-05-26 08:27:37 +00:00
flutter_staggered_grid_view: ^0.6.2
2021-07-15 01:52:31 +00:00
fluttertoast: ^8.0.6
freezed_annotation: ^2.4.1
2021-07-15 01:52:31 +00:00
google_nav_bar: ^5.0.5
2024-03-29 14:16:13 +00:00
home_widget: ^0.5.0
2023-12-13 06:58:04 +00:00
html_unescape: ^2.0.0
http: ^1.1.0
2023-08-31 00:25:12 +00:00
image: ^4.0.17
2023-04-08 12:04:52 +00:00
image_editor: ^1.3.0
2022-10-10 17:10:57 +00:00
in_app_purchase: ^3.0.7
2023-06-13 11:01:15 +00:00
intl: ^0.18.0
json_annotation: ^4.8.0
latlong2: ^0.9.0
2024-04-24 05:30:23 +00:00
like_button: ^2.0.5
2021-07-15 01:52:31 +00:00
loading_animations: ^2.1.0
2023-03-11 02:37:14 +00:00
local_auth: ^2.1.5
local_auth_android:
local_auth_ios:
2021-07-15 01:52:31 +00:00
logging: ^1.0.1
2022-04-22 06:44:20 +00:00
lottie: ^1.2.2
media_extension: ^1.0.1
2023-11-30 17:18:30 +00:00
media_kit: ^1.1.10+1
media_kit_libs_video: ^1.0.4
media_kit_video: ^1.2.4
2024-03-08 04:16:47 +00:00
ml_linalg: ^13.11.31
modal_bottom_sheet: ^3.0.0-pre
2023-05-01 10:47:31 +00:00
motion_photos:
git: "https://github.com/ente-io/motion_photo.git"
2021-07-29 20:14:19 +00:00
motionphoto:
git: "https://github.com/ente-io/motionphoto.git"
move_to_background: ^1.0.2
onnxruntime:
2024-02-24 10:50:54 +00:00
git:
url: https://github.com/ente-io/onnxruntime.git
ref: 5f26aef45ed9f5e563c26f90c1e21b3339ed906d
2022-07-11 05:34:08 +00:00
open_mail_app: ^0.4.5
2023-08-16 05:17:50 +00:00
package_info_plus: ^4.1.0
2021-09-19 03:52:36 +00:00
page_transition: ^2.0.2
2022-07-12 05:40:36 +00:00
password_strength: ^0.2.0
path: #dart
2024-01-04 14:16:11 +00:00
path_provider: ^2.1.1
2021-07-15 01:52:31 +00:00
pedantic: ^1.9.2
permission_handler: ^11.0.1
2024-03-28 11:02:59 +00:00
photo_manager: ^3.0.0
2022-06-06 05:25:09 +00:00
photo_view: ^0.14.0
pinput: ^1.2.2
2023-07-17 05:39:41 +00:00
pointycastle: ^3.7.3
2024-03-08 04:16:47 +00:00
pool: ^1.5.1
protobuf: ^3.1.0
2021-09-19 03:52:36 +00:00
provider: ^6.0.0
2021-07-15 01:52:31 +00:00
quiver: ^3.0.1
2024-04-10 12:42:42 +00:00
receive_sharing_intent: ^1.7.0
2022-10-22 09:01:46 +00:00
scrollable_positioned_list: ^0.3.5
2023-08-16 01:46:18 +00:00
sentry: ^7.9.0
sentry_flutter: ^7.9.0
2024-04-12 11:24:47 +00:00
share_plus: 7.2.2
2021-07-15 01:52:31 +00:00
shared_preferences: ^2.0.5
simple_cluster: ^0.3.0
2023-11-06 13:30:08 +00:00
sqflite: ^2.3.0
2021-07-15 01:52:31 +00:00
sqflite_migration: ^0.3.0
sqlite3_flutter_libs: ^0.5.20
2024-04-13 11:25:21 +00:00
sqlite_async: ^0.6.1
2022-03-16 06:59:53 +00:00
step_progress_indicator: ^1.0.2
2023-04-08 04:17:04 +00:00
styled_text: ^7.0.0
2021-07-28 14:08:27 +00:00
syncfusion_flutter_core: ^19.2.49
syncfusion_flutter_sliders: ^19.2.49
synchronized: ^3.1.0
2022-02-17 05:03:10 +00:00
tuple: ^2.0.0
2021-07-15 01:52:31 +00:00
uni_links: ^0.5.1
url_launcher: ^6.0.3
2023-08-24 05:26:59 +00:00
uuid: ^3.0.7
2021-10-06 11:59:04 +00:00
video_player:
2023-06-06 05:40:16 +00:00
git:
2023-06-06 05:58:59 +00:00
url: https://github.com/ente-io/packages.git
2023-06-06 05:40:16 +00:00
ref: android_video_roation_fix
2023-11-13 10:32:46 +00:00
path: packages/video_player/video_player/
2023-06-28 05:30:28 +00:00
video_thumbnail: ^0.5.3
2022-10-20 11:08:15 +00:00
visibility_detector: ^0.3.3
2023-08-16 05:17:50 +00:00
wakelock_plus: ^1.1.1
2021-07-10 07:51:54 +00:00
wallpaper_manager_flutter: ^0.0.2
2023-08-21 06:50:34 +00:00
wechat_assets_picker: ^8.6.3
2023-05-26 10:08:24 +00:00
widgets_to_image: ^0.0.2
2024-04-06 15:54:14 +00:00
xml: ^6.3.0
2024-03-08 04:16:47 +00:00
2023-08-16 05:17:50 +00:00
dependency_overrides:
# Remove this after removing dependency from flutter_sodium.
# Newer flutter packages depends on ffi > 2.0.0 while flutter_sodium depends on ffi < 2.0.0
ffi: 2.1.0
2023-08-21 06:50:34 +00:00
video_player:
git:
url: https://github.com/ente-io/packages.git
ref: android_video_roation_fix
path: packages/video_player/video_player/
2024-01-04 14:16:11 +00:00
watcher: ^1.1.0
2023-03-21 03:27:59 +00:00
flutter_intl:
enabled: true
2020-03-24 19:59:36 +00:00
dev_dependencies:
2024-01-04 14:16:11 +00:00
build_runner: ^2.4.7
2022-07-12 05:40:36 +00:00
flutter_lints: ^2.0.1
2021-07-15 01:52:31 +00:00
flutter_test:
sdk: flutter
freezed: ^2.5.2
integration_test:
sdk: flutter
json_serializable: ^6.6.1
test: ^1.22.0
2020-03-24 19:59:36 +00:00
flutter_icons:
android: "launcher_icon"
adaptive_icon_foreground: "assets/launcher_icon/ente-icon-foreground.png"
adaptive_icon_background: "#ffffff"
ios: true
image_path: "assets/icon-light.png"
2020-03-24 19:59:36 +00:00
2021-02-06 16:11:27 +00:00
flutter_native_splash:
2022-06-02 06:24:04 +00:00
color: "#ffffff"
color_dark: "#000000"
image: assets/splash-screen-light.png
image_dark: assets/splash-screen-dark.png
2021-02-06 16:11:27 +00:00
android_fullscreen: true
2022-06-11 13:22:25 +00:00
android_gravity: center
ios_content_mode: center
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/splash-screen-light.png
image_dark: assets/splash-screen-dark.png
2021-02-06 16:11:27 +00:00
2020-03-24 19:59:36 +00: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:
2020-08-25 06:00:19 +00:00
assets:
- assets/
2023-12-13 06:58:04 +00:00
- assets/models/clip/
2020-12-03 19:36:18 +00:00
fonts:
2024-01-29 18:10:30 +00:00
- family: Inter
fonts:
- asset: fonts/Inter-Regular.ttf
- asset: fonts/Inter-Medium.ttf
- asset: fonts/Inter-Light.ttf
- asset: fonts/Inter-SemiBold.ttf
- asset: fonts/Inter-Bold.ttf
- family: Montserrat
fonts:
- asset: fonts/Montserrat-Bold.ttf
2020-03-24 19:59:36 +00:00
# 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
2021-08-15 19:00:20 +00:00
# Flutter localization
generate: true
2020-03-24 19:59:36 +00:00
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# 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