relatica/pubspec.yaml

112 wiersze
3.4 KiB
YAML
Czysty Zwykły widok Historia

2023-01-20 03:37:00 +00:00
name: relatica
description: A mobile and desktop client for interacting with the Friendica social network
2022-11-03 03:25:29 +00:00
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.4.0+1
2022-11-03 03:25:29 +00:00
environment:
sdk: '>=2.18.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.2.2
2022-11-03 03:25:29 +00:00
cupertino_icons: ^1.0.2
desktop_window: ^0.4.0
2023-01-16 16:33:49 +00:00
file_picker: ^5.2.4
flutter_dotenv: ^5.0.2
2023-03-27 16:52:00 +00:00
flutter_file_dialog: ^3.0.0
flutter_secure_storage: ^8.0.0
flutter_web_auth_2: ^2.1.2
2023-03-27 16:52:00 +00:00
flutter_widget_from_html_core: ^0.10.0
2022-11-09 02:19:44 +00:00
get_it: ^7.2.0
2023-03-27 16:52:00 +00:00
get_it_mixin: ^4.1.1
go_router: ^6.5.0
image: ^4.0.15
2023-01-16 16:33:49 +00:00
image_picker: ^0.8.6
2022-11-09 02:19:44 +00:00
logging: ^1.1.0
2023-03-27 16:52:00 +00:00
markdown: ^7.0.1
media_kit: ^0.0.5 # Primary package.
media_kit_video: ^0.0.6 # For video rendering.
media_kit_native_event_loop: ^1.0.3 # Support for higher number of concurrent instances & better performance.
media_kit_libs_windows_video: ^1.0.2 # Windows package for video native libraries.
media_kit_libs_android_video: ^1.0.0 # Android package for video native libraries.
media_kit_libs_macos_video: ^1.0.4 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.0.4 # iOS package for video native libraries.
media_kit_libs_linux: ^1.0.2 # GNU/Linux dependency package. metadata_fetch: ^0.4.1
2023-01-16 16:33:49 +00:00
multi_trigger_autocomplete: ^0.1.1
2022-11-09 02:19:44 +00:00
network_to_file_image: ^4.0.1
2023-01-16 16:33:49 +00:00
path: ^1.8.2
provider: ^6.0.4
2023-04-19 22:24:16 +00:00
result_monad: ^2.2.0
2023-01-16 16:33:49 +00:00
scrollable_positioned_list: ^0.3.5
shared_preferences: ^2.0.15
sqlite3: ^1.9.1
2022-11-09 02:19:44 +00:00
time_machine: ^0.9.17
url_launcher: ^6.1.6
2023-01-16 16:33:49 +00:00
uuid: ^3.0.6
video_player: ^2.4.10
2023-03-27 16:52:00 +00:00
objectbox: ^2.0.0
objectbox_flutter_libs: ^2.0.0
path_provider: ^2.0.11
carousel_slider: ^4.2.1
2023-01-30 15:37:25 +00:00
device_info_plus: ^8.0.0
string_validator: ^0.3.0
device_preview: ^1.1.0
color_blindness: ^0.1.2
2022-11-03 03:25:29 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.3.3
2023-03-27 16:52:00 +00:00
objectbox_generator: ^2.0.0
2022-11-03 03:25:29 +00:00
flutter:
uses-material-design: true
2023-01-20 21:30:30 +00:00
# assets:
# Add assets from the images directory to the application.
#- .env
parts:
uet-lms:
source: .
plugin: flutter
flutter-target: lib/main.dart
build-packages:
- libsecret-1-dev
- libjsoncpp-dev
stage-packages:
- libsecret-1-0
- libjsoncpp1
2022-11-03 03:25:29 +00:00
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# 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