Hans Van den Keybus

Results 5 comments of Hans Van den Keybus

Having the same problem on my Flutter project, after upgrading to Xcode 14

"if a submodule uses the injector it gets compiled together with its dependencies into the submodule" This isn't the case of course, when you use in Flash Builder the option...

In the source code, the check for `browser.isInternetExplorer` looks like this: ``` static bool _isInternetExplorer(NavigatorProvider navigator) { return navigator.appName.contains('Microsoft') || navigator.appVersion.contains('Trident') || navigator.appVersion.contains('Edge'); } ``` I assume this means this...

I think this can be pretty easily solved by writing a transformer, which rewrites the XML code to dart code just before compiling, no? Would definitely be very nice to...

AngularDart runs a check on every 'save' action, so I think this might do the same, no? But perhaps it won't be that easy to implement anymore since you have...