From 21de3590c11ad621226bdb89936eed0a51f2653c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 17 Sep 2026 12:13:38 -0400 Subject: [PATCH] bump to 1.1.1+2 --- README.md | 4 ++-- assets/{screenshot.png => screenshots/main.png} | Bin pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename assets/{screenshot.png => screenshots/main.png} (100%) diff --git a/README.md b/README.md index 5c15d18..35031f3 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ A generic but configurable emoji picker for Flutter. Defaults to including only - Up-to-date emojis, sourced from gemoji - The ability to prepend or append custom categories with custom emoji - Support for free text selection -- High performance due to using slivers plus a custom listener. +- High performance due to using slivers plus a custom listener - Sleek M3 design: -![A screenshot of the emoji picker, showing a searchbar, category selection, and two categories of emojis](https://git.federated.nexus/Henry-Hiles/material_emoji_picker/raw/branch/main/assets/screenshot.png) +![A screenshot of the emoji picker, showing a searchbar, category selection, and two categories of emojis](https://git.federated.nexus/Henry-Hiles/material_emoji_picker/raw/branch/main/assets/screenshots/main.png) ## Getting started diff --git a/assets/screenshot.png b/assets/screenshots/main.png similarity index 100% rename from assets/screenshot.png rename to assets/screenshots/main.png diff --git a/pubspec.yaml b/pubspec.yaml index 90c7f62..10845a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: material_emoji_picker description: A generic but configurable emoji picker for Flutter -version: 1.1.1+1 +version: 1.1.1+2 repository: https://git.federated.nexus/Henry-Hiles/material_emoji_picker issue_tracker: https://git.federated.nexus/Henry-Hiles/material_emoji_picker/issues