We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafc23f commit 354ea26Copy full SHA for 354ea26
lib/page/welcome_page.dart
@@ -70,7 +70,7 @@ class _WelcomePageState extends State<WelcomePage> {
70
child: new Container(
71
width: size,
72
height: size,
73
- child: new FlareActor("static/file/flare_flutter.flr",
+ child: new FlareActor("static/file/flare_flutter_2.flr",
74
alignment: Alignment.topCenter,
75
fit: BoxFit.fill,
76
animation: "Placeholder"),
pubspec.yaml
@@ -101,7 +101,7 @@ flutter:
101
- static/images/default_img.png
102
- static/file/rejection.json
103
- static/file/rejection2.json
104
- - static/file/flare_flutter.flr
+ - static/file/flare_flutter_2.flr
105
106
fonts:
107
- family: wxcIconFont
static/file/flare_flutter.flr renamed to static/file/flare_flutter_2.flr
5.27 KB
0 commit comments