124 lines
3.2 KiB
YAML
124 lines
3.2 KiB
YAML
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
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ">=2.16.1 <3.0.0"
|
|
flutter: ">=2.13.0-0.1"
|
|
|
|
dependencies:
|
|
archive: 3.2.0
|
|
badges: 2.0.2
|
|
bloc: 8.0.0
|
|
connectivity_plus: 2.2.0
|
|
crop_your_image: 0.7.2
|
|
cryptography: 2.0.5
|
|
#cupertino_icons: 1.0.2
|
|
dio: 4.0.4
|
|
equatable: 2.0.3
|
|
external_path: 1.0.1
|
|
file_picker: 4.3.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_bloc: 8.0.0
|
|
flutter_blurhash: 0.7.0
|
|
flutter_image_compress: 1.1.0
|
|
flutter_isolate: 2.0.2
|
|
flutter_local_notifications: 9.3.2
|
|
flutter_secure_storage: 5.0.2
|
|
flutter_settings_ui: 2.0.1
|
|
flutter_speed_dial: 5.0.0+1
|
|
flutter_vibrate: 1.3.0
|
|
freezed_annotation: 1.1.0
|
|
get_it: 7.2.0
|
|
hex: 0.2.0
|
|
isar: 2.2.1
|
|
isar_flutter_libs: 2.2.1
|
|
json_annotation: 4.4.0
|
|
logging: 1.0.2
|
|
mime: 1.0.1
|
|
moxdns:
|
|
hosted: https://pub.polynom.me
|
|
version: 0.1.1
|
|
moxlib:
|
|
hosted: https://pub.polynom.me
|
|
version: 0.1.3
|
|
moxplatform:
|
|
hosted: https://pub.polynom.me
|
|
version: 0.1.6
|
|
moxxyv2_builders:
|
|
hosted: https://pub.polynom.me
|
|
version: 0.1.0
|
|
open_file: 3.2.1
|
|
page_transition: 2.0.5
|
|
path: 1.8.1
|
|
path_provider: 2.0.9
|
|
permission_handler: 9.2.0
|
|
#qr_code_scanner: 0.6.1
|
|
qr_flutter: 4.0.0
|
|
random_string: 2.3.1
|
|
saslprep: 1.0.2
|
|
#scrollable_positioned_list: 0.2.3
|
|
swipeable_tile:
|
|
git:
|
|
url: https://github.com/PapaTutuWawa/swipeable_tile.git
|
|
ref: bfab5e28f1f1ea624232002f0d05481cb2bd9997
|
|
synchronized: 3.0.0
|
|
udp: 5.0.1
|
|
url_launcher: 6.0.17
|
|
#unifiedpush: 3.0.1
|
|
uuid: 3.0.5
|
|
video_thumbnail: 0.5.0
|
|
xml: 5.3.1
|
|
|
|
dev_dependencies:
|
|
build_runner: 2.1.10
|
|
flutter_launcher_icons: 0.9.2
|
|
flutter_lints: 1.0.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
freezed: 1.1.1
|
|
isar_generator: 2.2.1
|
|
json_serializable: 6.1.5
|
|
meta: 1.7.0
|
|
test: 1.20.1
|
|
very_good_analysis: 2.4.0
|
|
|
|
extra_licenses:
|
|
- name: undraw.co
|
|
license: "custom license"
|
|
url: "https://undraw.co"
|
|
- name: xmpp-providers
|
|
# TODO: Dangerous
|
|
license: "unknown license"
|
|
url: "https://invent.kde.org/melvo/xmpp-providers"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/logo.png
|
|
- assets/images/begin_chat.png
|
|
- assets/images/happy_news.png
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: "assets/images/icon_ios.png"
|
|
remove_alpha_ios: true
|
|
# TODO: This maybe not good
|
|
image_path: "assets/images/logo.png"
|
|
adaptive_icon_background: "#8315d2"
|
|
adaptive_icon_foreground: "assets/images/icon_android_adaptive.png"
|