Skip to content

Commit 90acab2

Browse files
committed
docs(readme): document SPM issue
1 parent c86f237 commit 90acab2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ We don't plan on introduce breaking changes unless there is a strong reason even
1515

1616
This fork aim to solve the following issues:
1717

18-
- Use the Flutter default `compileSdkVersion` as a workaround to a bug in Flutter [#63533](https://github.com/flutter/flutter/issues/63533). Allowing you to target the latest `compileSdkVersion`
18+
- Use the Flutter default `compileSdkVersion` as a workaround to a bug [flutter#63533](https://github.com/flutter/flutter/issues/63533). Allowing you to target the latest `compileSdkVersion`
1919
- Support for [Flutter/WASM](https://docs.flutter.dev/platform-integration/web/wasm). Currently using `dart:html` or `package:js` will prevent from compiling the app using Wasm target. It looks like `flutter_keyboard_visibility_web` was created to always return `false` on web platforms. The Web is still not supported with this fork.
20+
- Support for [Swift Package Manager](https://docs.flutter.dev/packages-and-plugins/swift-package-manager/).
2021

2122
Your existing code that use `package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart` should work by replacing it with:
2223

flutter_keyboard_visibility_temp_fork/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ We don't plan on introduce breaking changes unless there is a strong reason even
1515

1616
This fork aim to solve the following issues:
1717

18-
- Use the Flutter default `compileSdkVersion` as a workaround to a bug in Flutter [#63533](https://github.com/flutter/flutter/issues/63533). Allowing you to target the latest `compileSdkVersion`
18+
- Use the Flutter default `compileSdkVersion` as a workaround to a bug [flutter#63533](https://github.com/flutter/flutter/issues/63533). Allowing you to target the latest `compileSdkVersion`
1919
- Support for [Flutter/WASM](https://docs.flutter.dev/platform-integration/web/wasm). Currently using `dart:html` or `package:js` will prevent from compiling the app using Wasm target. It looks like `flutter_keyboard_visibility_web` was created to always return `false` on web platforms. The Web is still not supported with this fork.
20+
- Support for [Swift Package Manager](https://docs.flutter.dev/packages-and-plugins/swift-package-manager/).
2021

2122
Your existing code that use `package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart` should work by replacing it with:
2223

0 commit comments

Comments
 (0)