roydeveloper.comA small introduction to Flutter PerformanceWhen we discuss performance in mobile applications, we think of it as an advanced topic, only reserved to the final stage of the development of an app or for an extreme case when we need to optimize it, but in real life, performance is one of the ver...Feb 10·6 min read
roydeveloper.comHow to Integrate Generative AI in Flutter Using a NestJS Backend with GeminiMany tutorials show how to “use AI in Flutter” by calling an API directly from the app. That approach works for prototypes, but in real production environments, it brings several problems: exposed API keys, no rate limiting, no control over costs, an...Nov 27, 2025·6 min read
roydeveloper.comWhy you should avoid using Method Helpers in Flutter and use Widget classes instead.Why should you avoid using Method Helpers in Flutter and use Widget classes instead? Everything is a widget in Flutter, and we use widgets for everything from very easy components to very complex UI screens. However, developers commonly use method he...May 9, 2024·6 min read