A SDK to create a Virtual Keyboard for iOS and Android π.
About β’
Installation β’
Supported Platforms β’
Features β’
Integration β’
Examples β’
Benchmark β’
How to get help? β’
License
Documentation
The Virtual Keyboard SDK is a virtual keyboard for iOS
and Android
.
This keyboard has outstanding features included such as: being able to type or swipe in 82 languages, autocorrection, emojis, custom views on top of the keyboard, custom themes, and much more.
Once integrated you would be able to see an actual virtual keyboard in your device.
iOS, iPadOS
VirtualKeyboardSDK can be installed with the Swift Package Manager:
https://github.com/FleksySDK/FleksySDK-iOS
Android
VirtualKeyboardSDK can be installed with Maven:
maven { url = "https://maven.fleksy.com/maven" }
and adding the dependency:
dependencies {
...
// Keyboard SDK dependency
implementation("co.thingthing.fleksycore:fleksycore-release:4.15.2")
}
Apple Platform
iOS 13
Android Platform
Android API 21
It also supports kotlin
and java
- β‘ Custom Action: The Virtual Keyboard SDK enables you to add custom actions directly to the keyboard layout. This might be custom buttons next to the space bar, specific images and associated actions. Check all the different options: Custom Action iOS and Custom Action Android.
- πββοΈ Emojis: Emojis are already configured by categories, and they are automatically updated to the latest supported version. Configure and check all the different options: Emojis iOS and Emojis Android.
- π± In-App Keyboard: The Virtual Keyboard SDK allows you to integrate the virtual keyboard as an in-app keyboard without needing a system-wide keyboard. This is specific for App developers in the cybersecurity space. Further details: In-App Keyboard iOS and In-App Keyboard Android.
- π Languages: The Virtual Keyboard SDK supports up to 82 different languages.
- π¨ Theming: The Virtual Keyboard SDK allows you to configure the appearance of the keyboard by changing colors, font, background and more for a different parts of the keyboard. For further details and comprehensive documentation: Theming iOS and Theming Android.
- π Topbar Icon: The Virtual keyboard SDK empowers you to customize icons within the top bar, ranging from a basic image to a view positioned on either the right or left side of the topbar. Further details: Topbar iOS and Topbar Android.
Using the Fleksy Keyboard SDK you are able to create an App for iOS or Android which has a keyboard.
Folder | Description |
---|---|
/Integration/Keyboard-iOS | iOS project for an App which holds a keyboard built using the FleksySDK. |
/Integration/Keyboard-Android | Android project for an App which has a keyboard built using the FleksySDK. |
/Integration/Keyboard-Flutter | Flutter project for an App which holds a keyboard built using the FleksySDK. |
- Customise look&feel of the keyboard π¨ -> Examples/Style
- Download and Install Languages π -> Examples/Languages
- Add your own custom buttons on the keyboard layout π‘ -> Examples/CustomAction
Want to test how KeyboardSDK works on your phone ?
Join our community to test how the VirtualKeyboardSDK performs.
Public Link | Description |
---|---|
iOS Testflight | iOS sample App for testing right away our last development on the KeyboardSDK. |
Android Firebase | Android sample App for testing right away our last development on the KeyboardSDK. |
Keyboard Performance Comparison
Compare the perfomance of any keyboard against that of any other keyboard, use our open source tool: Kebbie
- Quick Start - Get started on developing your keyboard using the KeyboardSDK.
- Documentation - FleksySDK documentation
- Developer portal - Fleksy developer portal.
Any question that you might have, please post it directly into the Github Discussion Forum.
Business related questions, please, go to our developers portal, we will assist you as soon as possible.
The Fleksy test SDK is proprietary binary code and licensed under the Fleksy Binary Trial License in the License folder.
The remaining source code available in this repository are licensed under the MIT license, a copy of which is also in the License folder
Documentation is distributed under the CC-BY-ND-4.0 license, available at https://creativecommons.org/licenses/by-nd/4.0/,
All code and materials are Β© 2024 ThingThing Ltd.