Skip to content

Commit 42ddef5

Browse files
committed
Merge branch 'v6'
2 parents b5e7b0d + 71a3229 commit 42ddef5

File tree

7 files changed

+5
-12
lines changed

7 files changed

+5
-12
lines changed

flutter_keyboard_visibility/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [6.0.0] - December 19, 2023
2+
* 5.4.3 republished as a new major version. The Android Gradle changes were breaking for some users so 5.4.3 was unpublished. Using this version may require you to update your Android Gradle version.
3+
14
## [5.4.3] - May 20, 2023
25
Thanks to fabricio-godoi for reporting this issue.
36

flutter_keyboard_visibility/example/linux/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
#include "generated_plugin_registrant.h"
88

9-
#include <flutter_keyboard_visibility_linux/flutter_keyboard_visibility_plugin.h>
109

1110
void fl_register_plugins(FlPluginRegistry* registry) {
12-
g_autoptr(FlPluginRegistrar) flutter_keyboard_visibility_linux_registrar =
13-
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterKeyboardVisibilityPlugin");
14-
flutter_keyboard_visibility_plugin_register_with_registrar(flutter_keyboard_visibility_linux_registrar);
1511
}

flutter_keyboard_visibility/example/linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44

55
list(APPEND FLUTTER_PLUGIN_LIST
6-
flutter_keyboard_visibility_linux
76
)
87

98
list(APPEND FLUTTER_FFI_PLUGIN_LIST

flutter_keyboard_visibility/example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
#include "generated_plugin_registrant.h"
88

9-
#include <flutter_keyboard_visibility_windows/flutter_keyboard_visibility_plugin.h>
109

1110
void RegisterPlugins(flutter::PluginRegistry* registry) {
12-
FlutterKeyboardVisibilityPluginRegisterWithRegistrar(
13-
registry->GetRegistrarForPlugin("FlutterKeyboardVisibilityPlugin"));
1411
}

flutter_keyboard_visibility/example/windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44

55
list(APPEND FLUTTER_PLUGIN_LIST
6-
flutter_keyboard_visibility_windows
76
)
87

98
list(APPEND FLUTTER_FFI_PLUGIN_LIST

flutter_keyboard_visibility/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_keyboard_visibility
22
description: Flutter plugin for discovering the state of the soft-keyboard visibility on Android and iOS.
3-
version: 5.4.3
3+
version: 6.0.0
44
homepage: https://github.com/MisterJimson/flutter_keyboard_visibility
55
repository: https://github.com/MisterJimson/flutter_keyboard_visibility
66

test_lint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
(cd flutter_keyboard_visibility_windows && flutter analyze)
77
(cd flutter_keyboard_visibility && flutter analyze)
88
(cd flutter_keyboard_visibility/example && flutter analyze)
9-
(cd flutter_keyboard_visibility/example_old && flutter analyze)
10-
(cd flutter_keyboard_visibility && flutter test --no-sound-null-safety --coverage)
9+
(cd flutter_keyboard_visibility && flutter test --coverage)

0 commit comments

Comments
 (0)