This is a really really dumb workaround for a really really weird bug. If webview_flutter's plugin gets loaded AFTER wear_plus's plugin has been loaded then it will not work. And since flutter loads plugins in an alphabetical order, we can just rename wear_plus to zare_plus and have it's plugin load last.
23 lines
427 B
YAML
23 lines
427 B
YAML
name: zear_plus
|
|
description: An actively maintained plugin that offers Flutter support for Wear OS by Google
|
|
version: 1.2.3
|
|
homepage: https://github.com/Rexios80/wear_plus
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
flutter: ">=2.5.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
rexios_lints: ^10.1.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: dev.rexios.wear_plus
|
|
pluginClass: WearPlugin
|