Skip to content

Fixed a typo #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down