Skip to content

Commit

Permalink
Minor changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kish10 committed Jan 31, 2022
1 parent 69d8aff commit f42478c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Other awesome & popular flutter keyboard packages:
- [math_keyboard](https://pub.dev/packages/math_keyboard)
- Honorable mention: [Medium: Stop fighting the native iOS keypad and build a custom number pad for Flutter. -by Casey Henson](https://medium.com/@caseyahenson/stop-fighting-the-native-ios-keypad-and-build-a-custom-number-pad-for-flutter-473404d1bbd6)

Unlike [math_keyboard](https://pub.dev/packages/math_keyboard) or Casey Henson's implementation, fsmfkt like [keyboard_actions](https://pub.dev/packages/keyboard_actions), simply puts a toolbar on top of the system keyboard.
Unlike [math_keyboard](https://pub.dev/packages/math_keyboard) or Casey Henson's implementation, `flutter_smkt` like [keyboard_actions](https://pub.dev/packages/keyboard_actions), simply puts a toolbar on top of the system keyboard.

If you would like to replace the system keyboard with your own custom keyboard please reference the other packages.

Expand All @@ -35,8 +35,7 @@ So if you can make it simpler or better or greater, please let us know! Pull req
## Getting started

```yaml
flutter_simple_mobile_keyboard_toolbar:
git: https://github.com/kish10/flutter_simple_mobile_keyboard_toolbar
flutter_smkt: ^0.0.2
```
## Usage
Expand Down Expand Up @@ -267,7 +266,8 @@ class CustomToolbarView extends KeyboardToolbarView {

Where CustomToolbarView extends `KeyboardToolbarView`

### <a='troubleshooting'>Troubleshooting</a>
<a='troubleshooting' />
### Troubleshooting

#### `inactive InputConnection`

Expand Down

0 comments on commit f42478c

Please sign in to comment.