File tree 3 files changed +6
-2
lines changed
packages/sensors_plus_web
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0+1
2
+
3
+ - Fixed typo
4
+
1
5
## 0.1.0
2
6
3
7
- Transfer to plus-plugins monorepo
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'package:sensors_plus_platform_interface/sensors_plus_platform_interface.
8
8
9
9
/// The sensors plugin.
10
10
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
12
12
/// of the plugin for the web.
13
13
static void registerWith (Registrar registrar) {
14
14
SensorsPlatform .instance = SensorsPlugin ();
Original file line number Diff line number Diff line change 1
1
name : sensors_plus_web
2
2
description : The web implementation of sensors_plus
3
- version : 0.1.0
3
+ version : 0.1.0+1
4
4
homepage : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_web
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments