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
|
2021-12-25 18:21:47 +00:00
|
|
|
version: 0.1.0+1
|
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
|
2021-12-22 20:44:38 +00:00
|
|
|
floor: ^1.2.0
|
|
|
|
get_it: ^7.2.0
|
|
|
|
redux: ^5.0.0
|
|
|
|
flutter_redux: ^0.8.2
|
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
|
2021-12-26 18:02:31 +00:00
|
|
|
qr_flutter: ^4.0.0
|
2021-12-25 17:22:11 +00:00
|
|
|
#file_picker: ^4.3.2
|
|
|
|
#image_cropping: ^0.0.8
|
|
|
|
#hive: ^2.0.5
|
|
|
|
#hive_flutter: ^1.1.0
|
2021-12-21 15:15:45 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^1.0.0
|
2021-12-22 20:44:38 +00:00
|
|
|
floor_generator: ^1.2.0
|
2021-12-25 17:22:11 +00:00
|
|
|
#hive_generator: ^1.1.1
|
2021-12-22 20:44:38 +00:00
|
|
|
build_runner: ^2.1.2
|
2021-12-24 22:26:45 +00:00
|
|
|
test:
|
2021-12-25 18:21:47 +00:00
|
|
|
flutter_launcher_icons: ^0.9.2
|
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
|
2021-12-25 20:37:34 +00:00
|
|
|
- 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"
|