mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 09:01:20 +00:00
Comment animation
This commit is contained in:
parent
47f1239d67
commit
2e3ada0eb3
@ -29,6 +29,16 @@ class _DebugPageState extends State<DebugPage> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
/*new Container(
|
||||||
|
width: 150,
|
||||||
|
height: 150,
|
||||||
|
child: FlareActor(
|
||||||
|
'assets/animations/MDLF_animation.flr',
|
||||||
|
alignment: Alignment.center,
|
||||||
|
fit: BoxFit.scaleDown,
|
||||||
|
animation: 'Rotate',
|
||||||
|
),
|
||||||
|
),*/
|
||||||
new Expanded(
|
new Expanded(
|
||||||
child: new ListView.separated
|
child: new ListView.separated
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user