49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
name: emoji_picker_flutter
|
|
description: A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
|
|
version: 4.5.3
|
|
homepage: https://github.com/Fintasys/emoji_picker_flutter
|
|
|
|
screenshots:
|
|
- description: 'Default emoji picker on Android'
|
|
path: screenshot/example_custom_font_android.png
|
|
- description: 'WhatsApp-style emoji view'
|
|
path: screenshot/example_whatsapp_emoji_view.png
|
|
- description: 'WhatsApp-style search view'
|
|
path: screenshot/example_whatsapp_search_view.png
|
|
|
|
environment:
|
|
sdk: ">=3.11.5 <4.0.0"
|
|
flutter: ">=3.41.8"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.1.8
|
|
shared_preferences: ^2.3.3
|
|
web: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
test: ^1.25.7
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.fintasys.emoji_picker_flutter
|
|
pluginClass: EmojiPickerFlutterPlugin
|
|
ios:
|
|
pluginClass: EmojiPickerFlutterPlugin
|
|
macos:
|
|
pluginClass: EmojiPickerFlutterPlugin
|
|
windows:
|
|
pluginClass: EmojiPickerFlutterPluginCApi
|
|
linux:
|
|
pluginClass: EmojiPickerFlutterPlugin
|
|
web:
|
|
pluginClass: EmojiPickerFlutterPluginWeb
|
|
fileName: emoji_picker_flutter_web.dart
|