Skip to content

Commit cebaa22

Browse files
authored
Merge pull request #129 from FleksySDK/update-readme
Update readme
2 parents a36f2d5 + bb63b8b commit cebaa22

File tree

1 file changed

+40
-12
lines changed

1 file changed

+40
-12
lines changed

README.md

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
2-
## About Keyboard SDK 📱
1+
<h1 align="center">VirtualKeyboardSDK</h1>
2+
<p align="center">
3+
A SDK to create a Virtual Keyboard for iOS and Android 💁.
4+
</p>
5+
6+
<p align="center">
7+
<a href="#about-keyboard-sdk">About</a> •
8+
<a href="#installation">Installation</a> •
9+
<a href="#supported-platforms">Supported Platforms</a> •
10+
<a href="#features">Features</a> •
11+
<a href="#integration">Integration</a> •
12+
<a href="#examples">Examples</a> •
13+
<a href="#benchmark">Benchmark</a> •
14+
<a href="#how-to-get-help">How to get help?</a> •
15+
<a href="#licensing">License</a>
16+
17+
<br>
18+
<a href="https://docs.fleksy.com/" target="_blank">Documentation</a>
19+
</p>
20+
21+
22+
## About Keyboard SDK
323

424
The Virtual Keyboard SDK is a virtual keyboard for `iOS` and `Android`.
525

626
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.
727

828
Once integrated you would be able to see an actual virtual keyboard in your device.
929

10-
## Installation ▶️
30+
## Installation
1131

1232
**iOS, iPadOS**
1333

@@ -27,11 +47,11 @@ and adding the dependency:
2747
dependencies {
2848
...
2949
// Keyboard SDK dependency
30-
implementation("co.thingthing.fleksycore:fleksycore-release:4.3.7")
50+
implementation("co.thingthing.fleksycore:fleksycore-release:4.9.0")
3151
}
3252
```
3353

34-
## Supported Platforms 📲
54+
## Supported Platforms
3555

3656
**Apple Platform**
3757

@@ -44,17 +64,17 @@ dependencies {
4464
It also supports `kotlin` and `java`
4565

4666

47-
## Features 💅
67+
## Features
4868

49-
***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](https://docs.fleksy.com/sdk-ios/features/custom-action/). (Working on the Android version).
69+
***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](https://docs.fleksy.com/sdk-ios/features/custom-action/) and [Custom Action Android](https://docs.fleksy.com/sdk-android/features/custom-action/).
5070
* 🙋‍♀️ **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](https://docs.fleksy.com/sdk-ios/features/emojis/) and [Emojis Android](https://docs.fleksy.com/sdk-android/features/emojis/).
5171
* 📱 **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](https://docs.fleksy.com/sdk-ios/features/in-app-keyboard/) and [In-App Keyboard Android](https://docs.fleksy.com/sdk-android/features/in-app-keyboard/).
5272
* 🌍 **Languages**: The Virtual Keyboard SDK supports up to 82 different languages.
5373
* 🎨 **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](https://docs.fleksy.com/sdk-ios/features/theming/) and [Theming Android](https://docs.fleksy.com/sdk-android/features/theming/).
5474
* 💅 **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](https://docs.fleksy.com/sdk-ios/features/topbar-icon/) and [Topbar Android](https://docs.fleksy.com/sdk-android/features/topbar-icon/).
5575

5676

57-
## Integration 🔌
77+
## Integration
5878

5979
Using the Fleksy Keyboard SDK you are able to create an App for iOS or Android which has a keyboard.
6080

@@ -64,7 +84,15 @@ Using the Fleksy Keyboard SDK you are able to create an App for iOS or Android w
6484
| [/Integration/Keyboard-Android](/Integration/Keyboard-Android) | Android project for an App which has a keyboard built using the FleksySDK. |
6585
| [/Integration/Keyboard-Flutter](/Integration/Keyboard-Flutter) | Flutter project for an App which holds a keyboard built using the FleksySDK. |
6686

67-
## Benchmark 🚀
87+
## Examples
88+
89+
1. Customise look&feel of the keyboard 🎨 -> [Examples/Style](/Examples/Style)
90+
2. Download and Install Languages 🌍 -> [Examples/Languages](/Examples/Languages)
91+
3. Add your own custom buttons on the keyboard layout 🔡 -> [Examples/CustomAction](/Examples/CustomAction)
92+
93+
94+
95+
## Benchmark
6896

6997
Want to test how KeyboardSDK works on your phone ?
7098

@@ -76,21 +104,21 @@ Join our community to test how the VirtualKeyboardSDK performs.
76104
| [Android Firebase](https://appdistribution.firebase.dev/i/f9ae23f7f30c9045) | Android sample App for testing right away our last development on the KeyboardSDK.|
77105

78106

79-
## Documentation 📗
107+
## Documentation
80108

81109
- [Quick Start](https://docs.fleksy.com/quick-start/) - Get started on developing your keyboard using the KeyboardSDK.
82110
- [Documentation](https://docs.fleksy.com/) - FleksySDK documentation
83111
- [Developer portal](https://developers.fleksy.com) - Fleksy developer portal.
84112

85113

86-
## How to get help? 🙋
114+
## How to get help?
87115

88116
Any question that you might have, please post it directly into the [Github Discussion Forum](https://github.com/FleksySDK/fleksysdk/discussions).
89117

90118
Business related questions, please, go to our [developers portal](https://developers.fleksy.com/), we will assist you as soon as possible.
91119

92120

93-
## Licensing 📄
121+
## Licensing
94122

95123
The Fleksy test SDK is proprietary binary code and licensed under the Fleksy Binary Trial License in the License folder.
96124

0 commit comments

Comments
 (0)