Table of contents
What is Dart Language?
Dart is am open-source , general purpose , object-oriented programming language with c-style syntex developed by google in 2011.
the purpose of Dart is to create a fronted user interface for the Web and Mobile Apps.
Why Dart?
Productivity :- Dart offers a concise syntax and a rich set of all libraries , enabling develop to write clean and maintable code with fewer lines.
Performance :- Dart's Performance is impressive thanks to its efficient virtual machine and optimization compilers it's well suited for building fast , responsive application, whether they're web , mobile or desktop based.
Flutter :- Dart is the language of choice for flutter , Google's ui toolkit for building natively compiled application for mobile , web or desktop from a single codebase.
Server-side development :- Dart isn't limited to client -side application. it can also be used for server side programming.
Where to use Dart?
Mobile app development
web development
Desktop Application
Server-side Programming