McQuenji

Results 23 comments of McQuenji

could this be because of the intel emulation layer? my macbook prompted me to install rosetta in order to run this app

you can take a look at my mason bricks https://github.com/mcquenji/flutter_modular_bricks. Although they are heavily opinionated.

am i missing something in the config?

we couldn't find any workarounds - we resorted to F5 spamming 😢

Am i stupid or something? Even when putting `ABSTRACT` before `IDENTIFIER` i still get the same error. ![Image](https://github.com/user-attachments/assets/b5309ae9-de59-44eb-943b-45a5bf83e9bc) ```g4 grammar test; class: ABSTRACT 'class' IDENTIFIER; ABSTRACT: 'abstract'; IDENTIFIER: [A-Za-z_][A-Za-z0-9_]*; //...

jesus christ thanks!!! this was driving me nuts... cant believe i missed that 😅

is there a reason for not using [freezed](https://pub.dev/packages/freezed) for these objects? it would automatically generate `copyWith`, `==`, `hashCode` and `toString`

i don't quite see how it's a hassle but fair, didnt know you could generate those with an IDE

yeah sadly... although [augments](https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md) are in the [funnel](https://github.com/orgs/dart-lang/projects/90/views/1) and being worked on so let's hope this drops soon