diff --git a/lib/src/ambient_widget.dart b/lib/src/ambient_widget.dart index 5840619..4a42a1a 100644 --- a/lib/src/ambient_widget.dart +++ b/lib/src/ambient_widget.dart @@ -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 { diff --git a/lib/src/shape_widget.dart b/lib/src/shape_widget.dart index f846655..7cd66f0 100644 --- a/lib/src/shape_widget.dart +++ b/lib/src/shape_widget.dart @@ -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 { diff --git a/pubspec.yaml b/pubspec.yaml index 75461c3..e347fcb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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