Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Missing compatible Monarch UI for Flutter 3.24 (Windows) #148

Closed kylenoteboom closed 3 weeks ago

kylenoteboom commented 3 weeks ago

Monarch --version output:

Monarch version 2.2.7

Monarch modules:
- cli: 3.0.5
- controller: 1.4.2
- platform_app: 2.3.1
- preview_api: 2.4.1

flutter --version output:

flutter --version
Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 80c2e84975 (3 weeks ago) • 2024-07-30 23:06:49 +0700
Engine • revision b8800d88be
Tools • Dart 3.5.0 • DevTools 2.37.2

Running on Windows.

fertrig commented 3 weeks ago

I fixed the monarch build. Please try again.

kylenoteboom commented 3 weeks ago

Yup, that's solved it. Thanks!