File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
flutter_keyboard_visibility Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.0.2] - April 16, 2021
2
+
3
+ * Updated documentation
4
+
1
5
## [ 5.0.1] - April 16, 2021
2
6
3
7
* Updated Android target/compile SDK versions to 30
Original file line number Diff line number Diff line change 1
1
# Flutter Keyboard Visibility
2
2
[ ![ pub package] ( https://img.shields.io/pub/v/flutter_keyboard_visibility.svg?label=flutter_keyboard_visibility&color=blue )] ( https://pub.dev/packages/flutter_keyboard_visibility )
3
+ [ ![ codecov] ( https://codecov.io/gh/MisterJimson/flutter_keyboard_visibility/branch/master/graph/badge.svg )] ( https://codecov.io/gh/MisterJimson/flutter_keyboard_visibility )
3
4
4
5
React to keyboard visibility changes.
5
6
6
7
## Install
7
- Add the dependency to your pubspec.yaml
8
- ``` yaml
9
- dependencies :
10
- flutter_keyboard_visibility : ^4.0.4
11
- ` ` `
8
+ [ Install the package] ( https://pub.dev/packages/flutter_keyboard_visibility/install )
12
9
## Usage: React to Keyboard Visibility Changes
13
10
### Option 1: Within your ` Widget ` tree using a builder
14
11
Build your Widget tree based on whether or not the keyboard is visible by using ` KeyboardVisibilityBuilder ` .
@@ -95,4 +92,4 @@ void main() {
95
92
await tester.pumpWidget(MyApp());
96
93
});
97
94
}
98
- ` ` `
95
+ ```
Original file line number Diff line number Diff line change 1
1
name : flutter_keyboard_visibility
2
2
description : Flutter plugin for discovering the state of the soft-keyboard visibility on Android and iOS.
3
- version : 5.0.1
3
+ version : 5.0.2
4
4
homepage : https://github.com/MisterJimson/flutter_keyboard_visibility
5
5
repository : https://github.com/MisterJimson/flutter_keyboard_visibility
6
6
You can’t perform that action at this time.
0 commit comments