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
|
2020-12-11 10:27:38 +01:00
|
|
|
ref: main
|
2020-01-01 19:10:13 +01:00
|
|
|
|
2021-01-23 14:06:00 +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-03-28 09:20:34 +02:00
|
|
|
ref: ios
|
|
|
|
firebase_messaging: any
|
2021-02-02 09:00:06 +01:00
|
|
|
cupertino_icons: any
|
2020-12-23 18:13:59 +01:00
|
|
|
localstorage: ^3.0.6+9
|
2021-03-06 13:13:09 +01:00
|
|
|
file_picker_cross: ^4.2.8
|
2021-01-11 09:09:59 +01:00
|
|
|
image_picker: ^0.6.7+21
|
2020-11-14 10:57:26 +01:00
|
|
|
url_launcher: ^5.7.10
|
2020-12-23 18:13:59 +01:00
|
|
|
cached_network_image: ^2.5.0
|
2021-01-11 09:09:59 +01:00
|
|
|
flutter_local_notifications: ^3.0.3
|
2021-04-03 13:09:20 +02:00
|
|
|
adaptive_page_layout: ^0.2.1
|
2021-01-25 09:10:10 +01:00
|
|
|
provider: ^4.3.3
|
2021-01-15 19:41:55 +01:00
|
|
|
adaptive_theme: ^1.1.0
|
2020-10-17 09:29:27 +02:00
|
|
|
# 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-01-11 09:09:59 +01:00
|
|
|
path_provider: ^1.6.27
|
2020-11-14 14:04:36 +01:00
|
|
|
android_path_provider: ^0.1.1
|
2020-10-28 08:05:10 +01:00
|
|
|
permission_handler: ^5.0.1+1
|
2020-10-28 11:54:57 +01:00
|
|
|
share: ^0.6.5+4
|
2020-10-25 16:59:55 +01:00
|
|
|
flutter_secure_storage: ^3.3.5
|
2021-01-11 09:09:59 +01:00
|
|
|
universal_html: ^1.2.4
|
2021-01-28 18:50:29 +01:00
|
|
|
receive_sharing_intent: ^1.4.3
|
2020-10-28 11:54:57 +01:00
|
|
|
flutter_slidable: ^0.5.7
|
2021-01-23 11:17:34 +01:00
|
|
|
flutter_sound_lite: ^7.5.3+1
|
2020-10-28 11:54:57 +01:00
|
|
|
open_file: ^3.0.3
|
|
|
|
mime_type: ^0.3.2
|
2020-12-07 09:10:16 +01:00
|
|
|
adaptive_dialog: ^0.9.3
|
2021-03-04 12:28:06 +01:00
|
|
|
flutter_matrix_html:
|
|
|
|
git:
|
2021-03-05 18:41:27 +01:00
|
|
|
url: https://github.com/Sorunome/flutter_matrix_html.git
|
|
|
|
ref: 6b6a850fcfc3b0a3e88a3dd6beb79eda3acac853
|
2020-10-28 11:54:57 +01:00
|
|
|
moor: ^3.4.0
|
2020-11-14 10:57:26 +01:00
|
|
|
sqlite3: ^0.1.8
|
2021-03-12 11:30:18 +01:00
|
|
|
sqflite: ^1.3.2+2 # Still used to obtain the database location
|
2021-01-18 09:09:59 +01:00
|
|
|
flutter_typeahead: ^2.0.0
|
2021-03-12 11:30:18 +01:00
|
|
|
flutter_olm: ^1.1.1
|
2020-12-17 09:02:52 +01:00
|
|
|
intl: any
|
2020-10-17 11:28:33 +02:00
|
|
|
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
|
|
|
|
flutter_blurhash: ^0.5.0
|
2020-09-08 10:55:32 +02:00
|
|
|
sentry: ">=3.0.0 <4.0.0"
|
2020-09-19 19:21:33 +02:00
|
|
|
scroll_to_index: ^1.0.6
|
2020-10-17 11:15:55 +02:00
|
|
|
swipe_to_action: ^0.1.0
|
2021-03-04 12:28:06 +01:00
|
|
|
flutter_svg: ^0.19.3
|
2021-01-18 09:09:59 +01:00
|
|
|
flutter_cache_manager: ^2.1.1
|
2020-12-03 08:25:34 +01:00
|
|
|
open_noti_settings: ^0.0.4
|
2020-12-12 17:19:53 +01:00
|
|
|
emoji_picker: ^0.1.0
|
2020-12-25 09:58:34 +01:00
|
|
|
future_loading_dialog: ^0.1.2
|
2021-01-17 15:43:38 +01:00
|
|
|
package_info: ^0.4.3+2
|
2021-01-18 08:38:19 +01:00
|
|
|
flutter_app_lock: ^1.4.0+1
|
|
|
|
flutter_screen_lock: ^1.2.6
|
2021-03-09 19:39:25 +01:00
|
|
|
email_validator: ^1.0.6
|
2020-09-03 12:58:54 +02:00
|
|
|
|
2020-01-01 19:10:13 +01:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
2020-10-28 11:54:57 +01:00
|
|
|
pedantic: ^1.9.2
|
2020-11-14 10:57:26 +01:00
|
|
|
dapackages: ^1.4.0
|
2020-01-01 19:10:13 +01:00
|
|
|
|
2021-03-05 18:41:27 +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:
|
|
|
|
provider: ^4.3.3
|
|
|
|
flutter_svg: ^0.19.3
|
|
|
|
# Was actually brought in via fcm packages and flutter_matrix_html
|
|
|
|
quiver: ^2.0.0
|
|
|
|
|
2020-01-01 19:10:13 +01:00
|
|
|
flutter:
|
2020-10-03 13:11:07 +02:00
|
|
|
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/
|
2020-11-21 14:41:06 +01:00
|
|
|
- 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
|
2021-01-20 20:57:17 +01:00
|
|
|
- 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
|