Skip to content

This repo consists of the topics I hold about Dart Course.

License

Notifications You must be signed in to change notification settings

SevdanurGENC/Dart-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Dart-Tutorial

image

dart nedir?

  • google tarafindan gelistirilen acik kaynak kodlu, genel amacli programlama dili

  • yuksek performansli web server ve mobil uygulamalar gelistirmek amaciyla olusturuldu

  • 1.0 versiyonu 14 kasim 2013 yilinda duyuruldu

  • su andaki stabil versiyonu 2.10.3

  • kendine ait sanal makinesi bulunmaktadir (dart virtual machine ya da dart vm)

  • nesne tabanli bir dil (object oriented)

  • kullanim cesitleri

    • web'de dart'in javascript'e derlenmesi
    • cli uygulama olarak calismasi
    • aot derlemesi (flutter ile)
    • native (flutter ile)

fluter neden dart'i kullaniyor :

  • dart'in ahead of time (aot) ve just in time (jti) derlemesi ile yazilimcilarin uygulama gelistirme hizini arttiran Hot Reload mumkun hale geliyor
  • dart object allocation ve garbage collection ozelligi ile performansi arttirip hot reload ozelligine katki saglar
  • dart modern programlama dillerini bilen bir yazilimci icin ogrenmesi kolay bir dil
  • acik kaynak bir dil
  • topluluk etkisi, kararlarda oldukca etkili

About

This repo consists of the topics I hold about Dart Course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages