PackageTrack
Sign in Get early access

rive_common

Share Rive functionality between the editor and the Flutter runtime.

0.4.15 95K downloads/mo #1153 most downloaded on pub.dev rive-app/rive-flutter

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 5 weeks

Most releases are documented

notes for 25 of 40 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

40 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

40 releases · Nov 2022 to Dec 2024
2023 2024 2025 2026
Release Pre-release

Releases

latest 40
  1. 0.4.15 02 Dec 2024
    Release notes
    • Fix: Windows/Linux building. Undefined symbol hb_style_get_value, see issue 437
    Open source →
  2. 0.4.14 29 Nov 2024
    Release notes
    • Updates to latest C++ Rive text (Support supplying mobile fallback fonts by style with caching)
    Open source →
  3. 0.4.13 25 Nov 2024
    Release notes
    Open source →
  4. 0.4.12 18 Oct 2024
    Release notes
    • Fixes audio crashes on iOS
    • Adds new Text wrap and fit options
    Open source →
  5. 0.4.11 29 Aug 2024
    Release notes
    • Update Android minSdkVersion from 16 to 19
    • Update kotlin_version from '1.6.10' to '1.7.10'
    • Specify the Android NDK version Rive should use by setting rive.ndk.version in gradle.properties. For example: rive.ndk.version=26.3.11579264. See issue 398.
    • Expand supported web package range to web: ">=0.5.1 <2.0.0". Resolves issues 413 and 415.
    • Fix iOS audio issue, see 416
    Open source →
  6. 0.4.10 23 Jul 2024
    Release notes
    • Add applyWorkaroundToRiveOnOldAndroidVersions. Experimental workaround when loading native libraries on Android 6 (see this issue). The method should be called before using any Rive APIs.
    Open source →
  7. 0.4.9 22 May 2024
    Release notes
    • Flutter Wasm compatibility
    • Add missing privacy key NSPrivacyCollectedDataTypes for iOS & macOS
    Open source →
  8. 0.4.8 07 May 2024
    Release notes
    • Add Privacy manifest for iOS & macOS runtimes
    Open source →
  9. 0.4.7 03 May 2024

    Nothing published for this version

  10. 0.4.6 03 May 2024

    Nothing published for this version

  11. 0.4.5 08 Apr 2024
    Release notes
    • Bump WASM stack size for MP3 decoding.
    Open source →
  12. 0.4.4 07 Apr 2024
    Release notes
    • More build fixes for Windows.
    Open source →
  13. 0.4.3 07 Apr 2024
    Release notes
    • Build fixes for Windows.
    Open source →
  14. 0.4.2 07 Apr 2024
    Release notes
    • More aggressive audio cleanup while playing many sounds concurrently.
    Open source →
  15. 0.4.1 07 Apr 2024
    Release notes
    • Memory leak fixes for audio.
    Open source →
  16. 0.4.0 06 Apr 2024
    Release notes
    • Audio support for volume and level monitoring.
    Open source →
  17. 0.3.3 16 Mar 2024
    Release notes
    • Fixed size issue in FFI where Rive assumed sizes were 64 bit. Details (here)[https://github.com/rive-app/rive-flutter/issues/347#issuecomment-1979496123]
    Open source →
  18. 0.3.2 02 Mar 2024
    Release notes
    • Remove Taffy dependency
    Open source →
  19. 0.3.1 02 Mar 2024

    Nothing published for this version

  20. 0.3.0 23 Jan 2024
    Release notes
    • Audio Engine for Rive in FFI and WASM.
    Open source →
  21. 0.2.9 09 Jan 2024
    Release notes
    • Taffy updates - flex & grid support in FFI, flex in WASM.
    Open source →
  22. 0.2.8 01 Nov 2023
    Release notes
    • Increase HTTP dependency range for Rive and Rive Common
    • Taffy dependency for layouts via FFI and WASM.

    0.2.7

    • Fix for updated Windows clang.

    0.2.6

    • Support for line spacing.

    0.2.5

    • Only fixRequireJs if it is defined.

    0.2.4

    • Fixed a memory leak.

    0.2.3

    • Support for xpos from glyph line.

    0.2.2

    • Fix missing build dependencies

    0.2.1

    • Update http package to v1.1.0

    0.2.0

    • Adds line height and text features (ex. ligatures)

    0.1.0

    • Changes text engine font variation configuration calls to support features.

    0.0.10

    • Adds Android namespace to support Gradle 8 (issue 312)

    0.0.9

    • Fixes setUrlStrategy called from rive_common and fixes a wasm issue.

    0.0.8

    • Text improvements in prep of text features for Rive.

    0.0.7

    • Changes for joystick support.

    0.0.4

    • Add Glyph offsets to fix Arabic Diacritics.

    0.0.3

    • Helpers for x and y direction getters from Mat2D.
    • Normalize a Vec2D in place with .norm()
    • Multiplication operator for Vec2D.
    Open source →
  23. 0.2.7 05 Sep 2023

    Nothing published for this version

  24. 0.2.6 09 Aug 2023

    Nothing published for this version

  25. 0.2.5 07 Aug 2023

    Nothing published for this version

  26. 0.2.4 05 Aug 2023

    Nothing published for this version

  27. 0.2.3 28 Jul 2023

    Nothing published for this version

  28. 0.2.2 19 Jul 2023

    Nothing published for this version

  29. 0.2.1 19 Jul 2023

    Nothing published for this version

  30. 0.2.0 12 Jul 2023

    Nothing published for this version

  31. 0.1.0 23 Jun 2023

    Nothing published for this version

  32. 0.0.10 12 Jun 2023

    Nothing published for this version

  33. 0.0.9 25 May 2023

    Nothing published for this version

  34. 0.0.8 25 May 2023

    Nothing published for this version

  35. 0.0.7 23 May 2023
    Release notes
    • Adding support for clipping with Rive format version 5.
    Open source →
  36. 0.0.6 15 May 2023
    Release notes
    • Adding support for version 4 with first cut of bones.
    Open source →
  37. 0.0.5 03 May 2023
    Release notes
    • Updating format to only use unsigned integers to overcome a dart2js weakness with signed integers on the web.
    Open source →
  38. 0.0.3 13 Mar 2023
    Release notes
    • Support shorter string encoding. Format bumps to version 2.0 as it breaks backwards compatibility.
    Open source →
  39. 0.0.2 19 Jan 2023
    Release notes
    • Support for variable fonts.
    Open source →
  40. 0.0.1 19 Nov 2022
    Release notes
    • Loading Rive 2 files.
    • Use a Rive widget to display them.
    • Drive animations with SimpleAnimation or make your own from RiveAnimationController.
    Open source →
    Release notes
    • First release!
    • New common library shared by Rive runtime and editor.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive