forked from braverhealth/flutter_interactive_keyboard
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (21 loc) · 656 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
26 lines (21 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: flutter_interactive_keyboard
description: A flutter plugin to dismiss the keyboard interactively similar to the IOS native behavior. On Android the functionality is mimed without drag.
version: 0.2.0
homepage: https://github.com/mcrovero/flutter_interactive_keyboard
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.ujiboo.flutter_interactive_keyboard
pluginClass: FlutterInteractiveKeyboardPlugin
ios:
pluginClass: FlutterInteractiveKeyboardPlugin