mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-29 03:07:17 +08:00
Bumping runtime version and murdering fractional.
This commit is contained in:
@ -44,7 +44,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
|
||||
// Load the animation file from the bundle, note that you could also
|
||||
// download this. The RiveFile just expects a list of bytes.
|
||||
rootBundle.load('assets/teeny_tiny.riv').then(
|
||||
rootBundle.load('assets/off_road_car.riv').then(
|
||||
(data) async {
|
||||
var file = RiveFile();
|
||||
// Load the RiveFile from the binary data.
|
||||
|
Reference in New Issue
Block a user