published 0.0.1

This commit is contained in:
Noah Schairer
2023-04-28 15:31:57 -04:00
parent 4f4a551217
commit 89745f163e
3 changed files with 30 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import 'package:flutter/services.dart';
typedef KeyboardHeightCallback = void Function(double height);
class KeyboardHeightPlugin {
static const EventChannel _keyboardHeightEventChannel = const EventChannel('keyboardHeightEventChannel');
static const EventChannel _keyboardHeightEventChannel = EventChannel('keyboardHeightEventChannel');
StreamSubscription? _keyboardHeightSubscription;