Flutter
-
1
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.
-
2
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.
-
3
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.
-
4
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.
-
5
Essential Flutter Widgets for Your Apps
15/06/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.
-
6
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?
-
7
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.
-
8
Asynchrony in Flutter
15/09/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.
-
9
How to pick the right Flutter packages and build your first cross-platform desktop app
01/10/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.
Did you find this information helpful?
Your support allows us to keep sharing quality knowledge. If any of our articles have provided value to you, please consider making a donation to help keep this space running and up-to-date. Thank you for your contribution! 😊
Our work
Concept to value