Flutter Route Transitions
Flutter makes it very easy to have a default screen transition, all you need to do is to define the following on your MaterilApp Theme:...
Flutter makes it very easy to have a default screen transition, all you need to do is to define the following on your MaterilApp Theme:...
Do we really have to keep trying to reinvent the wheel? About this post I really think that MVVM is a valid approach, however, I want to...
Securing your code should be your top concern. It is your responsibility as a developer to be aware of all the weaknesses and address them.
Memory usage should concern any android developer. If you optimize your memory consumption you will gain smoother user experience and...
Is your app collecting location in the background? Android 10 Introduced the new IOS like "Allow only when the app is in use" location...