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 2024Releases
latest 40-
0.4.1502 Dec 2024Release notes
Open source →- Fix: Windows/Linux building. Undefined symbol
hb_style_get_value, see issue 437
- Fix: Windows/Linux building. Undefined symbol
-
0.4.1429 Nov 2024Release notes
Open source →- Updates to latest C++ Rive text (Support supplying mobile fallback fonts by style with caching)
-
0.4.1325 Nov 2024Release notes
Open source →- Updates to latest C++ Rive text (changes to fallback fonts)
- Resolves downstream building for tests
-
0.4.1218 Oct 2024 -
0.4.1129 Aug 2024Release notes
Open source →- Update Android
minSdkVersionfrom 16 to 19 - Update
kotlin_versionfrom '1.6.10' to '1.7.10' - Specify the Android NDK version Rive should use by setting
rive.ndk.versioningradle.properties. For example:rive.ndk.version=26.3.11579264. See issue 398. - Expand supported
webpackage range toweb: ">=0.5.1 <2.0.0". Resolves issues 413 and 415. - Fix iOS audio issue, see 416
- Update Android
-
0.4.1023 Jul 2024Release notes
Open source →- Add
applyWorkaroundToRiveOnOldAndroidVersions. Experimental workaround when loading native libraries on Android 6 (see this issue). The method should be called before using any Rive APIs.
- Add
-
0.4.922 May 2024Release notes
Open source →- Flutter Wasm compatibility
- Add missing privacy key NSPrivacyCollectedDataTypes for iOS & macOS
-
0.4.807 May 2024 -
0.4.703 May 2024Nothing published for this version
-
0.4.603 May 2024Nothing published for this version
-
0.4.508 Apr 2024 -
0.4.407 Apr 2024 -
0.4.307 Apr 2024 -
0.4.207 Apr 2024 -
0.4.107 Apr 2024 -
0.4.006 Apr 2024 -
0.3.316 Mar 2024Release notes
Open source →- 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]
-
0.3.202 Mar 2024 -
0.3.102 Mar 2024Nothing published for this version
-
0.3.023 Jan 2024 -
0.2.909 Jan 2024 -
0.2.801 Nov 2023Release notes
Open source →- 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
httppackage 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.
-
0.2.705 Sep 2023Nothing published for this version
-
0.2.609 Aug 2023Nothing published for this version
-
0.2.507 Aug 2023Nothing published for this version
-
0.2.405 Aug 2023Nothing published for this version
-
0.2.328 Jul 2023Nothing published for this version
-
0.2.219 Jul 2023Nothing published for this version
-
0.2.119 Jul 2023Nothing published for this version
-
0.2.012 Jul 2023Nothing published for this version
-
0.1.023 Jun 2023Nothing published for this version
-
0.0.1012 Jun 2023Nothing published for this version
-
0.0.925 May 2023Nothing published for this version
-
0.0.825 May 2023Nothing published for this version
-
0.0.723 May 2023 -
0.0.615 May 2023 -
0.0.503 May 2023Release notes
Open source →- Updating format to only use unsigned integers to overcome a dart2js weakness with signed integers on the web.
-
0.0.313 Mar 2023Release notes
Open source →- Support shorter string encoding. Format bumps to version 2.0 as it breaks backwards compatibility.
-
0.0.219 Jan 2023 -
0.0.119 Nov 2022Release notes
Open source →- Loading Rive 2 files.
- Use a Rive widget to display them.
- Drive animations with SimpleAnimation or make your own from RiveAnimationController.