fluffychat/pubspec.yaml

163 lines
4.2 KiB
YAML
Raw 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
2022-04-23 16:08:30 +00:00
version: 1.4.0+2323
2020-01-01 18:10:13 +00:00
environment:
2022-05-12 09:25:34 +00:00
sdk: ">=2.12.0 <3.0.0"
2020-01-01 18:10:13 +00:00
dependencies:
adaptive_dialog: ^1.5.1
adaptive_theme: ^2.3.1
animations: ^2.0.2
blurhash_dart: ^1.1.0
cached_network_image: ^3.2.0
callkeep: ^0.3.2
2021-12-27 11:37:16 +00:00
chewie: ^1.2.2
2022-01-29 11:35:03 +00:00
collection: ^1.15.0-nullsafety.4
connectivity_plus: ^2.2.0
2021-04-30 14:57:04 +00:00
cupertino_icons: any
desktop_drop: ^0.3.2
desktop_lifecycle: ^0.1.0
desktop_notifications: ^0.6.3
device_info_plus: ^3.2.1
2022-05-18 10:13:59 +00:00
dynamic_color: ^1.2.2
2021-04-30 14:57:04 +00:00
email_validator: ^2.0.1
2022-03-06 10:39:31 +00:00
emoji_picker_flutter: ^1.1.2
2021-11-11 18:19:59 +00:00
encrypt: ^5.0.1
2022-04-14 05:34:55 +00:00
#fcm_shared_isolate: ^0.1.0
file_picker_cross: ^4.6.0
2021-04-30 14:57:04 +00:00
flutter:
sdk: flutter
2021-10-04 20:47:21 +00:00
flutter_app_badger: ^1.3.0
2021-08-01 06:20:43 +00:00
flutter_app_lock: ^2.0.0
flutter_blurhash: ^0.6.4
flutter_cache_manager: ^3.3.0
2022-04-14 17:26:20 +00:00
flutter_local_notifications: ^9.4.0
2021-04-30 14:57:04 +00:00
flutter_localizations:
sdk: flutter
2021-09-13 15:41:53 +00:00
flutter_map: ^0.14.0
2021-11-08 12:52:07 +00:00
flutter_matrix_html: ^1.1.0
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
flutter_secure_storage: ^5.0.2
flutter_slidable: ^1.2.0
2021-07-08 15:20:38 +00:00
flutter_svg: ^0.22.0
2022-05-12 09:25:34 +00:00
flutter_typeahead: ^3.2.5
2022-02-13 17:29:04 +00:00
flutter_web_auth: ^0.4.0
flutter_webrtc: ^0.8.2
future_loading_dialog: ^0.2.3
2021-09-26 13:06:13 +00:00
geolocator: ^7.6.2
2021-07-08 15:20:38 +00:00
hive_flutter: ^1.1.0
image: ^3.1.1
image_picker: ^0.8.4+8
2020-12-17 08:02:52 +00:00
intl: any
just_audio: ^0.9.20
keyboard_shortcuts: ^0.1.4
localstorage: ^4.0.0+1
lottie: ^1.2.2
2022-05-14 07:51:21 +00:00
matrix: ^0.9.4
matrix_homeserver_recommendations: ^0.2.0
matrix_link_text: ^1.0.2
2022-04-14 08:37:56 +00:00
native_imaging:
git: https://gitlab.com/famedly/company/frontend/libraries/native_imaging.git
package_info_plus: ^1.3.0
path_provider: ^2.0.9
2022-02-28 08:05:34 +00:00
permission_handler: ^9.2.0
2021-05-01 09:45:40 +00:00
pin_code_text_field: ^1.8.0
provider: ^6.0.2
punycode: ^1.0.0
2022-02-28 08:05:34 +00:00
qr_code_scanner: ^0.7.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: ^3.0.2
salomon_bottom_bar: ^3.2.0
scroll_to_index: ^2.1.1
sentry: ^6.3.0
2022-05-06 06:58:59 +00:00
share_plus: ^4.0.4
shared_preferences: ^2.0.13
slugify: ^2.0.0
snapping_sheet: ^3.1.0
swipe_to_action: ^0.2.0
2021-05-16 14:38:52 +00:00
uni_links: ^0.5.1
2022-04-05 05:49:28 +00:00
unifiedpush: ^4.0.0
2021-04-30 14:57:04 +00:00
universal_html: ^2.0.8
url_launcher: ^6.0.20
video_compress: ^3.1.0
video_player: ^2.2.18
vrouter: ^1.2.0+21
2022-02-28 08:05:34 +00:00
wakelock: ^0.6.1+1
2020-09-03 10:58:54 +00:00
2020-01-01 18:10:13 +00:00
dev_dependencies:
dart_code_metrics: ^4.10.1
2021-10-14 16:09:30 +00:00
flutter_lints: ^1.0.4
flutter_native_splash: ^2.0.3+1
2020-01-01 18:10:13 +00:00
flutter_test:
sdk: flutter
http: ^0.13.4
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
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
2021-10-10 01:42:48 +00:00
- family: NotoEmoji
fonts:
- asset: fonts/NotoEmoji/NotoColorEmoji.ttf
2021-09-25 07:35:42 +00:00
dependency_overrides:
# Necessary for webRTC on web.
# Fix for stream fallback for unsupported browsers:
# https://github.com/fluttercommunity/plus_plugins/pull/746
# Upstream pull request: https://github.com/fluttercommunity/plus_plugins/pull/746
connectivity_plus_web:
git:
url: https://github.com/TheOneWithTheBraid/plus_plugins.git
ref: a04401cb48abe92d138c0e9288b360739994a9e9
path: packages/connectivity_plus/connectivity_plus_web
dbus: ^0.7.1
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
ref: null-safety
provider: 5.0.0
2022-05-12 09:25:34 +00:00
# For Flutter 3.0.0 compatibility
# https://github.com/juliuscanute/qr_code_scanner/issues/532
qr_code_scanner:
git:
url: https://github.com/xeinebiu/qr_code_scanner.git
ref: fix_break_changes_platform
# wating for `Listenable` implementation
# Upstream pull request: https://github.com/AdamJonsson/snapping_sheet/pull/84
snapping_sheet:
git:
url: https://github.com/TheOneWithTheBraid/snapping_sheet.git
2022-05-12 09:25:34 +00:00
ref: listenable