Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Releases: millicast/flutter-sdk

v1.2.0

12 Jun 20:41
b75fe95

Choose a tag to compare

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

Full Changelog: 1.1.0...1.2.0

v1.1.0

21 Sep 21:27
dbc99ec

Choose a tag to compare

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

20 Jun 15:30
57f269f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...1.0.0

v0.2.2

09 May 20:56
7f02d72

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

v0.2.1

09 May 13:26

Choose a tag to compare

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

22 Apr 20:45
2a34030

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

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

11 Apr 14:36
8d3d780

Choose a tag to compare

0.1.0 Pre-release
Pre-release

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.

Full Changelog: https://github.com/millicast/flutter-sdk/commits/0.1.0