veilid/veilid-flutter/pubspec.yaml

91 lines
2.5 KiB
YAML
Raw Normal View History

2023-09-02 14:41:59 +00:00
# --- Bumpversion match - do not reorder
2022-01-16 16:19:01 +00:00
name: veilid
2023-09-04 00:45:12 +00:00
version: 0.2.1
2023-09-02 14:41:59 +00:00
# ---
2023-07-17 22:16:47 +00: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 16:19:01 +00:00
environment:
2023-05-29 19:24:57 +00:00
sdk: '>=3.0.0 <4.0.0'
2023-08-01 22:09:31 +00:00
flutter: '>=3.10.6'
2022-01-16 16:19:01 +00:00
dependencies:
2023-07-26 18:20:17 +00:00
change_case: ^1.0.1
charcode: ^1.3.1
equatable: ^2.0.5
ffi: ^2.0.0
2023-08-03 01:09:47 +00:00
fixnum: ^1.1.0
2022-01-16 16:19:01 +00:00
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
2023-07-26 18:20:17 +00:00
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
2022-03-04 01:45:39 +00:00
path: ^1.8.0
2023-07-30 19:57:06 +00:00
path_provider: ^2.0.9
2023-05-29 19:24:57 +00:00
system_info2: ^3.0.2
2023-07-24 01:49:10 +00:00
system_info_plus: ^0.0.5
2023-07-30 19:57:06 +00:00
2022-01-16 16:19:01 +00:00
dev_dependencies:
2023-07-26 18:20:17 +00:00
build_runner: ^2.4.6
2022-01-16 16:19:01 +00:00
flutter_test:
sdk: flutter
2023-07-05 22:48:06 +00:00
freezed: ^2.3.5
json_serializable: ^6.7.1
2023-07-26 18:20:17 +00:00
lint_hard: ^4.0.0
2022-01-16 16:19:01 +00: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-07 02:18:42 +00:00
pluginClass: VeilidPluginStubWeb
fileName: veilid_plugin_stub_web.dart
2022-01-16 16:19:01 +00:00
# To add assets to your plugin package, add an assets section, like this:
# assets:
2022-03-15 13:33:34 +00:00
# - assets/foo.wasm
2022-01-16 16:19:01 +00: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