Closed kirill-grouchnikov closed 1 year ago
Opening example/lib/main.dart
in IntelliJ shows this:
Replacing child
with body
in line 110 fixes the issue and makes the app run successfully
@kirill-grouchnikov I believe you encountered this issue because you were using an older version of Flutter on the stable
channel at the time. PlatformMenuBar
changed body
to child
in the latest version by that time.
The latest clone of the project. Run
flutter run
from theexample
folder and choose to run on macOS (my version is 13.0.1):