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