release 1.0.1

This commit is contained in:
Henry Hiles 2026-09-16 14:59:40 -04:00
commit a4a8bc6116
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 11 additions and 9 deletions

View file

@ -34,7 +34,7 @@ showModalBottomSheet(
### Accepted Parameters
- `List<EmojiCategory> prependCategories`: Categories to prepend to the default emoji list
- `List<EmojiCategory> appendCategories`: Categories to append to the default emoji list
- `IList<EmojiCategory> prependCategories`: Categories to prepend to the default emoji list
- `IList<EmojiCategory> appendCategories`: Categories to append to the default emoji list
- `required FutureOr<void> Function(String value) onSelection`: Function to be called when an emoji is selected
- `bool allowFreeText = false`: Whether to allow free text to be returned. Defaults to `false`.