1
0
mirror of https://github.com/rive-app/rive-flutter.git synced 2025-06-13 00:07:50 +08:00

Adds artboard parameter to onInit callback

This commit is contained in:
matt Sullivan
2021-06-18 11:02:53 -07:00
parent e589a121d6
commit 794bb90147
9 changed files with 67 additions and 8 deletions

@ -21,5 +21,5 @@ export 'package:rive/src/rive_core/shapes/paint/stroke.dart';
export 'package:rive/src/rive_core/shapes/shape.dart';
export 'package:rive/src/rive_file.dart';
export 'package:rive/src/runtime_artboard.dart';
export 'package:rive/src/state_machine_controller.dart';
export 'package:rive/src/controllers/state_machine_controller.dart';
export 'package:rive/src/widgets/rive_animation.dart';