mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-07-15 06:30:53 +08:00
Adds animationByName method to Artboard and more tests
This commit is contained in:
@ -12,9 +12,7 @@ void main() {
|
||||
File('assets/multiple_artboards_0_6_2.riv').readAsBytesSync());
|
||||
}
|
||||
|
||||
setUp(() {
|
||||
loadTestAssets();
|
||||
});
|
||||
setUp(loadTestAssets);
|
||||
|
||||
test('Rive files load', () {
|
||||
// Create a dummy RiveFile
|
||||
|
Reference in New Issue
Block a user