Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hiennguyen92 committed Oct 23, 2021
1 parent 814bfd9 commit 0094a8a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0+2

* Update README.md.
* Update documentation.

## 1.0.0+1

* Update README.md.
Expand Down
7 changes: 7 additions & 0 deletions CMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```
flutter pub publish --dry-run
```

```
flutter pub publish
```
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca

4. Properties


| Prop | Description | Default |
| --------------- | ----------------------------------------------------------------------- | ----------- |
| **`id`** | UUID identifier for each call. UUID should be unique for every call and when the call is ended, the same UUID for that call to be used. suggest using <a href='https://pub.dev/packages/uuid'>uuid</a> | Required |
Expand All @@ -165,8 +164,8 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca
| **`android`** | Android data needed to customize UI. | Below |
| **`ios`** | iOS data needed. | Below |



<br>
* Android

| Prop | Description | Default |
Expand All @@ -177,6 +176,8 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca
| **`backgroundUrl`** | Using image background for Incoming call screen. | _None_ |
| **`actionColor`** | Color used in button/text on notification. | `#4CAF50` |

<br>
* iOS

| Prop | Description | Default |
Expand Down
13 changes: 1 addition & 12 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# flutter_callkit_incoming_example

Demonstrates how to use the flutter_callkit_incoming plugin.
Demonstrates how to use the `flutter_callkit_incoming` plugin.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit 0094a8a

Please sign in to comment.