Dart Programming Language - Explained in 6 Min (2024)

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • In this video, I will talk about Dart Programming Language and its perspectives from the programming side and carrier side in 2024.
    💻 (Discount Link) Dart Course I Recommend: bit.ly/45Ryjyy
    Use Code for 10% OFF (FRIENDS10)
    ⏱️CHAPTERS:
    0:28 What is Dart Programming Language
    1:50 Why Dart Language is Cool
    3:30 Dart vs Other Programming Languages
    5:00 Future of Dart Programming Language
    Note: Some links are affiliate links that help the channel at no cost to you.
    #dartprogramming #dartprogramminglanguage #dartlanguage

Комментарии • 19

  • @Daniel-Dann
    @Daniel-Dann  9 месяцев назад +1

    💻 (Discount Link) Dart Course I Recommend: bit.ly/45Ryjyy
    Use Code for 10% OFF (FRIENDS10)

  • @chetanchoudhary7003
    @chetanchoudhary7003 9 месяцев назад

    i had this same question and searching recent video on this. i took risk to click on this video as title not related to this question but in 3 second I kind of satisfied that this video will answer my question as well. let's watch...

  • @VinxVadeGamingProXDDXGaming
    @VinxVadeGamingProXDDXGaming 9 месяцев назад

    Hey Dan! Where can I interact with you?

  • @-CSE-ArnabSannigrahi
    @-CSE-ArnabSannigrahi 15 дней назад

    Dart is nothing but a c++ in front end dev....such a beautiful language

  • @yknmalayalam
    @yknmalayalam 6 месяцев назад

    Could you please explain the dollor sign ($) in dart.. I am a beginner & try to learn myself from youtube & webplatforms.Recently i saw the program for addition & subtraction 👇
    Void main(){
    int x =5;
    int y=4;
    print ('x+y=${x+y});
    print('x-y=${x-y});
    }
    What is the purpose of $ sign here.. Kindly reply🙏🏻

    • @damirkrancpiler2246
      @damirkrancpiler2246 6 месяцев назад +2

      Dollar sign is for using variables inside a string. In this case, it will interpret $(x+y) as 9, aand print it out as such. Without dollar sign it would just print out (5+4) without doing the calculation.

    • @yknmalayalam
      @yknmalayalam 6 месяцев назад

      @@damirkrancpiler2246 Ok. I understand now.. .Thank you 😊

  • @adult-coloring
    @adult-coloring 2 месяца назад

    Thank you

  • @front_interviews
    @front_interviews 9 месяцев назад +1

    Круто!!

  • @user-yo3rz8lr3k
    @user-yo3rz8lr3k 9 месяцев назад

    Make one review of MIT full stack developer bootcamp and Meta backend developer

    • @Daniel-Dann
      @Daniel-Dann  9 месяцев назад

      Meta back End will be soon. MIT full stack - good idea, will take a look. thx

  • @encapsulatio
    @encapsulatio 7 месяцев назад +1

    The problem is that I don't see why anyone would choose it over Kotlin that has Compose Multiform.

    • @simonhill6267
      @simonhill6267 2 месяца назад

      can. you build iOS apps in kotlin?

    • @encapsulatio
      @encapsulatio 2 месяца назад

      @@simonhill6267 yes

    • @Louisianish
      @Louisianish Месяц назад

      @@simonhill6267 No, you'd use Swift (Apple's proprietary programming language for mobile development) for iOS development or a cross-platform tool like Flutter with Dart, React Native, Vue Native, or Svelte Native.

    • @mahersafadii
      @mahersafadii 21 день назад

      the reason is because nobody wants the bloated and messy android development eco system everywhere.

  • @user-ir5jx6sv5p
    @user-ir5jx6sv5p 4 месяца назад +1

    Dart is more comparable to Java than javascript or C