I added: ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); FlutterLayerShell.configure(edge: LayerShellEdge.BOTTOM, size: 65); runApp(const MyApp()); } ``` And the cc stuff, but nothing displays.
I added:
And the cc stuff, but nothing displays.