Skip to content
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

update maintainer for flutter_google_places #89

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 @@ -31,7 +31,7 @@ These are the packages featured on the Flutter Community.
| [**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)
| [**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)
| [**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 | [Julian Steenbakker](https://github.com/juliansteenbakker)
| [**infinite_listview**](https://github.com/fluttercommunity/flutter_infinite_listview) | [![Pub](https://img.shields.io/pub/v/infinite_listview.svg)](https://pub.dartlang.org/packages/infinite_listview) | ListView with items that can be scrolled infinitely in both directions. | [Simon Lightfoot](https://github.com/slightfoot)
| [**flutter_launcher_icons**](https://github.com/fluttercommunity/flutter_launcher_icons) | [![Pub](https://img.shields.io/pub/v/flutter_launcher_icons.svg)](https://pub.dartlang.org/packages/flutter_launcher_icons) | A package which simplifies the task of updating your Flutter app's launcher icon. | [Mark O'Sullivan](https://github.com/MarkOSullivan94)
| [**flutter_sms**](https://github.com/fluttercommunity/flutter_sms) | [![Pub](https://img.shields.io/pub/v/flutter_sms.svg)](https://pub.dartlang.org/packages/flutter_sms) | A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. | [Rody Davis](https://github.com/rodydavis)
Expand Down