I am using Getx and its dependency injection mechanism. sometime I am overthinking - should I inject a class that should remain in memory (for good as a Singelt
I have added Resource.fr-FR.resx to my project and have done the globalization setting in web.config as follows. <system.web> <globalization cult
My goal is to change the color and the opacity of the appbar when user scrolls down. My logic is: scroll offset = 0 : appbar is red with opacity = 1 0 < sc
I did quite some research and this issues came and went multiple times when looking at the age of various SO posts and Mozilla's bug tracker. Each time I use b
I am trying to get the top card from a list using Javascript. I saw another post on this but the code was outdated / no longer working. I have a Trello list, ca
the post request has content_Name,content_Type, content_Json. Those are the field that should be sent, but if i add a property ill be able to send a request wit
I am launching a process from my application using CreateProcess API and I want to bring the window of the new process to top. Is there a way to do it? Do we ha