- thermion_dart@0.1.2 - thermion_flutter_ffi@0.1.0+10 - thermion_flutter_web@0.0.2 - thermion_flutter@0.1.1+11 - thermion_flutter_platform_interface@0.1.0+10
32 lines
710 B
YAML
32 lines
710 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.0.2
|
|
|
|
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: ^0.5.1
|
|
thermion_dart: ^0.1.2
|
|
thermion_flutter_platform_interface: ^0.1.0+10
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.0.0
|