DEV Community

Cover image for A brief introduction to Dart
Denyse
Denyse

Posted on • Updated on

A brief introduction to Dart

Hey folks πŸ‘‹ I am Denyse, this series is first chapter I want to write about flutter in the future i'll write more and more cool things about Dart and Flutter we'll spend a little time to take a look into Dart programming languages.
I wanted to jump straight to flutter ... but wait πŸ€” I couldn't talk about flutter without talking about dart first

So what is Dart?

Dart is a programming language designed for client development, such as for web and mobile apps. It is designed by a huge and powerful company ✨ company called Google and also can be used to build server and desktop applications. It is a class-based, garbage-collected language with C-style syntax.
Dart is a client-optimized language for developing fast apps on any platform. Dart was created by Google and first time it appeared was October 10, 2011.

Fun fact about it πŸ˜‚, first stable version of Dart wasn't 1.0.0, it was 0.8.10-rev.3.29803.

In Dart SDK Tools contain these tools that necessary for development applications:

  1. DartVM - Dart Virtual Machine.
  2. dart2js- Dart to javascript (web use only) for deployable Javascript.
  3. dartdevc - Dart to javascript(web use only) for testing purpose.
  4. dartfmt - Tools formatter dart code
  5. dartanalyzer - Tools help analyze warning and error code that are specified in dart language. DartPad and IDEs such as Android Studio or VS Code are use the same analysis engine that dartanalyzer provide
  6. DartDoc - The API documentation generator (using for write package mostly)
  7. pub - Dart package manager (it's like npm or yarn or pnpm). We can use pub tools for manage Dart packages.

What do we mean by Dart fast apps , here we mean Dart's speed to mean Dart can compile at both Run time(JIT) and Ahead of Time (AOT)

GIF

What is AOT or JIT ?

JIT and AOT description

  • The JIT means or development mode Flutter provide cools features which are hot-reload and hot-restart 😊 that help you see UI changes when you change on code. With that is lots of tools that help you debug.
  • The AOT or release mode your code is compiled to native code for better performance, minimum app size and remove other stuff that useful in dev mode.

Wanna know more about dart? head to Dart documentation and stay tuned to get more updates about flutter and dart ...

Latest comments (18)

Collapse
 
masonharper profile image
Mason Marper

Thanks!

Collapse
 
dinerdas profile image
Diner Das

Thanks for posting

Collapse
 
ushieru profile image
Ushieru Kokoran • Edited

Excellent language ❀️

Collapse
 
dmutoni profile image
Denyse

sure πŸ˜‰

Collapse
 
gisakaze profile image
Fredson Gisa Kaze

This is wanna make me start new thing, waiting for the next article!

Collapse
 
dmutoni profile image
Denyse

sure 😊😊

Collapse
 
johnniyontwali profile image
John Niyontwali

This is so great Denyse! Keep it up!

Collapse
 
dmutoni profile image
Denyse

thank you John

Collapse
 
cyebukayire profile image
Peace

I'm very lucky to have came across this article,πŸ€— It's absolutely worth my time
Thank you Denyse:) We need more of thisπŸ₯³

Collapse
 
dmutoni profile image
Denyse

thank you Peacee

Collapse
 
cyebukayire profile image
Peace

Anytime:) keep it upπŸš€πŸš€πŸ₯³

Collapse
 
felixdusengimana profile image
Felix DUSENGIMANA

Great article, made me wanna learn flutter.πŸ‘πŸ‘

Collapse
 
dmutoni profile image
Denyse

sure, it's worth learning for sure

Collapse
 
andrewbaisden profile image
Andrew Baisden

Great article Dart is a really nice language wish more people used it.

Collapse
 
dmutoni profile image
Denyse

yeah, it's very astonishing

Collapse
 
bestverie profile image
_____Best_____

just can't wait for the next article

Collapse
 
dmutoni profile image
Denyse

ver soon just sty tuned πŸ˜‚

Collapse
 
oreste profile image
Oreste Abizera

This is worth reading. Thanks for this article, looking forward to next part...