Skip to content

Commit 1dbd5ac

Browse files
committed
fixed typo
1 parent 9e19d08 commit 1dbd5ac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/sensors_plus_web/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- Fixed typo
4+
15
## 0.1.0
26

37
- Transfer to plus-plugins monorepo

packages/sensors_plus_web/lib/src/sensors.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:sensors_plus_platform_interface/sensors_plus_platform_interface.
88

99
/// The sensors plugin.
1010
class SensorsPlugin extends SensorsPlatform {
11-
/// Factory method that initializes the Battery plugin platform with an instance
11+
/// Factory method that initializes the Sensors plugin platform with an instance
1212
/// of the plugin for the web.
1313
static void registerWith(Registrar registrar) {
1414
SensorsPlatform.instance = SensorsPlugin();

packages/sensors_plus_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sensors_plus_web
22
description: The web implementation of sensors_plus
3-
version: 0.1.0
3+
version: 0.1.0+1
44
homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_web
55

66
environment:

0 commit comments

Comments
 (0)