Bruno D'Luka

Results 243 comments of Bruno D'Luka

I am experiencing the same issue. Here are the logs: Logs ```shell flutter clean; flutter pub get; flutter run -d windows --profile Deleting build... 3,7s Deleting .dart_tool... 184ms Deleting Generated.xcconfig......

The number box widget calls `updateValue` when the user taps on the field https://github.com/bdlukaa/fluent_ui/blob/355d058ac761745e44005669f6815f3b85608b90/lib/src/controls/form/number_box.dart#L599 `updateValue` always call `widget.onChanged`, which is causing this behavior. Ideally, `onChanged` should only be called when...

When opening your project with XCode, make sure to open `xcworkspace` instead of `xcproject`.