2 min read
Flutter: Hide Credential Keys
In some cases, we need to hide some credential keys on our application, like CLIENT ID , and CLIENT SECRET even for your GOOGLE MAP API key. In my previous post talking a...
0 comments 0 reactions
In some cases, we need to hide some credential keys on our application, like CLIENT ID , and CLIENT SECRET even for your GOOGLE MAP API key. In my previous post talking a...
When developing an application, it is essential to have a well defined environment setup to facilitate efficient and reliable development, testing, and deployment process...
Not only you have been isolated when pandemic from 2020 until 2022, Dart code also have experience with (because by default dart run in the main isolates 🗿) . Background...
Preview Background Since Flutter 3 release, the Flutter team said they have made some web related improvements. They showed some performance test that presumably increase...