Material 3

We’re excited to kick off 2023 with the release of Flutter 3.7! Flutter continues to improve the framework by adding new features such as new debugging tools and much more.
One of them is the new features of Material 3 using the ThemeData widget in... https://melvinsalas.dev/material-3

Text magnifier

In Flutter 3.7 all text fields have the text magnifier option enabled by default, achieving a greater similarity with native applications 🎉

But that's not all: it also allows you to overwrite the functionality and create customised magnifiers, wit... https://melvinsalas.dev/text-magnifier

Generics in dart

In Dart, generics are a way to create reusable classes, functions, and other types that work with multiple types of data. They allow you to write code that is flexible and can work with different types of data without having to create separate implem... https://iamsuman.com/generics-in-dart

Binary Tree<T> implementation using Dart

Binary trees are a fundamental data structure in computer science, often used for searching and sorting algorithms. They are a tree-like data structure where each node can have at most two children, referred to as the left and right children. Here is... https://iamsuman.com/binary-treet-implementation-using-dart

Level-Order Traversal<T> Implementation with Null Safety | dart

Trees are a fundamental data structure in computer science, and their traversal is a common operation in many algorithms. There are several ways to traverse a tree, each with its own advantages and disadvantages. One of the most straightforward and w... https://iamsuman.com/level-order-traversalt-implementation-with-null-safety-dart

Set up a CI pipeline in your Flutter apps with GitHub Actions

Introduction Hey everyone I am Hasnain Makada, Currently building out OSWH where every beginner can find various resources related to their specific field and they can also start their open-source journey by solving issues and providing relevant cont... https://hasnainm.hashnode.dev/set-up-a-ci-pipeline-in-your-flutter-apps-with-github-actions

Flutter and blockchain: How To build decentralized Apps With Flutter

Flutter, the popular open-source mobile app development framework, is widely used by developers to create high-quality, cross-platform applications for iOS and Android. With its fast, modern and flexible architecture, Flutter has become an attractive... https://yatendrakumar.hashnode.dev/flutter-and-blockchain-how-to-build-decentralized-apps-with-flutter

Örnek Proje: The Flutter News Toolkit

Geçtiğimiz hafta Flutter tarafından Kenya'nın başkenti Nairobi'de kapsamlı bir Flutter etkinliği gerçekleştirildi. Anlık olarak YouTube üzerinden de yayınlanan ve Flutter Forward olarak isimlendirilen bu etkinlik ile Flutter'a dair büyük küçük bir ço... https://levent-kantaroglu.hashnode.dev/ornek-proje-the-flutter-news-toolkit

Level-Order Traversal<T> Implementation with Null Safety | dart

Trees are a fundamental data structure in computer science, and their traversal is a common operation in many algorithms. There are several ways to traverse a tree, each with its own advantages and disadvantages. One of the most straightforward and w... https://sumanmanna.hashnode.dev/level-order-traversalt-implementation-with-null-safety-dart

Choosing the Right Dart/Flutter Build Mode: JIT vs AOT Comparison

Introduction ✌🏻 Dart is a popular language for developing applications and is used to build robust and scalable applications. In Dart, there are different types of build modes that developers can use to build their applications. In this blog post, w... https://cswithiyush.hashnode.dev/choosing-the-right-dartflutter-build-mode-jit-vs-aot-comparison


Ricerca