Add newest bug fixes from lottie-android (#154)

This commit is contained in:
Xavier H
2021-06-25 14:41:43 +02:00
committed by GitHub
parent 9471029b0a
commit 50495f24e2
476 changed files with 21942 additions and 522 deletions

View File

@ -1,9 +1,11 @@
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
void main() => runApp(MyApp());
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(