ā“ Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408). It is used to build web, server and mobile applications, and for Internet of Things (IoT) devices.ā“
āŗ Dart is an object-oriented, class defined, single inheritance language using a C-style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, optional typing, and a sound type system.ā¦
ā°ā° This App will be quite helpful for all those developers who want to develop single-page web applications using Dart. It is meant for programmers with a strong hold on object-oriented concepts.ā±ā±
ćTopics Covered in this App are Listed Belowć
⢠Dart Programming ā Overview
⢠Environment
⢠Syntax
⢠Data Types
⢠Variables
⢠Operators
⢠Loops
⢠Decision Making
⢠Numbers
⢠String
⢠Boolean
⢠Lists
⢠Lists (Basic Operations)
⢠Map
⢠Symbol
⢠Runes
⢠Enumeration
⢠Functions
⢠Interfaces
⢠Classes
⢠Object
⢠Collection
⢠Generics
⢠Packages
⢠Exceptions
⢠Debugging
⢠Typedef
⢠Libraries
⢠Async
⢠Concurrency
⢠Unit Testing
⢠HTML DOM