Dart Programming Language - Explained in 6 Min (2025)

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 19

  • @Daniel-Dann
    @Daniel-Dann  Рік тому +1

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

  • @-CSE-ArnabSannigrahi
    @-CSE-ArnabSannigrahi 7 місяців тому +10

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

  • @chetanchoudhary7003
    @chetanchoudhary7003 Рік тому +1

    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 Рік тому +1

    Hey Dan! Where can I interact with you?

  • @yknmalayalam
    @yknmalayalam Рік тому +3

    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 Рік тому +3

      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 Рік тому

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

    • @septuleptum
      @septuleptum 6 місяців тому +1

      String interpolation like in JS

  • @ChristianAlbertoÁlvarezEscalon

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

    • @Daniel-Dann
      @Daniel-Dann  Рік тому

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

  • @adult-coloring
    @adult-coloring 9 місяців тому

    Thank you

  • @encapsulatio
    @encapsulatio Рік тому +1

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

    • @simonhill6267
      @simonhill6267 9 місяців тому

      can. you build iOS apps in kotlin?

    • @encapsulatio
      @encapsulatio 9 місяців тому

      @@simonhill6267 yes

    • @Louisianish
      @Louisianish 8 місяців тому +1

      @@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 8 місяців тому +2

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

  • @frontend_mentors
    @frontend_mentors Рік тому +1

    Круто!!