Skip to content

Commit

Permalink
Merge pull request #152 from atsign-foundation/dev_env
Browse files Browse the repository at this point in the history
updated README files to remove version related information
  • Loading branch information
sarika01 authored Aug 16, 2021
2 parents 24adceb + be01634 commit 5c25d6c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 44 deletions.
9 changes: 0 additions & 9 deletions at_common_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions at_contacts_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 0 additions & 9 deletions at_contacts_group_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 0 additions & 9 deletions at_events_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 0 additions & 9 deletions at_location_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5c25d6c

Please sign in to comment.