fluffychat/pubspec.yaml

173 lines
4.5 KiB
YAML
Raw Permalink Normal View History

2020-01-01 18:10:13 +00:00
name: fluffychat
description: Chat with your friends.
2020-11-21 08:22:35 +00:00
publish_to: none
2023-06-10 06:19:17 +00:00
version: 1.12.0+3452
2020-01-01 18:10:13 +00:00
environment:
sdk: ">=3.0.0 <4.0.0"
2020-01-01 18:10:13 +00:00
dependencies:
adaptive_dialog: ^1.9.0-x-macos-beta.1
2023-01-05 17:21:13 +00:00
animations: ^2.0.7
badges: ^2.0.3
blurhash_dart: ^1.1.0
callkeep: ^0.3.2
2023-01-05 17:21:13 +00:00
chewie: ^1.3.6
collection: ^1.16.0
2023-07-13 10:46:10 +00:00
connectivity_plus: ^4.0.1
2021-04-30 14:57:04 +00:00
cupertino_icons: any
2022-12-26 18:22:36 +00:00
desktop_drop: ^0.4.0
desktop_lifecycle: ^0.1.0
desktop_notifications: ^0.6.3
2023-07-13 10:46:10 +00:00
device_info_plus: ^9.0.2
dynamic_color: ^1.6.0
2023-01-05 17:21:13 +00:00
emoji_picker_flutter: ^1.5.1
emoji_proposal: ^0.0.1
2023-01-05 17:21:13 +00:00
emojis: ^0.9.9
2022-04-14 05:34:55 +00:00
#fcm_shared_isolate: ^0.1.0
2023-05-23 06:34:24 +00:00
file_picker: ^5.3.0
2021-04-30 14:57:04 +00:00
flutter:
sdk: flutter
2023-01-05 17:21:13 +00:00
flutter_app_badger: ^1.5.0
2022-11-03 14:37:40 +00:00
flutter_app_lock: ^3.0.0
2022-06-20 13:35:22 +00:00
flutter_blurhash: ^0.7.0
flutter_cache_manager: ^3.3.0
2023-07-13 10:46:10 +00:00
flutter_foreground_task: ^6.0.0+1
flutter_highlighter: ^0.1.1
2023-06-01 09:00:14 +00:00
flutter_html: ^3.0.0-beta.2
2023-06-01 11:01:58 +00:00
flutter_html_table: ^3.0.0-beta.2
flutter_linkify: ^6.0.0
2023-07-13 10:46:10 +00:00
flutter_local_notifications: ^15.1.0+1
2021-04-30 14:57:04 +00:00
flutter_localizations:
sdk: flutter
2023-07-13 10:46:10 +00:00
flutter_map: ^4.0.0
flutter_math_fork: ^0.7.1
2022-01-29 11:35:03 +00:00
flutter_olm: ^1.2.0
flutter_openssl_crypto: ^0.1.0
flutter_ringtone_player: ^3.1.1
2023-07-13 10:46:10 +00:00
flutter_secure_storage: ^8.0.0
2023-01-29 07:57:08 +00:00
flutter_typeahead: ^4.3.2
2023-03-12 04:33:47 +00:00
flutter_web_auth_2: ^2.1.1
2023-06-30 10:15:45 +00:00
flutter_webrtc: ^0.9.35
future_loading_dialog: ^0.2.3
2021-09-26 13:06:13 +00:00
geolocator: ^7.6.2
2023-07-13 10:46:10 +00:00
handy_window: ^0.3.1
2022-08-28 08:15:56 +00:00
hive: ^2.2.3
2021-07-08 15:20:38 +00:00
hive_flutter: ^1.1.0
http: ^0.13.4
2023-07-13 10:46:10 +00:00
image_picker: ^1.0.0
2020-12-17 08:02:52 +00:00
intl: any
just_audio: ^0.9.30
just_audio_mpv: ^0.1.6
keyboard_shortcuts: ^0.1.4
2022-08-14 14:59:21 +00:00
latlong2: ^0.8.1
linkify: ^5.0.0
2023-07-13 10:46:10 +00:00
matrix: ^0.22.0
matrix_homeserver_recommendations: ^0.3.0
2022-09-05 15:44:16 +00:00
native_imaging: ^0.1.0
package_info_plus: ^4.0.0
path_provider: ^2.0.9
permission_handler: ^10.0.0
2021-05-01 09:45:40 +00:00
pin_code_text_field: ^1.8.0
provider: ^6.0.2
punycode: ^1.0.0
qr_code_scanner: ^1.0.0
2021-08-22 19:09:05 +00:00
qr_flutter: ^4.0.0
2021-04-30 14:57:04 +00:00
receive_sharing_intent: ^1.4.5
record: ^4.4.4
2022-06-20 13:35:22 +00:00
scroll_to_index: ^3.0.1
share_plus: ^7.0.0
2023-07-13 10:46:10 +00:00
shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401
slugify: ^2.0.0
swipe_to_action: ^0.2.0
tor_detector_web: ^1.1.0
2021-05-16 14:38:52 +00:00
uni_links: ^0.5.1
2023-07-13 10:46:10 +00:00
unifiedpush: ^5.0.0
2021-04-30 14:57:04 +00:00
universal_html: ^2.0.8
url_launcher: ^6.0.20
vibration: ^1.7.4-nullsafety.0
video_compress: ^3.1.1
video_player: ^2.2.18
vrouter: ^1.2.0+21
wakelock: ^0.6.2
2023-05-09 12:47:05 +00:00
webrtc_interface: ^1.0.13
2020-09-03 10:58:54 +00:00
2020-01-01 18:10:13 +00:00
dev_dependencies:
2023-07-13 10:46:10 +00:00
dart_code_metrics: ^5.7.5
2022-08-14 14:59:21 +00:00
flutter_lints: ^2.0.1
flutter_native_splash: ^2.0.3+1
2020-01-01 18:10:13 +00:00
flutter_test:
sdk: flutter
2021-10-26 16:50:34 +00:00
import_sorter: ^4.6.0
2022-04-17 06:58:52 +00:00
integration_test:
sdk: flutter
msix: ^3.6.2
2023-01-03 16:23:09 +00:00
translations_cleaner: ^0.0.5
2021-09-19 12:29:58 +00:00
flutter_native_splash:
color: "#ffffff"
color_dark: "#000000"
image: "assets/info-logo.png"
2020-01-01 18:10:13 +00:00
flutter:
generate: true
2020-01-01 18:10:13 +00:00
uses-material-design: true
assets:
2020-02-15 07:55:41 +00:00
- assets/
2020-06-27 08:15:37 +00:00
- assets/sounds/
2020-02-15 07:55:41 +00:00
- assets/js/
- assets/js/package/
2021-01-20 10:07:08 +00:00
fonts:
2021-10-10 01:42:48 +00:00
- family: Roboto
fonts:
2021-10-10 01:42:48 +00:00
- asset: fonts/Roboto/Roboto-Regular.ttf
- asset: fonts/Roboto/Roboto-Italic.ttf
style: italic
2021-10-10 01:42:48 +00:00
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- family: RobotoMono
fonts:
- asset: fonts/Roboto/RobotoMono-Regular.ttf
2021-10-10 01:42:48 +00:00
- family: NotoEmoji
fonts:
- asset: fonts/NotoEmoji/NotoColorEmoji.ttf
2021-09-25 07:35:42 +00:00
msix_config:
display_name: FluffyChat
publisher_display_name: FluffyChat
publisher: CN=FluffyChat, O=Head of bad integration tests, L=Matrix, S=Internet, C=EU
identity_name: chat.fluffy.fluffychat
logo_path: assets\logo.png
capabilities: internetClient, location, microphone, webcam
protocol_activation: https
app_uri_handler_hosts: fluffychat.im, matrix.to
execution_alias: fluffychat
sign_msix: false
install_certificate: false
2021-09-25 07:35:42 +00:00
dependency_overrides:
# fake secure storage plugin for Windows
# See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161
flutter_secure_storage_windows:
git:
url: https://gitlab.com/TheOneWithTheBraid/flutter_secure_storage_windows.git
ref: main
geolocator_android:
hosted:
name: geolocator_android
url: https://hanntech-gmbh.gitlab.io/free2pass/flutter-geolocator-floss
# waiting for null safety
# Upstream pull request: https://github.com/AntoineMarcel/keyboard_shortcuts/pull/13
keyboard_shortcuts:
git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
2023-05-09 12:47:05 +00:00
ref: null-safety
# blocked upgrade of package_info_plus for null safety
# https://github.com/creativecreatorormaybenot/wakelock/pull/203
wakelock_windows:
git:
2023-06-19 08:48:10 +00:00
url: https://github.com/chandrabezzo/wakelock.git
ref: main
path: wakelock_windows/