Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace flutter_keyboard_visibility with flutter_keyboard_visibility_temp_fork to support Flutter/Wasm target #2293

Merged
merged 6 commits into from
Sep 27, 2024
2 changes: 1 addition & 1 deletion lib/src/editor/raw_editor/raw_editor_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:flutter/rendering.dart' show RenderAbstractViewport;
import 'package:flutter/scheduler.dart' show SchedulerBinding;
import 'package:flutter/services.dart'
show Clipboard, HardwareKeyboard, SystemChannels, TextInputControl;
import 'package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart'
import 'package:flutter_keyboard_visibility_temp_fork/flutter_keyboard_visibility_temp_fork.dart'
show KeyboardVisibilityController;

import '../../common/structs/horizontal_spacing.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:

# Plugins
url_launcher: ^6.2.4
flutter_keyboard_visibility: ^6.0.0
flutter_keyboard_visibility_temp_fork: ^0.1.1
quill_native_bridge: '>=10.5.14 <=10.6.2'

dev_dependencies:
Expand Down