Commit Graph

6 Commits

Author SHA1 Message Date
Sergio Martins
192533647d flutter: Deal in StatefulWidget instead of PositionedWidget
So we can wrap PositionedWidget in something else
2022-08-09 19:07:18 +01:00
Sergio Martins
2afe86e63b flutter: Support showing a basic layout
Next step is adding a MouseRegion for the separators
2022-08-09 18:45:11 +01:00
Sergio Martins
b52070dc0e flutter: Support flutter telling kddw the side of the layout
DropArea's size isn't driven by kddw, that gets resized whenever
the user resizes the window. Flutter now tells KDDW the new size
2022-08-09 01:37:37 +01:00
Sergio Martins
8050ca6259 flutter: Remove unneeded callbacks 2022-08-08 23:33:19 +01:00
Sergio Martins
f493c44729 flutter: Use keys instead of callbacks to update state 2022-08-08 22:49:56 +01:00
Sergio Martins
9cf99ff45c flutter: Use a mixin for the View's data
Group_flutter.dart doesn't inherit from View_flutter.dart, it inherits
directly from C++, so wasn't getting the data.

Since Dart doesn't support multiple inheritance we'll use a mixin
2022-08-07 15:56:13 +01:00