fluffychat/pubspec.yaml

122 lines
3.1 KiB
YAML
Raw Normal View History

2020-01-01 19:10:13 +01:00
name: fluffychat
description: Chat with your friends.
2020-11-21 09:22:35 +01:00
publish_to: none
2021-04-09 18:31:21 +02:00
version: 0.29.0+0
2020-01-01 19:10:13 +01:00
environment:
2020-01-09 12:16:34 +01:00
sdk: ">=2.6.0 <3.0.0"
2020-01-01 19:10:13 +01:00
dependencies:
flutter:
sdk: flutter
famedlysdk:
git:
url: https://gitlab.com/famedly/famedlysdk.git
2021-04-11 09:49:24 +02:00
ref: 0bad62971bee06c7c4a90e1564246c6325ae7d8f
2020-01-01 19:10:13 +01:00
unifiedpush:
git:
url: https://github.com/UnifiedPush/flutter-connector.git
2021-02-07 17:18:38 +01:00
ref: 8edc09a87d726d912926ac612e209573452c1273
# Firebase Notifications
fcm_shared_isolate:
git:
url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
2021-04-11 09:49:24 +02:00
ref: 13ace9a4b4553c3c528448391f44d786f5243c57
2021-03-28 09:20:34 +02:00
firebase_messaging: any
2021-02-02 09:00:06 +01:00
cupertino_icons: any
2021-04-11 09:49:24 +02:00
localstorage: ^4.0.0+1
file_picker_cross: ^4.3.2
image_picker: ^0.7.4
url_launcher: ^6.0.3
cached_network_image: ^3.0.0
flutter_local_notifications: ^5.0.0+1
adaptive_page_layout: ^0.2.2
provider: ^5.0.0
adaptive_theme: ^2.1.1
# desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
2020-10-28 10:15:06 +01:00
matrix_link_text: ^0.3.2
2021-04-11 09:49:24 +02:00
path_provider: ^2.0.1
android_path_provider: ^0.2.1
permission_handler: ^6.1.1
share: ^2.0.1
flutter_secure_storage: ^4.1.0
universal_html: ^2.0.8
receive_sharing_intent: ^1.4.5
2020-10-28 11:54:57 +01:00
flutter_slidable: ^0.5.7
2021-04-11 09:49:24 +02:00
flutter_sound_lite: ^8.0.0+6
open_file: ^3.1.0
mime_type: ^1.0.0
adaptive_dialog: ^0.10.0+5
2021-03-04 12:28:06 +01:00
flutter_matrix_html:
git:
2021-04-11 09:49:24 +02:00
url: https://github.com/ChristianPauly/flutter_matrix_html.git
moor: ^4.2.1
sqlite3: ^1.0.0
sqflite: ^2.0.0+3 # Still used to obtain the database location
flutter_typeahead: ^3.1.1
2021-03-12 11:30:18 +01:00
flutter_olm: ^1.1.1
2020-12-17 09:02:52 +01:00
intl: any
circular_check_box: ^1.0.4
2020-01-20 09:50:49 +01:00
flutter_localizations:
sdk: flutter
2020-09-03 12:58:54 +02:00
native_imaging:
git:
url: https://gitlab.com/famedly/libraries/native_imaging.git
ref: master
2021-04-11 09:49:24 +02:00
flutter_blurhash: ^0.6.0
2020-09-08 10:55:32 +02:00
sentry: ">=3.0.0 <4.0.0"
2021-04-11 09:49:24 +02:00
scroll_to_index: ^2.0.0
swipe_to_action: ^0.1.0
2021-04-11 09:49:24 +02:00
flutter_svg: ^0.21.0+1
flutter_cache_manager: ^3.0.1
open_noti_settings: ^0.1.0
emoji_picker_flutter: ^1.0.3
2020-12-25 09:58:34 +01:00
future_loading_dialog: ^0.1.2
2021-04-11 09:49:24 +02:00
package_info: ^2.0.0
flutter_app_lock: ^1.5.0
flutter_screen_lock: ^4.0.3
email_validator: ^2.0.1
2020-09-03 12:58:54 +02:00
2020-01-01 19:10:13 +01:00
dev_dependencies:
flutter_test:
sdk: flutter
2021-04-11 09:49:24 +02:00
pedantic: ^1.11.0
dapackages: ^1.6.0
2020-01-01 19:10:13 +01:00
# The flutter_maths version of flutter_matrix_html is weird and conflicts with a few of our packages.
# So, we have to force-override the dependencies to work out.
dependency_overrides:
2021-04-11 09:49:24 +02:00
flutter_svg: ^0.21.0+1
shared_preferences: ^2.0.1
matrix_link_text:
git:
url: https://github.com/ChristianPauly/matrix_link_text.git
2020-01-01 19:10:13 +01:00
flutter:
generate: true
2020-01-01 19:10:13 +01:00
uses-material-design: true
assets:
2020-02-15 08:55:41 +01:00
- assets/
2020-06-27 10:15:37 +02:00
- assets/sounds/
2020-02-15 08:55:41 +01:00
- assets/js/
- assets/js/package/
2021-01-20 11:07:08 +01:00
fonts:
- family: NotoEmoji
fonts:
2021-01-20 20:25:57 +01:00
- asset: fonts/NotoEmoji/NotoColorEmoji.ttf
- family: NotoSans
fonts:
- asset: fonts/NotoSans/NotoSans-Regular.ttf
- asset: fonts/NotoSans/NotoSans-Italic.ttf
style: italic
- asset: fonts/NotoSans/NotoSans-Bold.ttf
weight: 700
- asset: fonts/NotoSans/NotoSans-BoldItalic.ttf
weight: 700
style: italic