veilidchat/pubspec.yaml

144 lines
3.4 KiB
YAML
Raw Normal View History

2023-01-07 21:43:31 -05:00
name: veilidchat
description: VeilidChat
2023-07-02 09:58:40 -04:00
publish_to: 'none'
2023-08-09 02:33:31 -04:00
version: 1.0.1+2
2023-01-07 21:43:31 -05:00
environment:
2023-07-02 09:58:40 -04:00
sdk: '>=3.0.5 <4.0.0'
flutter: ">=3.10.0"
2023-01-07 21:43:31 -05:00
dependencies:
2023-07-26 17:42:11 -04:00
animated_theme_switcher: ^2.0.7
ansicolor: ^2.0.1
2023-08-04 01:00:38 -04:00
archive: ^3.3.7
2023-07-26 17:42:11 -04:00
awesome_extensions: ^2.0.9
badges: ^3.1.1
2023-08-04 01:00:38 -04:00
basic_utils: ^5.6.1
2023-07-26 17:42:11 -04:00
blurry_modal_progress_hud: ^1.1.0
change_case: ^1.1.0
charcode: ^1.3.1
circular_profile_avatar: ^2.0.5
2023-07-28 20:36:05 -04:00
circular_reveal_animation: ^2.0.1
2023-07-26 17:42:11 -04:00
cupertino_icons: ^1.0.2
equatable: ^2.0.5
fast_immutable_collections: ^9.1.5
fixnum: ^1.1.0
2023-01-07 21:43:31 -05:00
flutter:
sdk: flutter
2023-07-26 22:38:09 -04:00
flutter_animate: ^4.2.0+1
2023-07-29 10:55:35 -04:00
flutter_chat_ui: ^1.6.9
2023-07-26 17:42:11 -04:00
flutter_form_builder: ^9.1.0
2023-09-21 21:00:58 -04:00
flutter_hooks: ^0.20.1
2023-07-07 19:33:28 -04:00
flutter_localizations:
sdk: flutter
2023-01-08 22:27:33 -05:00
flutter_riverpod: ^2.1.3
2023-08-04 01:00:38 -04:00
flutter_slidable: ^3.0.0
2023-07-26 17:42:11 -04:00
flutter_spinkit: ^5.2.0
flutter_svg: ^2.0.7
flutter_translate: ^4.0.4
form_builder_validators: ^9.0.0
freezed_annotation: ^2.2.0
2023-09-21 21:00:58 -04:00
go_router: ^11.0.0
2023-07-26 17:42:11 -04:00
hooks_riverpod: ^2.1.3
2023-09-28 10:06:22 -04:00
image: ^4.1.3
2023-07-26 17:42:11 -04:00
intl: ^0.18.0
json_annotation: ^4.8.1
2023-01-08 22:27:33 -05:00
loggy: ^2.0.3
2023-09-28 10:06:22 -04:00
mobile_scanner: ^3.4.1
2023-08-02 21:09:28 -04:00
motion_toast: ^2.7.8
2023-08-05 19:34:00 -04:00
mutex: ^3.0.1
2023-09-28 10:06:22 -04:00
pasteboard: ^0.2.0
2023-01-08 22:27:33 -05:00
path: ^1.8.2
path_provider: ^2.0.11
2023-09-21 21:00:58 -04:00
pinput: ^3.0.1
2023-09-24 15:30:54 -04:00
preload_page_view: ^0.2.0
2023-07-26 17:42:11 -04:00
protobuf: ^3.0.0
2023-09-28 10:06:22 -04:00
qr_code_dart_scan: ^0.7.2
2023-08-04 01:00:38 -04:00
qr_flutter: ^4.1.0
2023-07-26 17:42:11 -04:00
quickalert: ^1.0.1
radix_colors: ^1.0.4
reorderable_grid: ^1.0.7
riverpod_annotation: ^2.1.1
2023-09-21 21:00:58 -04:00
searchable_listview: ^2.7.0
2023-07-29 15:27:35 -04:00
share_plus: ^7.0.2
2023-07-26 17:42:11 -04:00
shared_preferences: ^2.0.15
2023-07-26 22:38:09 -04:00
signal_strength_indicator: ^0.4.1
2023-07-29 10:55:35 -04:00
split_view: ^3.2.1
2023-07-28 20:36:05 -04:00
stylish_bottom_bar: ^1.0.3
2023-07-26 17:42:11 -04:00
uuid: ^3.0.7
2023-01-08 22:27:33 -05:00
veilid:
# veilid: ^0.0.1
path: ../veilid/veilid-flutter
2023-07-22 23:29:10 -04:00
window_manager: ^0.3.5
2023-09-28 10:06:22 -04:00
zxing2: ^0.2.0
2023-01-07 21:43:31 -05:00
dev_dependencies:
2023-07-26 17:42:11 -04:00
build_runner: ^2.4.6
2023-01-07 21:43:31 -05:00
flutter_test:
sdk: flutter
2023-07-06 22:52:02 -04:00
freezed: ^2.3.5
2023-07-26 22:38:09 -04:00
icons_launcher: ^2.1.3
2023-07-06 22:52:02 -04:00
json_serializable: ^6.7.1
2023-07-26 14:20:29 -04:00
lint_hard: ^4.0.0
2023-07-26 17:42:11 -04:00
riverpod_generator: ^2.2.3
2023-07-26 22:38:09 -04:00
icons_launcher:
2023-07-23 23:13:21 -04:00
image_path: "assets/launcher/icon.png"
2023-07-26 22:38:09 -04:00
platforms:
android:
enable: true
ios:
enable: true
web:
enable: true
macos:
enable: true
windows:
enable: true
linux:
enable: true
2023-01-07 21:43:31 -05:00
flutter:
uses-material-design: true
2023-07-22 23:29:10 -04:00
assets:
2023-07-23 23:13:21 -04:00
# Translations
2023-07-22 23:29:10 -04:00
- assets/i18n/en.json
2023-07-23 23:13:21 -04:00
# Launcher icon
- assets/launcher/icon.png
# Images
2023-07-22 23:29:10 -04:00
- assets/images/splash.svg
- assets/images/icon.svg
- assets/images/title.svg
2023-07-23 23:13:21 -04:00
- assets/images/vlogo.svg
2023-08-05 01:00:46 -04:00
# Fonts
fonts:
- family: Victor Mono
fonts:
- asset: assets/fonts/VictorMono-VariableFont_wght.ttf
2023-07-22 23:29:10 -04:00
2023-01-07 21:43:31 -05:00
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages