mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:58:40 +00:00
97 lines
2.3 KiB
YAML
97 lines
2.3 KiB
YAML
name: twonly
|
|
description: "Send pictures to friends in real time and be sure you are the only two people who can see them."
|
|
|
|
# Prevent accidental publishing to pub.dev.
|
|
publish_to: 'none'
|
|
|
|
version: 0.0.1+1
|
|
|
|
environment:
|
|
sdk: ^3.5.4
|
|
|
|
dependencies:
|
|
camerawesome: ^2.1.0
|
|
# camerawesome:
|
|
# path: ../CamerAwesome
|
|
collection: ^1.18.0
|
|
connectivity_plus: ^6.1.2
|
|
cv: ^1.1.3
|
|
exif: ^3.3.0
|
|
fixnum: ^1.1.1
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_foreground_task: ^8.17.0
|
|
flutter_image_compress: ^2.4.0
|
|
flutter_local_notifications: ^18.0.1
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
flutter_secure_storage: ^9.2.2
|
|
font_awesome_flutter: ^10.8.0
|
|
gal: ^2.3.1
|
|
google_fonts: ^6.2.1
|
|
hand_signature: ^3.0.3
|
|
hive: ^2.2.3
|
|
image: ^4.3.0
|
|
intl: any
|
|
introduction_screen: ^3.1.14
|
|
json_annotation: ^4.9.0
|
|
libsignal_protocol_dart: ^0.7.1
|
|
local_auth: ^2.3.0
|
|
logging: ^1.3.0
|
|
lottie: ^3.3.1
|
|
no_screenshot: ^0.3.1
|
|
package_info_plus: ^8.2.1
|
|
path: ^1.9.0
|
|
path_provider: ^2.1.5
|
|
permission_handler: ^11.3.1
|
|
pie_menu: ^3.2.7
|
|
protobuf: ^2.1.0
|
|
provider: ^6.1.2
|
|
qr_flutter: ^4.1.0
|
|
reorderables: ^0.6.0
|
|
restart_app: ^1.3.2
|
|
screenshot: ^3.0.0
|
|
sqflite_sqlcipher: ^3.1.0+1
|
|
url_launcher: ^6.3.1
|
|
web_socket_channel: ^3.0.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^2.3.3
|
|
json_serializable: ^6.8.0
|
|
flutter_lints: ^5.0.0
|
|
flutter_launcher_icons: ^0.14.1
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: false
|
|
image_path: "assets/images/logo.png"
|
|
adaptive_icon_foreground: "assets/images/logo.png"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
remove_alpha_ios: true
|
|
adaptive_icon_background: "#FF57CC99"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# Enable generation of localized Strings from arb files.
|
|
generate: true
|
|
|
|
assets:
|
|
# Add assets from the images directory to the application.
|
|
- assets/images/logo.jpg
|
|
- assets/
|
|
- assets/images/
|
|
- assets/images/onboarding/ricky_the_greedy_racoon.png
|
|
- assets/animations/present.lottie.json
|
|
- assets/animations/selfie2.json
|
|
- assets/animations/selfie.json
|
|
- assets/animations/takephoto.json
|
|
- assets/animations/local.json
|
|
- assets/animations/test.json
|
|
- assets/animations/product.json
|
|
- assets/animations/twonlies.json
|
|
- assets/animations/rocket.json
|
|
- assets/animations/e2e.json
|
|
|