Catégories : dart

post-thumb

Design Pattern: The Sliding Window in Dart

Welcome to the “Design Pattern of the Month” series! In this monthly blog series, we will explore various design patterns and their implementation in Dart using Flutter. Each month, we will dive deep into a specific design pattern, providing detailed explanations and practical implementations. To kick off the series, let’s explore the Sliding Window pattern and its implementation in Dart using Flutter. We will build a Flutter application to visualize the pattern in action.

lire
post-thumb

Google Cloud Pipeline with Dart and FaaS

In today’s data-driven world, building efficient pipelines for processing and storing data is crucial.

In this article, which is Part 1 of a series, we’ll explore how to leverage Dart, a powerful and expressive programming language, along with the Function as a Service (FaaS) framework, to build a scalable and portable Google Cloud pipeline.

lire
post-thumb

Sealed & Records en Dart 3

Dart 3 introduit plusieurs nouvelles fonctionnalités. Ces fonctionnalités fournissent une nouvelle syntaxe et une gamme de possibilité, qui résolvent divers problèmes dans le développement d’applications.

Dans ce post, nous allons explorer comment les classes Sealed et les Records dans Dart 3 :

  • Nous examinerons leur syntaxe et leurs fonctionnalités,
  • Nous discuterons des problèmes qu’ils résolvent
  • Nous travaillerons sur un exemple concret de la façon de les utiliser dans une application.

À la fin de ce post, j’espère que vous aurez une bonne compréhension de la façon d’utiliser ces nouvelles fonctionnalités dans votre développement Dart.

lire