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:
4831c0 2025-04-04 19:26:54 +02:00
parent 3f5f894e86
commit a6fb67b23e
Signed by: 4831c0
GPG Key ID: 3F97EDDF98E45AA4
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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