Wahab Alshahin

Results 41 comments of Wahab Alshahin

Confirmed what others are saying above. Removing the 9.2.0 precompiled iOS framework works but results in much longer build times. Relevant issue here: https://github.com/invertase/firestore-ios-sdk-frameworks/issues/53

> There are no plans to support server reflection at this time @mraleph it has been two years. Is this still the case? Any reason why server reflection would not...

> In my case, it seemed like the problem was with cache, because restarting the server and then renaming would take less @DanTup I run into this issue all the...

@DanTup thank you for the thorough response. I have been testing with `dart.previewLsp` enabled per your request and it has been night and day! I have not run into the...

I am seeing the same issue... why are these fields listed as "mandatory"?

@ened yup! I just want to trigger it through swift directly, without needing to go through the iOS task scheduler. I thought it was as simple as using the platform...

@ened sounds good! Yes I came to that realization as well, but I was trying to just get it to work as a proof of concept. I was actually trying...

This package is not being maintained any longer, it seems. Please use this fork on Pub.dev instead: https://pub.dev/packages/flutter_math_fork This specific fork can be found here on Github: https://github.com/simpleclub-extended/flutter_math

This package is not being maintained any longer, it seems. Please use this fork on Pub.dev instead: https://pub.dev/packages/flutter_math_fork This specific fork can be found here on Github: https://github.com/simpleclub-extended/flutter_math

Same issue. Here is the full error message from `flutter build ios` ```dart ./flutter/.pub-cache/hosted/pub.dartlang.org/flutter_math0.2.1/lib/src/widgets/selection/overlay.dart:302:46 : Error: Too few positional arguments: 8 required, 7 given. child: selectionControls.buildToolbar( ``` @JohnGalt1717 can you...