Flutter errors handling rant https://t.co/1YfowRWFhy
Say you want to send all unhandled exceptions to your server.
You google "flutter errors handling" and that leads you to https://t.co/yamhCSMApM
"Nice and simple" you think, add the code and attempt to live happily ever a…
😌Let's start a beautiful week with Beautiful Code Principles:
1. Have coding standards (naming, grouping, storing data, etc)
2. Use self notation
3. Use marks for easier navigation
4. Don't use strings\constant in your classes
and more good advice here 👉https://t.co/Us8UsCeg2m
I never noticed this before but you want the most number of major iOS updates go with an ’S’ iPhone. They get the same number or one more year of updates over the non-S iPhones.
New in Swift 5.1: Enum cases can now specify defaults for their associated values - which comes very much in handy when we want to add options or overrides to a given enum case 👍
Flutter: Local Storage (Shared Preferences) — Auto Login https://t.co/0zUIUyztNx
Written a simple and short tutorial to discuss about implementing local storage in Flutter! Understand that they has been tons around but I am trying to improve in my writing skills, so I am penni…