relatica/pubspec.yaml

124 lines
3.3 KiB
YAML
Raw Normal View History

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.12.0+7
2022-11-03 03:25:29 +00:00
environment:
2024-05-19 19:04:01 +00:00
sdk: '>=3.2.0 <4.0.0'
2022-11-03 03:25:29 +00:00
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.3.1
color_blindness: ^0.2.0
cupertino_icons: ^1.0.8
2023-05-09 20:40:21 +00:00
carousel_slider: ^4.2.1
desktop_window: ^0.4.0
device_info_plus: ^10.1.0
# device_preview: ^1.1.0
file_picker: ^8.0.6
2024-05-19 18:57:34 +00:00
flutter_dotenv: ^5.1.0
flutter_file_dialog: ^3.0.2
2024-07-24 10:40:42 +00:00
flutter_riverpod: ^2.5.1
2024-07-21 15:44:35 +00:00
flutter_secure_storage: ^9.2.2
2024-07-24 10:36:43 +00:00
flutter_svg: ^2.0.10+1
2024-05-19 18:57:34 +00:00
flutter_web_auth_2: ^3.1.2
flutter_widget_from_html_core: ^0.15.1
2024-05-19 19:00:10 +00:00
get_it: ^7.7.0
get_it_mixin: ^4.2.2
2024-05-19 19:04:01 +00:00
go_router: ^14.1.2
html: ^0.15.4
2024-07-24 10:36:43 +00:00
http: any
http_parser: any
2024-07-22 11:07:30 +00:00
image: ^4.2.0
2024-07-24 10:36:43 +00:00
image_gallery_saver: ^2.0.3
2024-07-22 11:07:30 +00:00
image_picker: ^1.1.2
logging: ^1.2.0
markdown: ^7.2.2
2024-05-19 19:11:16 +00:00
## TODO Media Kit Update
media_kit: ^1.1.10 # Primary package.
media_kit_libs_video: ^1.0.4 # Native video dependencies.
media_kit_video: ^1.2.4 # For video rendering.
multi_trigger_autocomplete: ^1.0.0
network_to_file_image: ^6.0.1
2024-07-21 16:02:00 +00:00
objectbox: ^4.0.1
objectbox_flutter_libs: ^4.0.1
2024-05-19 19:11:16 +00:00
path: ^1.9.0
path_provider: ^2.1.3
2024-05-19 19:11:51 +00:00
provider: ^6.1.2
result_monad: ^2.3.2
2024-07-24 10:40:42 +00:00
riverpod_annotation: ^2.3.5
scrollable_positioned_list: ^0.3.8
shared_preferences: ^2.2.3
sqlite3: ^2.4.3
stack_trace: ^1.11.1
string_validator: ^1.1.0
2022-11-09 02:19:44 +00:00
time_machine: ^0.9.17
2024-07-22 11:07:30 +00:00
url_launcher: ^6.3.0
uuid: ^4.4.2
video_player: ^2.9.1
2022-11-03 03:25:29 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
2024-05-19 19:18:17 +00:00
flutter_lints: ^4.0.0
2024-07-24 10:40:42 +00:00
build_runner: ^2.4.11
2024-07-21 16:02:00 +00:00
objectbox_generator: ^4.0.1
2024-07-24 10:40:42 +00:00
riverpod_generator: ^2.4.0
custom_lint: ^0.6.4
riverpod_lint: ^2.3.10
2022-11-03 03:25:29 +00:00
flutter:
uses-material-design: true
assets:
- icon/relatica_logo.svg
fonts:
- family: ForkAwesome
fonts:
- asset: fonts/forkawesome-webfont.ttf
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