chore(flutter): release with rive_native bump and update examples (#10190) eec2f66855

* chore(flutter): bump rive_native

* chore(flutter): add examples

* docs: update changelog

fix: recursively check whether an artboard is its ancestor before usi… (#10184) 53fb2577bc
* fix: recursively check whether an artboard is its ancestor before using it as the source of a nested artboard

fix(wagyu): proper init of Wagyu Render Pass Inputs (#10175) ff8fc66bc4
* proper init of Wagyu Render Pass Inputs

* fixed build issues

* clang-format

* proper black clear color

chore: update thumbnailer for new rive building set-up 9fd4961e9b

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2025-07-16 17:53:55 +00:00
parent 43e102c1a9
commit 16b484c81c
53 changed files with 833 additions and 293 deletions

View File

@ -1,5 +1,8 @@
export 'animation_painter.dart';
export 'databinding.dart';
export 'databinding_artboards.dart';
export 'databinding_images.dart';
export 'databinding_lists.dart';
export 'events.dart';
export 'hit_test_behaviour.dart';
export 'inputs.dart';