Today I want to tell you about the major v3.0 update of Talker and why this is the best solution to logging and error handling for your Flutter / dart project. - Wait, you're developing it yourself...
2022 has been an incredible year for me. Tried a lot of things, succeeded in a few and failed in a lot. It's been the best year for me since I've born. In January 2022 I started earning via my firs...
Writing Flutter UI code could sometimes be too repetitive, fortunately, we could solve this using Dart extension methods! I won’t teach you what is an extension method (you can read it by yourself)...
My name is Tugba; I am acting as a software development team lead at Arkitek R&D. In Arkitek, we are building mobile, desktop, and web applications using technologies such as VueJS, Flutter, and C#...
If your custom widgets accept String and TextStyle or any other styling: color, weight, textAlign, etc. you are doing it wrong! Instead, your widgets should have properties of type Widget. Have you...
In this article, I will guide you through the process of creating a custom theme in Flutter using ThemeExtensions. I will provide you with templates for Color and TextStyle extensions. Additionally...
InheritedWidget provides a way to share data across the widget tree in Flutter. It serves as a container for data that can be accessed by any descendant widget in the hierarchy. Whenever the data w...
While creating applications with Flutter and Dart, there may be circumstances where you want to separate a list of dates between two given dates. This article will explore the List Of Dates Between...
This article will explore the Sorting List of Objects/Maps By Date In Flutter. We will perceive how to execute a demo program and we are going to learn about how we can use it in your applications....
Three months ago Google I/O, the Flutter group reported Flutter support for Windows. Today, we are eager to report that Flutter is presently stable for macOS and Linux, notwithstanding Windows. In ...
I love the Old Testament book of Ecclesiastes for its meditations on our purpose on this earth. In sharp contrast to a world today, where many claim simple answers to life’s most profound questions...
In this article, I will write about new awesome features in Dart language. In general, a pattern may match a value, destructure a value, or both, depending on the context and shape of the pattern.
Since its launch in 2017, Flutter has quickly become a top choice for iOS app development. Developers worldwide love Flutter. Using Flutter, they can code once and deploy their apps to iOS, Android...
Subscribe to the newsletter to enjoy the hottest updates for learning new stuff every week.
While creating Flutter applications, now and again, we might need to give a choice to the user to sort the items in the ListView based on explicit models. This sortable ListView provides an easy-to...
I’ve seen a few articles that were pretty lengthy, so figured I’d give my abridged take on the best new features coming to Dart and why you should care (in order of my excitement). You should be ab...
Get ready for a journey into the realm of programming as the highly anticipated release of Dart 3.0 is announced at Google IO 2023. It came with new features that will revolutionize the way you cod...
At any point in time, I normally have a variety of small experiments and hobby projects at various stages of development. As a product manager for developer frameworks or languages, it’s important ...
The Flutter Inspector is an unimaginable resource that assists developers with diagnosing configuration issues and various issues in Flutter applications. Flutter relies upon Widgets and Widget Tre...
We’re delighted to be back for this year’s Google I/O, streaming live around the world from near our headquarters in Mountain View, California. Just over three months ago, we introduced a bold new ...