All Posts

Showing posts tagged with #mobile-development

Clear filter
</>

Two Years as a Flutter Developer: Insights and Experiences (Part 1)

Key learnings from two years of full-time Flutter development, covering state management, native code, crash-free rates, and the importance of documentation.

</>

Animated Widgets in Flutter

Discover the most commonly used animated widgets in Flutter like AnimatedContainer, AnimatedOpactiy, and more to add smooth effects to your app with simple code.

</>

Implementing Dynamic App Icons in Flutter: A Step-by-Step Guide

Learn how to dynamically change app icons in Flutter for Android and iOS using platform channels and native implementations for a premium user experience.

</>

Dynamically Load Custom Fonts in Flutter

Learn how to dynamically load custom fonts in Flutter using FontLoader. A step-by-step guide to downloading, caching, and using custom fonts without increasing your app bundle size.