Ewoma favourfav-zino.hashnode.dev·Nov 8, 2024Exploring Dart Records: A Better Way to Group DataThis article explores the use of Dart Records to efficiently group multiple objects. We'll examine how Records compare to other collection types, particularly List, for grouping data of different types. Introduction Imagine you're working on an appli...Data Grouping
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Oct 30, 2024🚀 Day 11 of #30DaysOfJavaScript: Understanding Promises in JavaScriptWelcome to Day 11! Today, we’re diving into a fundamental concept in JavaScript’s approach to handling asynchronous operations: Promises. If you’ve ever been stumped by complex asynchronous code, understanding promises will be your gateway to more re...10 likesJavaScript
Temitope Ajiboyearticle.temiajiboye.com·Sep 11, 2024Simplifying State Management in Flutter Using ValueNotifier and ValueListenableBuilderState management is a crucial aspect of building Flutter applications. In this article, we'll explore how to use ValueNotifier and ValueListenableBuilder for effective state management, from simple use cases to complex scenarios. We'll build an e-com...11 likes·641 reads2Articles1Week
Ayiko Andrewayikoandrew.hashnode.dev·Jul 8, 2024100 Days Of Coding Challenge ( Week 5 Summary): Exploring DartLast week, I explored loops, branching, and exception and error handling in depth. This week, I covered a lot and will be discussing classes, constructors, and methods. Let us start today's class. Classes A class is a blueprint of an object. Every ob...10 likes100 Days Of Coding With Dart/Flutter#dart language
Ayiko Andrewayikoandrew.hashnode.dev·Jul 1, 2024100 Days Of Coding Challenge ( Week 4 Summary): Exploring DartFirst, I apologize for not updating the series last week. I was on a trip across the Eastern part of my country, Uganda, and couldn't find time to write. But now I'm back home as you read this. Today, I will talk about control flows in Dart. Control ...10 likes100 Days Of Coding With Dart/FlutterDart
Bhoomit Patelbhoomit.hashnode.dev·Jun 22, 2024Exploring Enhanced Enums in Flutter: A Simple Guide for Beginners and Experienced DevelopersHello Flutter enthusiasts! Whether you're just starting your journey with Flutter or have been developing with it for a while, you know how enums can be incredibly useful. In this blog, we'll dive into the concept of enhanced enums in Flutter. We'll ...79 readsFundamentals of dartFlutter
Sadanand gadwalsadanandgadwal.hashnode.dev·Jun 20, 2024Dart Abstract Classes and Polymorphism in Dart — Part 6In Dart, abstract classes serve as blueprints for other classes, defining common behaviors and properties that subclasses can inherit and implement. This enables polymorphic behavior, allowing different objects to respond to the same message in diffe...10 likesDartDart
Ayiko Andrewayikoandrew.hashnode.dev·Jun 16, 2024100 Days Of Coding Challenge ( Week 3 Summary): Exploring DartIn week two, we learnt about Dart's collections, exploring lists, sets, and maps. As we move into week three, we will shift our focus to understanding records and functions. Let's dive into these topics and uncover their intricacies. Records Records ...19 likes·33 reads100 Days Of Coding With Dart/FlutterDart
Ayiko Andrewayikoandrew.hashnode.dev·Jun 8, 2024100 Days Of Coding Challenge ( Week 2 Summary): Exploring DartLast week, I began the 100 Days of Coding challenge. I have documented my progress in a summary, which you can read here. This week, I plan to write a couple of articles, and this is the first of the many I have planned for week 2. Let's dive into we...10 likes·38 reads100 Days Of Coding With Dart/Flutter#dart-for-beginners
Ayiko Andrewayikoandrew.hashnode.dev·Jun 2, 2024My 100 Days of Coding Challenge(Week 1 Summary): Exploring DartAs part of my 100 days of coding challenge, I've been diving into Dart, a client-optimized language for developing fast apps on any platform. In this article, I'll summarize what I've learnt about Dart in the first week of the challenge, its features...26 likes·155 reads#dart-for-beginners