From ae0a2fe1b0f8b0b199a19a828901879bc22fb397 Mon Sep 17 00:00:00 2001 From: Eunice Vassoa Date: Sat, 18 Dec 2021 11:18:16 +0200 Subject: [PATCH] updating README --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f2b0e95..1bf2c22 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,14 @@ A Flutter plugin to handle input autocomplete suggestions # Table of contents -- [Easy Autocomplete](#easy-autocomplete) -- [Preview](#preview) -- [Table of contents](#table-of-contents) - - [ToDo](#todo) - - [Done](#done) - - [Installation](#installation) - - [Basic example](#basic-example) - - [Example with customized style](#example-with-customized-style) - - [Example with asynchronous data fetch](#example-with-asynchronous-data-fetch) - - [API](#api) - - [Issues & Suggestions](#issues--suggestions) - - [Thank you for the support!](#thank-you-for-the-support) +* [ToDo](#todo) +* [Done](#done) +* [Installation](#installation) +* [Basic example](#basic-example) +* [Example with customized style](#example-with-customized-style) +* [Example with asynchronous data fetch](#example-with-asynchronous-data-fetch) +* [API](#api) +* [Issues & Suggestions](#issues--suggestions) ## ToDo * Add validation functionality @@ -233,4 +229,4 @@ The above example will generate something like below preview: ## Issues & Suggestions If you encounter any issue you or want to leave a suggestion you can do it by filling an [issue](https://github.com/4inka/flutter_easy_autocomplete/issues). -### Thank you for the support! \ No newline at end of file +### Thank you for the support!