Flutter
-
1
How to internationalize your Flutter app texts step by step
Apr 1, 2025When we start developing a new app, we usually focus on functionality, design, and user experience first. However, there’s one important aspect that’s often left for later—or worse, completely overlooked: text internationalization, also known as i18n (short for internationalization).
-
2
Enhance your Flutter applications with animations
Feb 1, 2025Animations are a key element in modern application development. They not only make an interface visually more appealing, but also enhance the user experience by providing smooth transitions and intuitive effects, as long as they are well-designed and do not interfere with the application’s usability.
-
3
How to pick the right Flutter packages and build your first cross-platform desktop app
Oct 1, 2024We have already talked about Flutter and how it has become one of the most powerful frameworks for building applications with a single codebase. However, its capabilities go beyond mobile and web development, enabling the creation of cross-platform desktop applications.
-
4
Asynchrony in Flutter
Sep 15, 2024Introduction to asynchrony in programming In the world of programming, one of the biggest challenges developers face is how to manage tasks that take time to complete without blocking the execution of the rest of the program.
-
5
How to publish our iOS app on the App Store
Aug 1, 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.
-
6
How to deploy our Android app on Google Play
Jul 1, 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?
-
7
Essential Flutter Widgets for Your Apps
Jun 15, 2024Flutter is a mobile app development framework created by Google that has gained popularity for its ability to build high-quality applications with a single codebase. We have already discussed this in depth here.
-
8
Creating our first Cross-Platform app, a palindrome checker
Mar 15, 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.
-
9
Let's talk (About) Dart, the language of Flutter
Jan 1, 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.
-
10
Widgets, the cornerstone of Flutter
Nov 15, 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.
-
11
Flutter introduction
Sep 15, 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.
Our work
Concept to value