InDartbyMarya BelangerAnnouncing Dart 3.7It’s a new year, and time for a new Dart stable release. Welcome to Dart 3.7!Feb 1210Feb 1210
InDartbyVijay MenonAn update on Dart macros & data serializationWe have invested significant time and resources to prototype macros over the past couple years. Unfortunately, each time we solved a major…Jan 2912Jan 2912
InDCM AnalyzerbyMajid HajianDemystifying Union Types in Dart, Tagged vs. Untagged, Once and For AllDiving deep into Union Types (Untagged and Tagged) — what they are, why they’re helpful, where they fall short and their state in DartDec 17, 2024Dec 17, 2024
InDartbyMichael ThomsenAnnouncing Dart 3.5, and an update on the Dart roadmapIt’s time for another of our quarterly Dart SDK releases. We have improvements in interoperability, new features in our pub.dev package…Aug 6, 20244Aug 6, 20244
Ethiel ADIASSAEnums on Steroids with Dart. Best Enum features ever!Dart enums are special because they offer for more advanced features compared to typical enums in other programming languagesJul 18, 20245Jul 18, 20245
InFlutter CommunitybyYii ChenWhat can I do with “Extension Types” in Dart?Extension Types from Dart 3.3Jun 20, 2024Jun 20, 2024
Alexey InkinCreating your own macro instead of code generation in Dart 3.5What a macro is, how it works, learning from JsonCodable macro, and creating our own hello-world macro.Jun 14, 20242Jun 14, 20242
InFlutterbyMichael ThomsenLanding Flutter 3.22 and Dart 3.4 at Google I/O 2024Major milestones for Flutter web apps, graphics performance upgrades, productivity experiments, and moreMay 14, 202410May 14, 202410
InDartbyMichael ThomsenAnnouncing Dart 3.4Dart 3.4 is out today! This release showcases the joint efforts of Dart and Flutter together in the Flutter 3.22 / Dart 3.4 / IO24 post, so…May 14, 20246May 14, 20246
InFlutter CommunitybySyed IbrahimExploring Mixins in Dart — FlutterLet’s ExploreMar 8, 20246Mar 8, 20246
InDartbySigmund CheremHistory of JS interop in DartSupport for Wasm just landed in the current Flutter beta, thanks to an exciting JavaScript interop milestone reached in Dart 3.3. To…Mar 28, 20241Mar 28, 20241
Ildeberto VasconcelosDart 3.3 news: what are Extension Types?They’re a way to enhance existing types with specialized methods and properties without incurring the memory overhead of typical wrapper…Feb 16, 2024Feb 16, 2024
Ethiel ADIASSAPractical Guide to Destructuring: Typescript vs DartDestructuring sounds like a complex word but refers to a simple concept. It is a powerful feature in modern programming languages that…Jan 29, 20243Jan 29, 20243
Dom JocubeitExploring Dart 3.0’s Powerful Pattern Matching and DestructuringDart is a versatile programming language and has introduced new features that enhance code expressiveness and development productivity…Jul 14, 2023Jul 14, 2023
InITNEXTbyMax Zimmermann 💡Dart/Flutter: What Are Factory Constructors? (Advanced Knowledge)You will learn how factory constructors work and when to use them.Jul 30, 20234Jul 30, 20234
InGYTWorkzbyAbhishek DixitWhat is async, async*, sync*, yield and yield* keywords in dart?As there are several keywords, we are unaware of their functions or how to apply them effectively. In order to help you write code and…Jun 22, 2022Jun 22, 2022