Flutter

  • How to deploy our Android app on Google Play

    01/07/2024

    At 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?

  • Essential Flutter Widgets for Your Apps

    15/06/2024

    Flutter 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.

  • Creating our first Cross-Platform app, a palindrome checker

    15/03/2024

    Introduction 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/2024

    In 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/2023

    In 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/2023

    Flutter 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.