Last updated:
0 purchases
native emoji keyboard
native_emoji_keyboard #
Platform View for iOS emoji keyboard
Installation #
Xcode 11.4+
Flutter SDK 2.0.0+
Add this line into plist
<key>io.flutter.embedded_views_preview</key>
<true/>
copied to clipboard
Add to build "EmojiTextField"
SizedBox(
width: 350,
height: 250,
child: UiKitView(
viewType: "EmojiTextField",
),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.