RunDart
Published in

RunDart

DartLang

🎯 Dart (DartLang) Introduction: Variables and Data Types

Dart is a statically typed language which means while declaring a variable, we need to specify what kind of data that variable is going to store. But Dart can also infer data types.

--

--

A place to find introductory Dart Programming Language tutorials and learning resources. Like my other tutorials on Web Development, RunDart publication features important Dart articles with deep dive into the core of the language with examples and sample code.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store