Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/android/.gradle
/android/.idea
/android/.idea
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 0.0.4
## Version 0.0.6

* Bug Fixing and Improvements

## Version 0.0.5

* Bug Fixing and Improvements
* Plugin move to the stable version

## Version 0.0.4

✨ Added

Expand All @@ -12,14 +21,14 @@

🌊 Enhanced event stream for calls.

## 0.0.3
## Version 0.0.3

* Improving documentation clarity and optimizing code for better performance and efficiency.

## 0.0.2
## Version 0.0.2

* Fixed `MissingPluginException` issue ([#1](https://github.com/DevCodeSpace/twilio_voice_flutter/issues/1), [#2](https://github.com/DevCodeSpace/twilio_voice_flutter/issues/2))

## 0.0.1
## Version 0.0.1

* Version 0.0.1 introduces voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.
* 0.0.1 introduces voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add dependency to your `pubspec.yaml` file & run Pub get

```yaml
dependencies:
twilio_voice_flutter: ^0.0.4
twilio_voice_flutter: ^0.0.6
```
And import package into your class file

Expand Down
9 changes: 0 additions & 9 deletions android/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion android/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading