简体   繁体   English

如何在 flutter 中制作键盘应用程序?

[英]How do you make a keyboard app in flutter?

I am sorry if this question is frequently asked, simple to answer or not defined enough.如果这个问题经常被问到,回答简单或定义不够,我很抱歉。 I'll provide as many details as I can.我会提供尽可能多的细节。

Anyway反正

You've probably heard of the app called Giphy.您可能听说过名为 Giphy 的应用程序。 It's an app via which you can send GIF images to others.这是一个应用程序,您可以通过它向他人发送 GIF 图像。 When you download the app, you also have an integrated keyboard which you can use instead of the standard keyboard you get with your phone下载该应用程序时,您还可以使用集成键盘代替手机附带的标准键盘看起来像这样

I just recently started learning flutter and I wanted to try and make a keyboard of my own.我最近才开始学习 flutter,我想尝试制作自己的键盘。 Is there a way to do that in flutter?有没有办法在 flutter 中做到这一点? If so, how do I do it?如果是这样,我该怎么做?

You cannot create Keyboard input editor app in flutter, because it is very specific to native application.您不能在 flutter 中创建键盘输入编辑器应用程序,因为它非常特定于本机应用程序。 So try to create it natively for both Android and iOS.所以尝试为 Android 和 iOS 本地创建它。

Check below links, might help you:检查以下链接,可能会对您有所帮助:

For Android:对于 Android:

For iOS:对于 iOS:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM