Enumerations in Dart - Learn About Enums and Enhanced Enums in Dart

Vandad Nahavandipoor December 15, 2022
Video Thumbnail
Vandad Nahavandipoor Logo

Vandad Nahavandipoor

View Channel

About

Come and learn Flutter/Dart + Rust + Swift/SwiftUI + Python/Django + JavaScript/TypeScript + Node.js + Express

Video Description

This video is part of the Dart Crash Course playlist on YouTube. See the entire playlist here: https://www.youtube.com/playlist?list=PL6yRaaP0WPkVLSOchfoIA0ZXySz4eSYV2 Welcome to Dart Crash Course. Dart is a beautiful and modern programming language that can be used both for frontend and backend applications. In this course, we will focus on Dart as a programming language without blending in any other frameworks such as Flutter. In this video we will have a look at enumerations and enhanced enumerations features of the Dart programming language. We will also see how we can convert a String object to an enum, how we can implement the Comparable abstract class on an enum and much more. Timestamps: 00:00 - Intro 01:31 - Enumerations 09:24 - Enhanced Enumerations 20:07 - Switch Enumerations 24:14 - Converting Strings to Enumerations 31:21 - Falling Through on Enumeration Cases 35:41 - Enumerations with Mixins 39:22 - Extending Enumerations 41:33 - Implementing Comparable on Enumerations Join the discord group if you have any questions: https://discord.gg/evXCsqxQnC The GitHub repository for this course can be found here: https://github.com/vandadnp/youtube-course-dart-crash-course-public Join my YouTube channel to support me: https://youtube.com/c/vandadnp/join Also please follow me on Twitter and LinkedIn to stay up to date: https://twitter.com/vandadnp https://linkedin.com/in/vandadnp

You May Also Like