moxxy/pubspec.yaml

110 lines
3.0 KiB
YAML
Raw Normal View History

2021-12-21 15:15:45 +00:00
name: moxxyv2
description: An experimental XMPP client
publish_to: 'none'
# 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 +.
# 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-02-23 13:42:21 +00:00
version: 0.0.2
2021-12-21 15:15:45 +00:00
environment:
sdk: ">=2.15.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#cupertino_icons: ^1.0.2
flutter_speed_dial: ^5.0.0+1
get_it: ^7.2.0
redux: ^5.0.0
flutter_redux: ^0.8.2
# TODO: Remove the git usage once a new version is tagged (> 0.7.0)
flutter_redux_navigation:
git:
url: https://github.com/flutterings/flutter_redux_navigation.git
ref: master
2021-12-23 18:28:02 +00:00
badges: ^2.0.2
2021-12-25 17:22:11 +00:00
flutter_settings_ui: ^2.0.1
url_launcher: ^6.0.17
qr_flutter: ^4.0.0
file_picker: ^4.3.0
2022-02-16 19:38:15 +00:00
image_cropping: ^0.0.11
path_provider: ^2.0.8
2022-02-16 19:38:15 +00:00
isar: ^2.2.0
isar_flutter_libs: ^2.2.0
flutter_secure_storage: ^5.0.2
2021-12-30 18:49:01 +00:00
xml: ^5.3.1
random_string: ^2.3.1
cryptography: ^2.0.5
2021-12-31 22:18:54 +00:00
saslprep: ^1.0.2
2022-01-11 13:41:53 +00:00
#scrollable_positioned_list: ^0.2.3
2022-01-10 10:55:54 +00:00
equatable: ^2.0.3
flutter_background_service: ^0.2.2
flutter_local_notifications: ^9.3.2
2022-01-16 20:29:01 +00:00
connectivity_plus: ^2.2.0
2022-01-18 14:58:25 +00:00
uuid: ^3.0.5
moxdns:
git:
url: https://github.com/PapaTutuWawa/moxdns.git
ref: 35fc89584f05472e17846770603313bbd9cf31d9
#qr_code_scanner: ^0.6.1
2021-12-30 18:49:01 +00:00
#unifiedpush: ^3.0.1
2022-02-16 19:38:15 +00:00
udp: ^5.0.1
archive: ^3.2.0
2022-02-17 11:28:30 +00:00
logging: ^1.0.2
freezed_annotation: ^1.1.0
dio: ^4.0.4
2022-02-24 20:47:30 +00:00
path: ^1.8.1
mime: ^1.0.1
blurhash: ^1.0.0
2022-02-28 15:06:08 +00:00
media_scanner: ^2.0.0
permission_handler: ^9.2.0
external_path: ^1.0.1
2022-03-01 11:50:40 +00:00
video_compress: ^3.1.0
2022-03-01 15:00:46 +00:00
open_file: ^3.2.1
2021-12-21 15:15:45 +00:00
dev_dependencies:
2022-02-16 19:38:15 +00:00
#flutter_test:
# sdk: flutter
2021-12-21 15:15:45 +00:00
flutter_lints: ^1.0.0
build_runner: ^2.1.2
2022-02-16 19:38:15 +00:00
test: ^1.20.1
2021-12-25 18:21:47 +00:00
flutter_launcher_icons: ^0.9.2
2022-02-16 19:38:15 +00:00
isar_generator: ^2.2.0
redux_logging: ^0.5.0
2021-12-30 18:49:01 +00:00
hex: ^0.2.0
json_serializable:
freezed: ^1.1.1
2021-12-21 15:15:45 +00:00
2021-12-26 21:58:26 +00:00
extra_licenses:
undraw.co:
license: "custom license"
url: "https://undraw.co"
xmpp-providers:
# TODO: Dangerous
license: "unknown license"
url: "https://invent.kde.org/melvo/xmpp-providers"
2021-12-21 15:15:45 +00:00
flutter:
uses-material-design: true
2021-12-23 19:44:27 +00:00
assets:
- assets/images/logo.png
- assets/images/begin_chat.png
2021-12-25 18:21:47 +00:00
flutter_icons:
android: true
2021-12-25 20:18:14 +00:00
ios: "assets/images/icon_ios.png"
remove_alpha_ios: true
# TODO: This maybe not good
2021-12-25 18:21:47 +00:00
image_path: "assets/images/logo.png"
2021-12-25 20:18:14 +00:00
adaptive_icon_background: "#8315d2"
adaptive_icon_foreground: "assets/images/icon_android_adaptive.png"