native_emoji_keyboard 0.1.0+1 copy "native_emoji_keyboard: ^0.1.0+1" to clipboard
native_emoji_keyboard: ^0.1.0+1 copied to clipboard

PlatformiOS

A new flutter plugin project.

native_emoji_keyboard #

Platform View for iOS emoji keyboard

Installation #

  • Xcode 11.4+
  • Flutter SDK 2.0.0+
  1. Add this line into plist
    <key>io.flutter.embedded_views_preview</key>
    <true/>
  1. Add to build "EmojiTextField"
SizedBox(
        width: 350,
        height: 250,
        child: UiKitView(
          viewType: "EmojiTextField",
        ),
      )
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on native_emoji_keyboard