flutter_ime 2.0.0
flutter_ime: ^2.0.0 copied to clipboard
IME(Input Method Editor) controller for Flutter. Supports Windows and macOS. Provides functionality to switch between Korean and English input modes.
2.0.0 #
- BREAKING: Refactor to top-level functions (removed FlutterIme class)
- Simplified API: Call
setEnglishKeyboard()
directly without instantiation
1.1.0 #
- Add macOS support
- Support English keyboard switching on macOS
1.0.3 #
- update: update license
1.0.2 #
- update: update license
1.0.1 #
- Lower SDK constraint to >=3.0.0
- Update flutter_lints to ^4.0.0
1.0.0 #
- Initial release
- Windows IME English switching function
- IME status checking function