- thermion_dart@0.3.3-pre - thermion_flutter@0.3.3-pre - thermion_flutter_method_channel@0.3.3-pre - thermion_flutter_platform_interface@0.3.3-pre - thermion_flutter_web@0.3.3-pre
39 lines
895 B
YAML
39 lines
895 B
YAML
name: thermion_flutter_web
|
|
description: A web platform interface for the thermion_flutter plugin.
|
|
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
|
|
version: 0.3.3-pre
|
|
|
|
environment:
|
|
sdk: ">=3.3.0 <4.0.0"
|
|
flutter: ">=3.0.0"
|
|
|
|
flutter:
|
|
plugin:
|
|
implements: thermion_flutter_platform_interface
|
|
platforms:
|
|
web:
|
|
pluginClass: ThermionFlutterWebPlugin
|
|
fileName: thermion_flutter_web.dart
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.1.0
|
|
web: ^1.0.0
|
|
thermion_dart: ^0.3.3-pre
|
|
thermion_flutter_platform_interface: ^0.3.3-pre
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
logging: ^1.3.0
|
|
dependency_overrides:
|
|
thermion_flutter_platform_interface:
|
|
path: ../thermion_flutter_platform_interface
|
|
thermion_dart:
|
|
path: ../../thermion_dart
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.0.0
|