ContentPosts from @koukibadr..
Story Trending
@koukibadr shared a post, 1 week, 6 days ago
Mobile Developer, Nventive

Auto Disposal in Flutter Projects

title: Stop Writing dispose() by Hand — Introducing auto_disposal for Flutter published: true tags: flutter, dart, opensource, codeberg Every Flutter developer has been there: you open a StatefulWidget, create a handful of controllers, and then... you have to remember to dispose every single one of ..

8b60603d7f26f3795059b01838d85ee5
Story
@koukibadr shared a post, 2 weeks, 1 day ago
Mobile Developer, Nventive

Localize Your Flutter App with Gemini

Why localize your app? Think about it, ignoring international users is like making a fire meme and forgetting to post it online - what's the point? But don't worry, we hear you screaming Fear not, for Gemini is here to be your Yoda in the localization swamp. We'll tackle all your app translation..

Localize Flutter App
Link
@koukibadr shared a link, 3 weeks ago
Mobile Developer, Nventive

LiveData vs StateFlow

LiveData and StateFlow both stream data reactively, but differ in two key ways:

Initialization — LiveData needs no initial value; StateFlow requires one.

Lifecycle — LiveData is lifecycle-aware by default; StateFlow is not, so you need to wrap it in repeatOnLifecycle to avoid memory leaks.

Code templating
 Activity
@koukibadr started using tool Mapbox GL JS , 3 weeks, 2 days ago.
 Activity
@koukibadr started using tool Google Maps , 3 weeks, 2 days ago.
 Activity
@koukibadr started using tool GitLab CI/CD , 3 weeks, 2 days ago.
 Activity
@koukibadr started using tool GitHub Pages , 3 weeks, 2 days ago.
 Activity
@koukibadr started using tool Amplitude , 3 weeks, 2 days ago.
Story
@koukibadr shared a post, 3 weeks, 2 days ago
Mobile Developer, Nventive

Optimizing Performance in Android Apps with Kotlin

Optimizing the performance of your Android applications is crucial for providing a smooth and responsive user experience. Kotlin, with its concise syntax and powerful features, offers several ways to enhance the performance of your apps. In this article, we'll explore various techniques and best pra..

Link
@koukibadr shared a link, 3 weeks, 2 days ago
Mobile Developer, Nventive

Code Templating