veilid/veilid-flutter/pubspec.yaml

91 lines
2.5 KiB
YAML
Raw Normal View History

2023-09-02 10:41:59 -04:00
# --- Bumpversion match - do not reorder
2022-01-16 11:19:01 -05:00
name: veilid
version: 0.2.5
2023-09-02 10:41:59 -04:00
# ---
2023-07-17 18:16:47 -04:00
description: Veilid Framework
homepage: https://veilid.com
publish_to: "none" # Remove this line if you wish to publish to pub.dev
2022-01-16 11:19:01 -05:00
environment:
2023-05-29 15:24:57 -04:00
sdk: '>=3.0.0 <4.0.0'
2023-08-01 18:09:31 -04:00
flutter: '>=3.10.6'
2022-01-16 11:19:01 -05:00
dependencies:
2024-02-27 21:19:30 -05:00
change_case: ^2.0.1
2023-07-26 14:20:17 -04:00
charcode: ^1.3.1
equatable: ^2.0.5
2024-02-27 21:19:30 -05:00
ffi: ^2.1.2
2023-08-02 21:09:47 -04:00
fixnum: ^1.1.0
2022-01-16 11:19:01 -05:00
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
2024-02-27 21:19:30 -05:00
freezed_annotation: ^2.4.1
2023-07-26 14:20:17 -04:00
json_annotation: ^4.8.1
2024-02-27 21:19:30 -05:00
path: ^1.9.0
path_provider: ^2.1.2
system_info2: ^4.0.0
2023-07-23 21:49:10 -04:00
system_info_plus: ^0.0.5
2023-07-30 15:57:06 -04:00
2022-01-16 11:19:01 -05:00
dev_dependencies:
2024-02-27 21:19:30 -05:00
build_runner: ^2.4.8
2022-01-16 11:19:01 -05:00
flutter_test:
sdk: flutter
2024-02-27 21:19:30 -05:00
freezed: ^2.4.7
2023-07-05 18:48:06 -04:00
json_serializable: ^6.7.1
2023-07-26 14:20:17 -04:00
lint_hard: ^4.0.0
2022-01-16 11:19:01 -05:00
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.veilid.veilid
pluginClass: VeilidPlugin
ios:
pluginClass: VeilidPlugin
linux:
pluginClass: VeilidPlugin
macos:
pluginClass: VeilidPlugin
windows:
pluginClass: VeilidPlugin
web:
2022-02-06 21:18:42 -05:00
pluginClass: VeilidPluginStubWeb
fileName: veilid_plugin_stub_web.dart
2022-01-16 11:19:01 -05:00
# To add assets to your plugin package, add an assets section, like this:
# assets:
2022-03-15 09:33:34 -04:00
# - assets/foo.wasm
2022-01-16 11:19:01 -05:00
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# To add custom fonts to your plugin package, 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 in packages, see
# https://flutter.dev/custom-fonts/#from-packages