Flutter Web: Stack and Flare Issue
问题 I was trying to create a simple web page on Flutter Web (dev channel - v1.13.2) and this weird issue occured. When I tried to place a Flare animation in stack widget which have 2 additional widget, a background and a centered text respectively, the Flare didn't seems to appear. But when I remove the background container, flare works and positioned perfectly. Here is the code; import 'package:flutter/material.dart'; import "package:flare_flutter/flare_actor.dart"; void main() => runApp(MyApp()