Birju Vachhani

Results 62 comments of Birju Vachhani

Rolling back to v1.3.1 did not work for me.

Hi @g123k Thank you for reporting this issue. The reason why this is not supported is because Dart doesn't allow variables/properties whose name starts with a number. It must be...

There's prefix configuration. But I don't remember whether that removes the prefix digits or not. Can you try setting s prefix for this? Check this out: https://birjuvachhani.github.io/spider/prefixes/ Let me know...

I see. Please share exact configuration file as well.

Because both of the files fall under the same group and we are using file names as dart reference names, it is most likely that it is being overridden because...

Hmm....this could be tricky though for OS where file system is case sensitive which allows you to store 2 different files with same name and deferred case (e.g. Linux). I...

@vcrash That would require to add error in the codegen. Interesting! This conflicts with how this package's internals work so it would require special provisions perhaps. Let me give this...