Handling Platform-Specific Code in Flutter: A Guide to Resolving “dart:html” ErrorsFlutter’s support for multiple platforms, including Android, iOS, and the Web, makes it a powerful framework for cross-platform…Dec 18, 2024Dec 18, 2024
How to download files under the App’s private storage on Android devices?As an Android app developer, we need to test the data we are saving on local storage to make sure what we have saved (as .json file or…Jul 22, 2024Jul 22, 2024
How to access localhost on Android Emulator when you are developing a Flutter Web appI worked on a Fluter web app, recently, that targets web platforms only. I tested and developed the app based on the Chrome browser on my…Feb 16, 20231Feb 16, 20231
Download File from Firebase (Flutter Mobile and WEB)There are a bunch of articles that talk about how to download a file from firebase on Mobile (Android, iOS) or even WEB solely. But what…Mar 16, 20225Mar 16, 20225
How to prevent the keyboard pushes a widget up on Flutter?In my project, I have a screen that contains a few text fields that let the user Sign in. Submit button is at the bottom of the screen and…Feb 16, 2021502Feb 16, 2021502
How to fix the audio issue when you connect your Piano to a Kindle device?Playing Piano is my resolution for 2021. To make it happen I am using the Flowkey app. I won’t go into details of why they are awesome and…Jan 28, 20212Jan 28, 20212
How to format your Android code using KTLint automaticallyAccording to their Github repo, KTLint is An anti-bikeshedding Kotlin linter with a built-in formatter. They have explained it well how to…Nov 1, 201936Nov 1, 201936
Database benchmark: Realm Vs. SnappyDBGet rid of SQLite database if storing an object to db and perform a query are only things you need in your application. My problem with…Sep 8, 2016905Sep 8, 2016905
How to send commit changes by email once CI build passes?You probably want to make change-log based on what have been committed to git repository after you have created a tag. If you are looking…Apr 26, 20163Apr 26, 20163
How to automate Android build process on Bitrise CI (part 2)Please have a look at part 1 if you have not integrated your repo into Bitrise yet. In this post I’ll focus on design of Release workflow…Mar 30, 2016921Mar 30, 2016921
How to automate Android build process on Bitrise CI (part 1)There are lots of companies that offer CI services such as Travis CI, Circle CI, Bitrise and etc. I don’t want to focus on the comparison…Mar 27, 20161Mar 27, 20161