Flutter Flare, Rive, is it able to use for background?
问题 I just succeed flutter-flare for my flutter widgets but I could not find a example to use it for background (Container) is this possible? 回答1: Use official example code https://github.com/2d-inc/Flare-Flutter/tree/stable/example/teddy/lib with a little modification, you can use Stack and Positioned and change attribute value like top code snippet return Scaffold( backgroundColor: Color.fromRGBO(93, 142, 155, 1.0), body: Container( child: Stack( children: <Widget>[ Positioned( top: 50, left:0,