Devfest Lucknow 2023 – A Pragmatic Approach To Use Record & Pattern Matching in Flutter

1 · Burhanuddin Rashid · Dec. 4, 2023, 6:31 a.m.
Summary
About the talk Developers want to try new shiny things. Records and pattern matching are two highly demanded features for Dart 3.0. However, whenever we get a new tool, we try to use it everywhere, which might create more problems than it solves. In this talk, we will discuss how to use records and pattern matching the right way. We’ll look for code structures where these features fit perfectly and identify the code structures where they might create more problems. By the end of the talk, you wi...