Ios
-
Valdi: Snapchat's secret cross-platform framework that challenges React Native and Flutter
15/11/2025For over eight years, Snapchat kept one of its most powerful technological weapons under wraps. While the mobile development world endlessly debated React Native versus Flutter, engineers at Snap Inc.
-
How to publish our iOS app on the App Store
01/08/2024Publishing an application on Apple’s App Store may seem like a complicated process, but with this guide, it will become a completely manageable task. Below, we will see the essential steps to take your app from development to making it available to millions of users on the App Store.
-
How to deploy our Android app on Google Play
01/07/2024At the beginning, when we have a developed application and want to publish it, many questions arise. How is it done? What do I need? How much does it cost?
-
Creating our first Cross-Platform app, a palindrome checker
15/03/2024Introduction In the previous chapters of our series on Flutter, we’ve laid down a solid theoretical and practical foundation that allows us to delve deeper into the fascinating world of cross-platform application development.
-
Let's talk (About) Dart, the language of Flutter
01/01/2024In the world of mobile application development, Flutter has stood out as one of the most innovative and efficient frameworks. However, the real hero behind its success is the programming language that powers it: Dart.
-
Widgets, the cornerstone of Flutter
15/11/2023In the previous chapter, we explored the origins of the Flutter framework, who created it, a bit about its community, the Dart language, Skia, etc. We took a tour on the surface of this profound technology involving multiple actors.
-
Flutter introduction
15/09/2023Flutter is a mobile app development framework created by Google. It utilizes the Skia rendering engine to directly paint each view of the application on the screen, enabling the creation of highly customizable and flexible user interfaces from a single codebase.