freecodecamp.orgHow to Support Multiple Languages In Your Flutter ApplicationWhen building my own applications, I usually don’t stress about having multiple language support. All of my applications are pet projects of mine and I mostly use them to learn and advance my knowledge. Without any intention, some of the applications...Nov 15, 2024·6 min read
freecodecamp.orgHow to Use Tooltips in Jetpack ComposeWhen I wrote my last article about Jetpack Compose, I stated there that Jetpack Compose is missing some (in my opinion) basic components, and one of them is the tooltip. At the time, there was no built-in composable to display tooltips and there were...Oct 2, 2024·6 min read
freecodecamp.orgHow to Migrate a Flutter Application from GetIt to BlocWhen I first built an application using Flutter, I quickly ran into situations where I needed to pass state from widget to widget. These widgets weren’t directly related and all I knew back then was that there were only Stateless widgets or Stateful ...Jul 19, 2024·11 min read
freecodecamp.orgHow to Migrate from Play Core LibraryYou may have recently received an email from Google Play Store stating the following: Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), w...Jun 26, 2024·3 min read
freecodecamp.orgHow to Make Your Flutter Package Privacy Manifest CompatibleBeginning May 1st, Apple will enforce all new applications or updated versions of applications that will be uploaded to the Apple Store, to include a Privacy Manifest file. If you are unfamiliar with what a Privacy Manifest is, I suggest reading my ...May 20, 2024·4 min read