An open API service indexing awesome lists of open source software.

https://github.com/sandromaglione/learn-dart3

Showcase and try all the new features in Dart 3: Pattern Matching, Records, Sealed classes, and much more 🎯
https://github.com/sandromaglione/learn-dart3

dart dart-pattern-matching dart-records dart2 dart3 dartlang pattern-matching records

Last synced: 6 months ago
JSON representation

Showcase and try all the new features in Dart 3: Pattern Matching, Records, Sealed classes, and much more 🎯

Awesome Lists containing this project

README

          

# `Dart 3`
Learn and test all the newest features introduced (soon) in Dart 3:
- `sealed` classes
- Pattern Matching
- Records

## Structure
Currently this repository contains 2 folders: `dart2` and `dart3`.

These contain the same example app implemented using Dart v2 and Dart v3.

***

Coming soon on [sandromaglione.com](https://www.sandromaglione.com/) a **complete article explaining all the newest features**.

Follow [@SandroMaglione](https://twitter.com/SandroMaglione) for updates 🎯