Skip to content

Releases: nrubin29/flutter_acrcloud

flutter_acrcloud v1.0.0

09 Jan 04:42

Choose a tag to compare

Updated Android libraries to support 16 KB page sizes.

There isn't anything major in this release to mark the 1.0 milestone, but I've been using this package in Finale for years and it's been working perfectly.

flutter_acrcloud v0.2.2

10 Dec 01:52

Choose a tag to compare

Updated Gradle files.

flutter_acrcloud v0.2.1

31 May 07:36

Choose a tag to compare

Bumped Kotlin and Gradle versions.

flutter_acrcloud v0.2.0

17 May 02:25

Choose a tag to compare

ACRCloudResponse now includes Custom Files metadata if relevant. Thanks, @MichaelCadavillo!

flutter_acrcloud v0.1.6

12 May 02:59

Choose a tag to compare

flutter_acrcloud v0.1.5

29 Nov 06:23

Choose a tag to compare

[iOS] Set ENABLE_BITCODE to NO to resolve potential build issues.

flutter_acrcloud v0.1.4

27 Oct 05:18

Choose a tag to compare

  • Updated ACRCloud SDK to v1.6.2.1
  • This should also fix issues with running apps on the iOS simulator.

flutter_acrcloud v0.1.3

01 Jul 03:28

Choose a tag to compare

  • BREAKING: Renamed volume to volumeStream. It is now just a normal Stream instead of a BehaviorSubject.
  • Removed dependency on rxdart.
  • Upgraded dependencies.