From 170aeb06dab5655fd41c538a3d2e3a63362fd4fc Mon Sep 17 00:00:00 2001 From: DevCodeSpace Date: Tue, 25 Feb 2025 12:14:54 +0530 Subject: [PATCH 1/3] Bug Fixing related of the Flutter Stable --- .gitignore | 3 + CHANGELOG.md | 19 +- README.md | 2 +- android/.gitignore | 9 - android/.idea/compiler.xml | 2 +- android/.idea/gradle.xml | 2 +- android/.idea/misc.xml | 2 +- android/.idea/other.xml | 318 ------------------ android/build.gradle | 14 +- android/local.properties | 8 + android/src/main/AndroidManifest.xml | 5 +- .../IncomingCallNotificationService.java | 35 +- .../flutter/TwilioVoiceFlutterPlugin.java | 50 +-- .../voice/flutter/Utils/PreferencesUtils.java | 18 +- example/pubspec.lock | 108 +++--- ios/.gitignore | 38 --- ios/Assets/.gitkeep | 0 ios/Classes/TwilioVoiceFlutterPlugin.swift | 4 +- ios/twilio_voice_flutter.podspec | 2 +- pubspec.lock | 56 +-- pubspec.yaml | 8 +- 21 files changed, 182 insertions(+), 521 deletions(-) create mode 100644 .gitignore delete mode 100644 android/.gitignore delete mode 100644 android/.idea/other.xml create mode 100644 android/local.properties delete mode 100644 ios/.gitignore delete mode 100644 ios/Assets/.gitkeep 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 @@ -