Lurchfresser
Lurchfresser
Had the same issue. I didnt know, that on an Emulator, only test numbers will work. The documentation or error message should state that.
@beanpuppy Thank you for the reply. I am currently sick, but will do that, as soon as I get well again. Also I saw in the other PR, that you...
Same issue [vscode-app-1729092169412.log](https://github.com/user-attachments/files/17398570/vscode-app-1729092169412.log)
That would be a great fix. Do you know, when PRs get usually merged?
I just found a workaround for me. ```dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'main.freezed.dart'; void main() {} @freezed class NonConstConstructor with _$NonConstConstructor { // public field to demonstrate this.field` is accessible from...