wear_plus to zare_plus
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.
This commit is contained in:
parent
3f5f894e86
commit
a6fb67b23e
@ -1,5 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:wear_plus/src/wear.dart';
|
||||
import 'package:zear_plus/src/wear.dart';
|
||||
|
||||
/// Ambient modes for a Wear device
|
||||
enum WearMode {
|
||||
|
@ -1,5 +1,5 @@
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:wear_plus/src/wear.dart';
|
||||
import 'package:zear_plus/src/wear.dart';
|
||||
|
||||
/// Shape of a Wear device
|
||||
enum WearShape {
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wear_plus
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user