From 210232293756e750a5fa05035e3dc04b0b8e1146 Mon Sep 17 00:00:00 2001 From: matt Sullivan Date: Fri, 11 Jun 2021 17:19:10 -0700 Subject: [PATCH] Tweak example, bump version --- example/lib/simple_animation.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/lib/simple_animation.dart b/example/lib/simple_animation.dart index a5b51b9..fc7aa50 100644 --- a/example/lib/simple_animation.dart +++ b/example/lib/simple_animation.dart @@ -11,11 +11,9 @@ class SimpleAnimation extends StatelessWidget { title: const Text('Simple Animation'), ), body: const Center( - // child: RiveAnimation.asset('assets/off_road_car.riv'), child: RiveAnimation.network( 'https://cdn.rive.app/animations/vehicles.riv', fit: BoxFit.cover, - antialiasing: false, ), ), );