veilid/veilid-flutter/pubspec.yaml

86 lines
2.4 KiB
YAML
Raw Normal View History

2022-01-16 16:19:01 +00:00
name: veilid
2023-07-22 17:02:10 +00:00
version: 0.1.5
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'
2022-01-16 16:19:01 +00:00
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
2022-06-16 02:40:40 +00:00
ffi: ^2.0.0
2022-02-09 14:47:36 +00:00
change_case: ^1.0.1
2022-03-04 01:45:39 +00:00
path_provider: ^2.0.9
path: ^1.8.0
2023-05-29 19:24:57 +00:00
system_info2: ^3.0.2
charcode: ^1.3.1
2023-07-05 22:48:06 +00:00
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
equatable: ^2.0.5
2022-01-16 16:19:01 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
2022-06-16 02:40:40 +00:00
flutter_lints: ^2.0.1
2023-07-05 22:48:06 +00:00
build_runner: ^2.4.6
freezed: ^2.3.5
json_serializable: ^6.7.1
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