2023-09-02 10:41:59 -04:00
|
|
|
# --- Bumpversion match - do not reorder
|
2022-01-16 11:19:01 -05:00
|
|
|
name: veilid
|
2023-11-06 21:51:41 -05:00
|
|
|
version: 0.2.5
|
2023-09-02 10:41:59 -04:00
|
|
|
# ---
|
2023-07-17 18:16:47 -04:00
|
|
|
description: Veilid Framework
|
2022-01-17 13:44:38 -05:00
|
|
|
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:
|
2023-07-26 14:20:17 -04:00
|
|
|
change_case: ^1.0.1
|
|
|
|
charcode: ^1.3.1
|
|
|
|
equatable: ^2.0.5
|
|
|
|
ffi: ^2.0.0
|
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
|
2023-07-26 14:20:17 -04:00
|
|
|
freezed_annotation: ^2.2.0
|
|
|
|
json_annotation: ^4.8.1
|
2022-03-03 20:45:39 -05:00
|
|
|
path: ^1.8.0
|
2023-07-30 15:57:06 -04:00
|
|
|
path_provider: ^2.0.9
|
2023-05-29 15:24:57 -04:00
|
|
|
system_info2: ^3.0.2
|
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:
|
2023-07-26 14:20:17 -04:00
|
|
|
build_runner: ^2.4.6
|
2022-01-16 11:19:01 -05:00
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2023-07-05 18:48:06 -04:00
|
|
|
freezed: ^2.3.5
|
|
|
|
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
|