diff --git a/README.md b/README.md index 07fa152..7c01fd1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ These are the packages featured on the Flutter Community. | [**firestore_helpers**](https://github.com/fluttercommunity/firestore_helpers) | [![Pub](https://img.shields.io/pub/v/firestore_helpers.svg)](https://pub.dartlang.org/packages/firestore_helpers) | Firestore helper function to create dynamic and location based queries | [Thomas Burkhart](https://github.com/escamoteur) | [**draggable_scrollbar**](https://github.com/fluttercommunity/flutter-draggable-scrollbar) | [![Pub](https://img.shields.io/pub/v/draggable_scrollbar.svg)](https://pub.dartlang.org/packages/draggable_scrollbar) | A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. | [Marina Kuznetsova](https://github.com/marica27) | [**after_layout**](https://github.com/fluttercommunity/flutter_after_layout) | [![Pub](https://img.shields.io/pub/v/after_layout.svg)](https://pub.dartlang.org/packages/after_layout) | Execute code after the first layout of your widget has been performed, i.e. after the first frame has been displayed. | [Simon Lightfoot](https://github.com/slightfoot) -| [**flutter_blurhash**](https://github.com/fluttercommunity/flutter_blurhash) | [![Pub](https://img.shields.io/pub/v/flutter_blurhash.svg)](https://pub.dartlang.org/packages/flutter_blurhash) | Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium | [Robert Felker](https://github.com/Solido) +| [**flutter_blurhash**](https://github.com/fluttercommunity/flutter_blurhash) | [![Pub](https://img.shields.io/pub/v/flutter_blurhash.svg)](https://pub.dartlang.org/packages/flutter_blurhash) | Compact representation of a placeholder for an image. Encode a blurry image under 30 characters for instant display like used by Medium | [Robert Felker](https://github.com/Solido) | [**contacts_service**](https://github.com/fluttercommunity/flutter_contacts) | [![Pub](https://img.shields.io/pub/v/contacts_service.svg)](https://pub.dartlang.org/packages/contacts_service) | A Flutter plugin to retrieve and manage contacts on Android and iOS devices. | [Lukas Dickie](https://github.com/lukasgit) | [**flutter_downloader**](https://github.com/fluttercommunity/flutter_downloader) | [![Pub](https://img.shields.io/pub/v/flutter_downloader.svg)](https://pub.dartlang.org/packages/flutter_downloader) | A plugin for creating and managing download tasks. Supports iOS and Android. | [Hung Duy Ha](https://github.com/hnvn) | [**flutter_google_places**](https://github.com/fluttercommunity/flutter_google_places) | [![Pub](https://img.shields.io/pub/v/flutter_google_places.svg)](https://pub.dartlang.org/packages/flutter_google_places) | Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice | [Kev Morelli](https://github.com/KevMorelli)