Marcel Schwarz

Results 9 comments of Marcel Schwarz

I'll add my workaround - maybe it helps some people. First thing you need to know is that fastlane frameit currently only supports 3 devices for android - the Samsung...

I can't get it to work on MacOS using any of the two workarounds above, when running flutter pub global activate screenshots I get this, almost feels like there is...

ok nevermind I just forgot to restart the terminal window after changing the path variable...

For now this can be fixed temporarily by adding this to your pubspec.yaml: dependency_overrides: analyzer: 0.40.1 intl: 0.17.0-nullsafety.2 and in the dev_dependencies build_runner: ^1.11.0 I agree it would be great...

I have asked the author of the plugin, he said he needs code_builder and dart_style to get updated to null safety first. So if you want this to happen, you...

Yes would be amazing if it used the newest analyzer 3.2.0

For now this can be fixed temporarily by adding this to your pubspec.yaml: dependency_overrides: analyzer: 0.40.1 intl: 0.17.0-nullsafety.2 and in the dev_dependencies build_runner: ^1.11.0 I agree it would be great...

Yes I agree, having null safety supported on this one would be very important.

I can confirm this, I have the same issue. It works like a charm on Android but will totally crash the Flutter Web app.