Run generate

just trying to flush through some of the bits coming out of running generate core runtime & generate core runtime without making a mess in other pr's .
this is split into four commits which might be helpful when looking at the changes here.

Diffs=
ad72cfce5 Run generate (#5490)
7ee5f7d5a Increases the margin for the approx call to some of the wangs formula… (#5506)
2f224da7f Runtime ellipsis (#5482)

Co-authored-by: Maxwell Talbot <talbot.maxwell@gmail.com>
This commit is contained in:
mjtalbot
2023-06-29 08:29:17 +00:00
parent 13adb8da86
commit fe30e35068
69 changed files with 410 additions and 53 deletions

View File

@ -1,3 +1,7 @@
/// Core automatically generated
/// lib/src/generated/container_component_base.dart.
/// Do not modify manually.
import 'package:rive/src/rive_core/component.dart';
abstract class ContainerComponentBase extends Component {