Skip to content

Commit 158cfe1

Browse files
authored
Merge pull request #45 from AS-Devs/pigeon-rewrite
Pigeon Rewrite
2 parents c14ba5c + 7c17003 commit 158cfe1

File tree

70 files changed

+2394
-1154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2394
-1154
lines changed

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: bbfbf1770cca2da7c82e887e4e4af910034800b6
7+
revision: 18116933e77adc82f80866c928266a5b4f1ed645
88
channel: stable
99

1010
project_type: plugin

.vscode/launch.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,41 @@
5555

5656
## 0.1.2
5757

58-
* IsConnected Method Added
58+
* IsConnected Method Added
59+
60+
## 0.2.0-dev.1
61+
62+
* Rewrote the plugin using pigeon
63+
* **Breaking Changes**:
64+
* `invokeMethod` now take only strings as arguments instead of dynamic.
65+
* `invokeMethod` now returns only string as result.
66+
* `hubCallback` now also returns string as message instead of dynamic.
67+
68+
## 0.2.0-dev.2
69+
70+
* Fix for invokeMethod calls having no return value.
71+
72+
## 0.2.0-dev.3
73+
74+
* Updated signalr for iOS.
75+
* Transport fallback properly added for iOS.
76+
77+
## 0.2.0-dev.4
78+
79+
* App bundle build issue fix.
80+
81+
## 0.2.0-dev.5
82+
83+
* Removed unnecessary platform exceptions.
84+
* Updated dependencies.
85+
86+
## 0.2.0
87+
88+
* Rewrote the plugin using pigeon.
89+
* Removed unnecessary platform exceptions.
90+
* Updated signalr for iOS.
91+
* Updated all dependencies to the latest.
92+
* **Breaking Changes**:
93+
* `invokeMethod` now take only strings as arguments instead of dynamic.
94+
* `invokeMethod` now returns only string as result.
95+
* `hubCallback` now also returns string as message instead of dynamic.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ R8 may strip away some SignalR classes for the Android in Release Builds. Add th
4949
For more info check example.
5050

5151
Any issue or PR is always welcome.
52+

analysis_options.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include: package:flutter_lints/flutter.yaml
2+
3+
# Additional information about this file can be found at
4+
# https://dart.dev/guides/language/analysis-options

android/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.
-492 Bytes
Binary file not shown.

android/.idea/codeStyles/Project.xml

Lines changed: 0 additions & 134 deletions
This file was deleted.

android/.idea/gradle.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)