Felix Angelov

Results 772 comments of Felix Angelov

> Could we make the existing `Deprecated` class configurable here? The user of the annotation probably knows what is best for their situation. Specifically I would suggest adding a `bool...

> How about making a member deprecated if it overrides a deprecated member _and_ is marked with `@override`. > Also make it a warning to override a deprecated member, have...

Thanks so much! I'll do my best to review and get this merged sometime this week πŸŽ‰

@spydon @jisjoe I left my comments and some concerns at #9. Let me know what you think, thanks!

Closing this since I'm planning to release the changes in #11 as part of the next release πŸŽ‰

Are you tracking the lock file in source control? If not it’s fairly common for a plugin to get updated.

Hmm are you able to create a simple flutter app that reproduces the issue? It could be that some plugin is not deterministic (e.g. some native code changes on each...

> Can this be a problem if different version of rust compilers are used to compile the rust code. (Release used: 1.86.0, and patch used 1.84.0) Yeah I can totally...

> I am now using 1.86 for both and I still see the same warning. Would it be better to make the warning more specific? πŸ˜„ Not sure how much...

Yeah that's a good point. I opened #1569 with the changes but need still need to do some profiling. This would also technically be a breaking change.