iOSonntag
iOSonntag
I just published the package on VSCode https://marketplace.visualstudio.com/items?itemName=iOSonntag.fluttereasylocalization Let me know if you are missing any substantial feature. And it might be great to mention it in the documentation
@bw-flagship Is it possible to add this to the pub.dev starting point page?
There is a VSC plugin tho that I created that does a pretty good job in combination with this package: https://marketplace.visualstudio.com/items?itemName=iOSonntag.fluttereasylocalization @bw-flagship Maybe add this to the pub.dev Info package...
@tywalch Alright I just reversed the condition to not equal `ne()` that should do the trick I guess. Pull request #379
Closed with merge of #379
No, you are completely right with what you just said. Maybe pointing it out in the docs would be great for new developers. I ran into this case often, like...
Just to explain my example more, often times I had api calls I knew would change my infinite lists but had no return object to optimistic update that list. Either...
Same here, local it works, once deployed it fails.
I just found out that my issue was related to brave browser shield, after turning shields down it worked without uncaught exceptions
I expect them to have a blank hit count and not zero like in the second image. Im running without `--enable-asserts`. It was said that asserts like `assert(someVar != null)`...