diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ed3fc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/android/.gradle +/android/.idea +/android/.idea diff --git a/CHANGELOG.md b/CHANGELOG.md index ba94552..0d8b5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. \ No newline at end of file +* 0.0.1 introduces voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications. \ No newline at end of file diff --git a/README.md b/README.md index fdd2194..5894625 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/.gitignore b/android/.gitignore deleted file mode 100644 index 161bdcd..0000000 --- a/android/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -*.iml -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries -.DS_Store -/build -/captures -.cxx diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml index b589d56..b86273d 100644 --- a/android/.idea/compiler.xml +++ b/android/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index aeac74f..3532892 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -1,9 +1,9 @@ -