Browsing Tag
dart
31 posts
Flutter Write Less, Do More: Supercharge Your Flutter Apps with Mplix Extensions
Are you tired of writing the same Flutter boilerplate over and over? Do you wish there was a…
I created a code editor with more customization and cross platform support.
Actually vscode / other code editors are enough for me, but I’m interested in making my own code…
How to Detect Low Test Coverage Files in Flutter / Dart
How to Detect Low Test Coverage Files in Flutter / Dart Through observing our customers’ behavior, we’ve noticed…
Supercharge Your Flutter Apps: Seamlessly Integrate C++ with Dart using DLLs
Unlock the full potential of your Flutter applications by integrating powerful C++ functionalities. This guide will walk you…
How to Work with State in Flutter
Introduction Let’s talk about state in Flutter. If you’ve ever been puzzled by terms like “stateless” and “stateful,”…
Some Flutter tips and tricks for developers
Use const Widgets Whenever Possible Tip: Declare widgets as const if their properties don’t change. This helps improve…
Enhancing List Functionality in Dart with Custom Extensions
Dart, a language known for its flexibility and robust features, allows developers to extend the functionality of existing…
Dart Functions and Parameter Types — Part 3
Exploring Dart Functions and Parameter Types — Positional Arguments, One-Line Function, Optional Parameters. Functions in Dart provide a…
Package-based architecture — Let’s deliver the packages
Package-based architecture — Let’s deliver the packages 📦 We have all seen a lot of architectures like MVVM, MVC, Clean Architecture,…
How I became a Google Developer Expert in Flutter
The program Google has a program for experts in its technologies. To get there, an expert must speak,…