Skip to content

Commit

Permalink
Bump to up haishin_kit 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Dec 7, 2024
1 parent 26f0a4e commit 9a0d5ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.13.0"
version: "0.14.0"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -187,10 +187,10 @@ packages:
dependency: transitive
description:
name: permission_handler_html
sha256: "6b9cb54b7135073841a35513fba39e598b421702d5f4d92319992fd6eb5532a9"
sha256: "38f000e83355abb3392140f6bc3030660cfaef189e1f87824facb76300b4ff24"
url: "https://pub.dev"
source: hosted
version: "0.1.3+4"
version: "0.1.3+5"
permission_handler_platform_interface:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion ios/Classes/MediaMixerHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ extension MediaMixerHandler: MethodCallHandler {
}
Task { @ScreenActor in
instance.screen.size = CGSize(width: CGFloat(width.floatValue), height: CGFloat(height.floatValue))
print(instance.screen.size)
result(nil)
}
case "RtmpStream#attachVideo":
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: haishin_kit
description: A Flutter plugin for Camera and Microphone streaming library via RTMP.
version: 0.13.0
version: 0.14.0
homepage: https://github.com/shogo4405/HaishinKit.dart

environment:
Expand Down

0 comments on commit 9a0d5ab

Please sign in to comment.