-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type 'Null' is not a subtype of type 'String' in type cast #262
Comments
What SDK you are using from pubspec? |
sdk: ">=2.12.0 <3.0.0" chopper_generator: ^4.0.0 |
same for me |
same issue on my side |
As I understand, this is #257 ? Correct? @lejard-h What do you think? Should we release hotfix? Is that automated by Github Actions? |
Looks like it fixes an issue. |
Okay, I will publish it tomorrow. I have contacted @lejard-h and received instructions, will try them tomorrow. I'm on vacation and it is late for me :) |
Thaks! Sorry for interruption. Enjoy your vacation! |
4.0.1 released, should we working now! |
Because it was working for me without this patch, please check the fix and write here, if possible :) |
Can approve everything works well. Thanks! |
Note for anybody who has issues with |
Thanks all! |
build runner throws this error.
[SEVERE] chopper_generator:chopper_generator:
type 'Null' is not a subtype of type 'String' in type cast
package:chopper_generator/chopper_generator.dart 7:69 chopperGeneratorFactory
package:build_runner_core/src/package_graph/apply_builders.dart 179:47 new BuilderApplication.forBuilder...
dart:async runZonedGuarded
The text was updated successfully, but these errors were encountered: