Files
rive-flutter/CHANGELOG.md
2020-08-28 18:27:54 -07:00

1.2 KiB

[0.5.2] - 2020-08-28 18:24:45

  • Adding trim paths.

[0.5.1] - 2020-08-26 18:09:13

  • Bumping version number to match the runtime file version (5.1).
  • Adding support for bones.
  • Adding support for bone binding (deformation).

[0.0.7] - 2020-08-15 15:53:17

  • Adding support for clipping with Rive format version 5.

[0.0.6] - 2020-08-12 18:09:07

  • Adding support for version 4 with first cut of bones.

[0.0.5] - 2020-08-07 20:05:18

  • Updating format to only use unsigned integers to overcome a dart2js weakness with signed integers on the web.

[0.0.4] - 2020-07-28 18:35:44

  • Fundamental changes to runtime format enabling smaller file sizes. Format bumps to version 3.0 as it breaks backwards compatibility.

[0.0.3] - 2020-07-19 18:18:50

  • Support shorter string encoding. Format bumps to version 2.0 as it breaks backwards compatibility.

[0.0.1+3] - 2020-07-09 11:13:22

  • Fixing up flutter analyze issues thanks to @creativecreatorormaybenot.

[0.0.1+2] - 2020-07-08 16:47:10

  • Updating meta dependency to one that is compatible with Flutter 😶

[0.0.1] - 2020-07-08 16:29:36

  • Loading Rive 2 files.
  • Use a Rive widget to display them.
  • Drive animations with SimpleAnimation or make your own from RiveAnimationController.