mirror of
https://github.com/xvrh/lottie-flutter.git
synced 2025-08-06 16:39:36 +08:00
Add newest bug fixes from lottie-android (#154)
This commit is contained in:
@ -20,7 +20,7 @@ class App extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
home: Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(''),
|
||||
title: const Text(''),
|
||||
),
|
||||
body: SingleChildScrollView(
|
||||
child: Center(
|
||||
|
Reference in New Issue
Block a user