This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Releases: millicast/flutter-sdk
Releases · millicast/flutter-sdk
v1.2.0
1.2.0
Added
- BETA RELEASE: Millicast Flutter SDK now allows desktop support on all three platforms MacOS, Linux, and Windows.
Changed
- Updated all dependencies to the latest resolvable versions.
- Updated webRTC versions for iOS (104.5112.17) and Android (104.5112.09)
Fixed
- Fixes for Dart 3 and Flutter 3.10 support.
New Contributors
- @dzfill made their first contribution in #36
- @NicolasInzua made their first contribution in #39
- @Akshar-Patel made their first contribution in #37
- @FredM7 made their first contribution in #41
Full Changelog: 1.1.0...1.2.0
v1.1.0
1.1.0
Added
- flutter_webrtc version upgraded to 0.9.7 (Uses WebRTC release m104).
Changed
- Now example app asks for all the permission required during startup.
- Updated all dependencies to latest versions.
- Updated min iOS min version 10 to 11.
Removed
- Removed uni_links dependency from example app.
v1.0.0
What's Changed
- Flutter version3.x.x && version2.x.x support by @ftejeria in #22
- Fixed misrepresentation of viewer count. by @olbapbetan in #23
- Feature/fix add remote track by @ftejeria in #25
- Pre release by @fcancela in #26
- Create tests.yml by @fcancela in #28
- Feature/tests GitHub action by @fcancela in #29
- Feature/testing by @Santiago-Souto in #30
- addRemoteTrack: Remove complete pendingTransceivers. by @fcancela in #31
- Release 1.0.0 by @fcancela in #27
New Contributors
- @olbapbetan made their first contribution in #23
- @Santiago-Souto made their first contribution in #30
Full Changelog: 0.2.2...1.0.0
v0.2.2
v0.2.1
First official release of the Millicast Flutter SDK!
What's Changed
- SDK package can now be downloaded directly from pub.dev package repository.
- EA-Mirror-iOS-Camera: invert mirrored flag for iOS by @fcancela in #15
- Bugfix/h264 support by @fcancela in #16
- h264-support: solved codec fallback codec issue. by @fcancela in #17
Full Changelog: 0.2.0...0.2.1
v0.2.0
Changelog
Added
- Added support for latest version of viewercount.
Changed
- Removed support for legacy version of viewercount.
- Updated README API Reference hyperlink to the proper url.
Fixed
- Fixed viewercount issues for EA.
- Fixed EA iOS bug where audio could not be heard on the subscriber side.
- Fixed bug where websockets were not being properly closed both for publisher/viewer.
- Fixed reenabling unlimited bitrate for the SDK.
0.1.0
This is the first beta test release of the Millicast Flutter SDK.
For SDK usage instructions, please refer to the SDK README.md.
An Example App (EA) at flutter-sdk/example has been provided to illustrate the basic usage of the SDK.
Usage of the EA is documented at its own readme at flutter-sdk/example/README.md.
There are some known issues as indicated below that are currently being worked on.
Known issues:
- H264 publish on Android is device dependent.
- Possible workaround includes publishing with other codecs, such as VP8, VP9.
- The EA has some minor issues:
- On iOS, the first publish might be missing audio.
- Possible workaround is to exit, reenter Publisher view, and publish again.
- Viewer count might not work correctly in some scenarios.
- Subscription occasionally does not terminate after leaving Subscriber view.
- Possible workaround is to restart EA.
- On iOS, the first publish might be missing audio.
Full Changelog: https://github.com/millicast/flutter-sdk/commits/0.1.0