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 🎯
- Host: GitHub
- URL: https://github.com/sandromaglione/learn-dart3
- Owner: SandroMaglione
- Created: 2023-04-24T03:04:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T16:26:45.000Z (over 2 years ago)
- Last Synced: 2025-03-26T17:21:23.394Z (7 months ago)
- Topics: dart, dart-pattern-matching, dart-records, dart2, dart3, dartlang, pattern-matching, records
- Language: Dart
- Homepage: https://www.sandromaglione.com/
- Size: 11.7 KB
- Stars: 30
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🎯