twonly-app/pubspec.yaml

108 lines
2.5 KiB
YAML
Raw Normal View History

2025-01-19 20:29:00 +00:00
name: twonly
2025-04-22 19:12:30 +00:00
description: "twonly, a privacy-friendly way to connect with friends through secure, spontaneous image sharing."
2024-12-31 08:50:53 +00:00
publish_to: 'none'
2025-08-05 11:54:56 +00:00
version: 0.0.60+60
2024-12-31 08:50:53 +00:00
environment:
2025-02-17 14:35:12 +00:00
sdk: ^3.6.0
2024-12-31 08:50:53 +00:00
dependencies:
2025-07-15 11:38:38 +00:00
avatar_maker: ^0.4.0
background_downloader: ^9.2.2
cached_network_image: ^3.4.1
camera: ^0.11.1
2024-12-31 08:50:53 +00:00
collection: ^1.18.0
2025-01-28 23:11:00 +00:00
connectivity_plus: ^6.1.2
2025-07-15 11:38:38 +00:00
cryptography_flutter_plus: ^2.3.4
cryptography_plus: ^2.7.0
device_info_plus: ^11.5.0
2025-03-08 23:06:57 +00:00
drift: ^2.25.1
drift_flutter: ^0.2.4
2025-02-12 00:00:14 +00:00
firebase_core: ^3.11.0
firebase_messaging: ^15.2.2
2025-07-15 11:38:38 +00:00
fixnum: ^1.1.1
2024-12-31 08:50:53 +00:00
flutter:
sdk: flutter
2025-01-26 00:25:59 +00:00
flutter_image_compress: ^2.4.0
2025-04-21 19:32:18 +00:00
flutter_local_notifications: ^19.1.0
2024-12-31 08:50:53 +00:00
flutter_localizations:
sdk: flutter
# flutter_secure_storage: ^10.0.0-beta.4
flutter_secure_storage:
2025-05-31 09:48:22 +00:00
path: ./dependencies/flutter_secure_storage/flutter_secure_storage
2025-07-15 11:38:38 +00:00
flutter_svg: ^2.0.17
2025-05-31 11:42:12 +00:00
flutter_zxing:
path: ./dependencies/flutter_zxing
2025-01-27 22:29:16 +00:00
font_awesome_flutter: ^10.8.0
2025-01-24 10:04:46 +00:00
gal: ^2.3.1
2025-07-15 11:38:38 +00:00
get: ^4.7.2
2025-02-01 16:52:40 +00:00
hand_signature: ^3.0.3
2025-07-15 11:38:38 +00:00
hashlib: ^2.0.0
http: ^1.3.0
2024-12-31 08:50:53 +00:00
image: ^4.3.0
2025-07-15 11:38:38 +00:00
image_picker: ^1.1.2
2025-05-31 09:48:22 +00:00
intl: ^0.20.2
2025-01-23 23:21:28 +00:00
introduction_screen: ^3.1.14
2024-12-31 08:50:53 +00:00
json_annotation: ^4.9.0
libsignal_protocol_dart: ^0.7.1
2025-02-04 23:43:41 +00:00
local_auth: ^2.3.0
2024-12-31 08:50:53 +00:00
logging: ^1.3.0
2025-02-04 23:43:41 +00:00
lottie: ^3.3.1
2025-07-15 11:38:38 +00:00
mutex: ^3.1.0
2025-02-07 18:38:23 +00:00
no_screenshot: ^0.3.1
2025-02-07 23:03:59 +00:00
package_info_plus: ^8.2.1
2024-12-31 08:50:53 +00:00
path: ^1.9.0
path_provider: ^2.1.5
2025-04-21 19:32:18 +00:00
permission_handler: ^12.0.0+1
2025-07-15 11:38:38 +00:00
photo_view: ^0.15.0
pie_menu:
path: ./dependencies/flutter-pie-menu
2025-04-21 19:32:18 +00:00
protobuf: ^4.0.0
2025-01-20 23:30:57 +00:00
provider: ^6.1.2
2024-12-31 08:50:53 +00:00
restart_app: ^1.3.2
2025-02-01 16:52:40 +00:00
screenshot: ^3.0.0
2025-07-18 08:35:13 +00:00
scrollable_positioned_list: ^0.3.8
2025-05-01 21:42:19 +00:00
share_plus: ^11.0.0
2025-05-31 14:00:58 +00:00
tutorial_coach_mark: ^1.3.0
2025-07-15 11:38:38 +00:00
url_launcher: ^6.3.1
video_compress: ^3.1.4
video_player: ^2.9.5
2025-06-22 20:47:16 +00:00
video_thumbnail: ^0.5.6
2025-07-15 11:38:38 +00:00
web_socket_channel: ^3.0.1
2024-12-31 08:50:53 +00:00
dev_dependencies:
2025-07-15 11:38:38 +00:00
build_runner: ^2.4.15
drift_dev: ^2.25.2
flutter_launcher_icons: ^0.14.1
flutter_lints: ^6.0.0
2024-12-31 08:50:53 +00:00
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
2025-07-14 22:38:23 +00:00
very_good_analysis: ^9.0.0
2024-12-31 08:50:53 +00:00
flutter_launcher_icons:
2025-01-19 20:29:00 +00:00
android: true
ios: false
2024-12-31 08:50:53 +00:00
image_path: "assets/images/logo.png"
2025-01-19 20:29:00 +00:00
adaptive_icon_foreground: "assets/images/logo.png"
2024-12-31 08:50:53 +00:00
min_sdk_android: 21 # android min sdk min:16, default 21
2025-01-19 20:29:00 +00:00
remove_alpha_ios: true
adaptive_icon_background: "#FF57CC99"
2024-12-31 08:50:53 +00:00
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.
2025-02-07 23:31:30 +00:00
- assets/images/
2025-02-13 12:59:34 +00:00
- assets/animated_icons/
2025-02-13 22:03:13 +00:00
- assets/animations/
2025-06-15 21:30:16 +00:00
- assets/passwords/
2025-07-18 13:13:17 +00:00
- CHANGELOG.md
2025-02-07 23:31:30 +00:00