Bumping runtime version and murdering fractional.

This commit is contained in:
Luigi Rosso
2020-09-28 16:56:53 -07:00
parent 317f9ca68d
commit 5bd55da4fc
9 changed files with 55 additions and 287 deletions

View File

@ -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.