first pass Windows support

This commit is contained in:
Nick Fisher
2023-09-23 15:27:09 +10:00
parent 64cfea2952
commit 609e349d58
344 changed files with 3886 additions and 261 deletions

View File

@@ -24,7 +24,7 @@ class _MyAppState extends State<MyApp> with SingleTickerProviderStateMixin {
return MaterialApp(
// showPerformanceOverlay: true,
color: Colors.white,
home: Scaffold(backgroundColor: Colors.white, body: ExampleWidget()));
home: Scaffold(backgroundColor: Colors.lightBlue, body: ExampleWidget()));
}
}
@@ -245,8 +245,9 @@ class _ExampleWidgetState extends State<ExampleWidget> {
}, "Set tone mapping to linear"));
return Stack(children: [
Positioned.fill(
Positioned(
bottom: 100,
height:400, width:400,
child: FilamentGestureDetector(
showControlOverlay: true,
controller: _filamentController,