From be01634cf400af49307305a3de28a6ff1c3ae2c9 Mon Sep 17 00:00:00 2001 From: sarika gautam Date: Mon, 16 Aug 2021 18:22:05 +0530 Subject: [PATCH] updated README files to remove version related information --- at_common_flutter/README.md | 9 --------- at_contacts_flutter/README.md | 10 ++-------- at_contacts_group_flutter/README.md | 9 --------- at_events_flutter/README.md | 9 --------- at_location_flutter/README.md | 9 --------- 5 files changed, 2 insertions(+), 44 deletions(-) diff --git a/at_common_flutter/README.md b/at_common_flutter/README.md index c557b493..efd5f4f3 100644 --- a/at_common_flutter/README.md +++ b/at_common_flutter/README.md @@ -8,15 +8,6 @@ A Flutter package to provide custom widgets for other atsign packages. ## Getting Started -This plugin can be added to the project as git dependency in pubspec.yaml - -``` -dependencies: - at_common_flutter: ^1.0.0 -``` - -### Plugin description - This package provides the following custom widgets: #### CustomAppBar diff --git a/at_contacts_flutter/README.md b/at_contacts_flutter/README.md index c57dd61b..17fd8faa 100644 --- a/at_contacts_flutter/README.md +++ b/at_contacts_flutter/README.md @@ -8,17 +8,11 @@ A flutter plugin project for CRUD operations on contacts. ## Getting Started -This plugin can be added to the project as git dependency in pubspec.yaml - -``` -dependencies: - at_contacts_flutter: ^1.0.0 -``` - -### Plugin description This plugin provides two screens: + #### Contacts This lists the contacts. From this screen a new contact can be added. Also, an existing contact can be blocked or deleted. + #### Blocked Contacts This screen lists the blocked contacts. It also gives the option to unblock a contact in it. diff --git a/at_contacts_group_flutter/README.md b/at_contacts_group_flutter/README.md index 0d775c99..8ab12c64 100644 --- a/at_contacts_group_flutter/README.md +++ b/at_contacts_group_flutter/README.md @@ -6,15 +6,6 @@ A flutter plugin to provide group functionality for atsign contacts. Helps to manage contacts. -## Getting Started - -This plugin can be added to the project as git dependency in pubspec.yaml - -``` -dependencies: - at_contacts_group_flutter: ^1.0.0 -``` - ### Sample usage It is expected that the app will first create an AtClientService instance and authenticate an atsign. diff --git a/at_events_flutter/README.md b/at_events_flutter/README.md index a0d949c2..47730c80 100644 --- a/at_events_flutter/README.md +++ b/at_events_flutter/README.md @@ -6,15 +6,6 @@ A flutter plugin project to manage events. -## Getting Started - -This plugin can be added to the project as git dependency in pubspec.yaml - -``` -dependencies: - at_events_flutter: ^2.0.1 -``` - ### Sample usage It is expected that the app will first create an AtClientService instance and authenticate an atsign. diff --git a/at_location_flutter/README.md b/at_location_flutter/README.md index c5ec9044..f71a7891 100644 --- a/at_location_flutter/README.md +++ b/at_location_flutter/README.md @@ -6,15 +6,6 @@ A flutter plugin project to share location between two atsigns. -## Getting Started - -This plugin can be added to the project as git dependency in pubspec.yaml - -``` -dependencies: - at_location_flutter: ^2.0.2 -``` - ### Sample usage It is expected that the app will first create an AtClientService instance and authenticate an atsign.