File tree 35 files changed +105
-37
lines changed
battery_platform_interface
camera/camera_platform_interface
connectivity_platform_interface
device_info/device_info_platform_interface
file_selector_platform_interface
google_maps_flutter_platform_interface
image_picker_platform_interface
path_provider_platform_interface
url_launcher_platform_interface
wifi_info_flutter/wifi_info_flutter_platform_interface 35 files changed +105
-37
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: battery
2
2
description : Flutter plugin for accessing information about the battery state
3
3
(full, charging, discharging) on Android and iOS.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/battery/battery
5
- version : 2.0.0
5
+ version : 2.0.1
6
6
7
7
flutter :
8
8
plugin :
@@ -22,7 +22,7 @@ dependencies:
22
22
dev_dependencies :
23
23
flutter_test :
24
24
sdk : flutter
25
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
25
+ plugin_platform_interface : ^2 .0.0
26
26
integration_test :
27
27
path : ../../integration_test
28
28
pedantic : ^1.10.0
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: A common platform interface for the battery plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/battery
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
12
+ plugin_platform_interface : ^2 .0.0
13
13
14
14
dev_dependencies :
15
15
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
- Stable null safety release.
4
8
5
9
## 1.6.0
6
10
7
- - Added VideoRecordedEvent to support ending a video recording in the native implementation.
11
+ - Added VideoRecordedEvent to support ending a video recording in the native implementation.
8
12
9
13
## 1.5.0
10
14
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: A common platform interface for the camera plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/camera/camera_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
12
+ plugin_platform_interface : ^2 .0.0
13
13
cross_file : ^0.3.1
14
14
stream_transform : ^2.0.0
15
15
Original file line number Diff line number Diff line change
1
+ ## 3.0.2
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 3.0.1
2
6
3
7
* Migrate tests to null safety.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: connectivity
2
2
description : Flutter plugin for discovering the state of the network (WiFi &
3
3
mobile/cellular) connectivity on Android and iOS.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
5
- version : 3.0.1
5
+ version : 3.0.2
6
6
7
7
flutter :
8
8
plugin :
@@ -35,7 +35,7 @@ dev_dependencies:
35
35
test : ^1.16.3
36
36
integration_test :
37
37
path : ../../integration_test
38
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
38
+ plugin_platform_interface : ^2 .0.0
39
39
pedantic : ^1.10.0
40
40
41
41
environment :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
12
16
13
17
## 1.0.5
14
18
15
- * Remove dart: io Platform checks from the MethodChannel implementation. This is
19
+ * Remove dart: io Platform checks from the MethodChannel implementation. This is
16
20
tripping the analysis of other versions of the plugin.
17
21
18
22
## 1.0.4
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: A common platform interface for the connectivity plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
12
+ plugin_platform_interface : ^2 .0.0
13
13
14
14
dev_dependencies :
15
15
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: A common platform interface for the device_info plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/device_info
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
12
+ plugin_platform_interface : ^2 .0.0
13
13
14
14
dev_dependencies :
15
15
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 0.8.2
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 0.8.1
2
6
3
7
Endorse the web implementation.
Original file line number Diff line number Diff line change 1
1
name : file_selector
2
2
description : Flutter plugin for opening and saving files.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector
4
- version : 0.8.1
4
+ version : 0.8.2
5
5
6
6
flutter :
7
7
plugin :
@@ -19,7 +19,7 @@ dev_dependencies:
19
19
flutter_test :
20
20
sdk : flutter
21
21
test : ^1.16.3
22
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
22
+ plugin_platform_interface : ^2 .0.0
23
23
pedantic : ^1.10.0
24
24
25
25
environment :
Original file line number Diff line number Diff line change
1
+ ## 2.0.2
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.1
2
6
3
7
* Replace extensions with leading dots.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ description: A common platform interface for the file_selector plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.1
6
+ version : 2.0.2
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
12
http : ^0.13.0
13
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
13
+ plugin_platform_interface : ^2 .0.0
14
14
cross_file : ^0.3.0
15
15
16
16
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null-safety
Original file line number Diff line number Diff line change 1
1
name : google_maps_flutter
2
2
description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4
- version : 2.0.0
4
+ version : 2.0.1
5
5
6
6
dependencies :
7
7
flutter :
@@ -19,7 +19,7 @@ dev_dependencies:
19
19
sdk : flutter
20
20
test : ^1.16.0
21
21
pedantic : ^1.10.0
22
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
22
+ plugin_platform_interface : ^2 .0.0
23
23
stream_transform : ^2.0.0
24
24
25
25
flutter :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrated to null-safety.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description: A common platform interface for the google_maps_flutter plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
12
+ plugin_platform_interface : ^2 .0.0
13
13
stream_transform : ^2.0.0
14
14
collection : ^1.15.0
15
15
Original file line number Diff line number Diff line change
1
+ ## 0.7.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 0.7.0
2
6
3
7
* Migrate to nullsafety
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker
2
2
description : Flutter plugin for selecting images from the Android and iOS image
3
3
library, and taking new pictures with the camera.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5
- version : 0.7.0
5
+ version : 0.7.1
6
6
7
7
flutter :
8
8
plugin :
@@ -26,7 +26,7 @@ dev_dependencies:
26
26
path : ../../integration_test
27
27
mockito : ^5.0.0-nullsafety.7
28
28
pedantic : ^1.10.0
29
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
29
+ plugin_platform_interface : ^2 .0.0
30
30
31
31
environment :
32
32
sdk : " >=2.12.0-259.9.beta <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ description: A common platform interface for the image_picker plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
12
http : ^0.13.0
13
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
13
+ plugin_platform_interface : ^2 .0.0
14
14
15
15
dev_dependencies :
16
16
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change 1
1
name : path_provider
2
2
description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4
- version : 2.0.0
4
+ version : 2.0.1
5
5
6
6
flutter :
7
7
plugin :
@@ -34,7 +34,7 @@ dev_dependencies:
34
34
flutter_driver :
35
35
sdk : flutter
36
36
pedantic : ^1.10.0
37
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
37
+ plugin_platform_interface : ^2 .0.0
38
38
test : ^1.16.0
39
39
40
40
environment :
Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 2.0.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ description: A common platform interface for the path_provider plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 2.0.0
6
+ version : 2.0.1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.3.0
12
12
platform : ^3.0.0
13
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
13
+ plugin_platform_interface : ^2 .0.0
14
14
15
15
dev_dependencies :
16
16
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 6.0.2
2
+
3
+ * Update platform_plugin_interface version requirement.
4
+
1
5
## 6.0.1
2
6
3
7
* Update result to ` True ` on iOS when the url was loaded successfully.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dev_dependencies:
19
19
sdk : flutter
20
20
pedantic : ^1.10.0
21
21
mockito : ^5.0.0-nullsafety.7
22
- plugin_platform_interface : " >=1 .0.0 <3.0.0 "
22
+ plugin_platform_interface : ^2 .0.0
23
23
24
24
flutter :
25
25
uses-material-design : true
You can’t perform that action at this time.
0 commit comments