Skip to content

Commit 2ea355f

Browse files
authored
ios: remove unnecessary CoreLocation import (MisterJimson#128)
This fixes MisterJimson#127 `NSLocationWhenInUseUsageDescription` warning
1 parent c6be612 commit 2ea355f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

flutter_keyboard_visibility/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.4.1] - March 26, 2023
2+
3+
* Fixed `NSLocationWhenInUseUsageDescription` warning on iOS
4+
15
## [5.4.0] - October 4, 2022
26
Thanks to cbenhagen for this feature
37

flutter_keyboard_visibility/ios/Classes/FlutterKeyboardVisibilityPlugin.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#import "FlutterKeyboardVisibilityPlugin.h"
1010

11-
@import CoreLocation;
12-
1311
@interface FlutterKeyboardVisibilityPlugin() <FlutterStreamHandler>
1412

1513
@property (copy, nonatomic) FlutterEventSink flutterEventSink;

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.0
3+
version: 5.4.1
44
homepage: https://github.com/MisterJimson/flutter_keyboard_visibility
55
repository: https://github.com/MisterJimson/flutter_keyboard_visibility
66

0 commit comments

Comments
 (0)