Dart Programming Language - Explained in 6 Min (2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 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 6 หลายเดือนก่อน +5

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

  • @chetanchoudhary7003
    @chetanchoudhary7003 ปีที่แล้ว

    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...

  • @encapsulatio
    @encapsulatio ปีที่แล้ว +1

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

    • @simonhill6267
      @simonhill6267 7 หลายเดือนก่อน

      can. you build iOS apps in kotlin?

    • @encapsulatio
      @encapsulatio 7 หลายเดือนก่อน

      @@simonhill6267 yes

    • @Louisianish
      @Louisianish 6 หลายเดือนก่อน

      @@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 6 หลายเดือนก่อน +2

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

  • @VinxVadeGamingProXDDXGaming
    @VinxVadeGamingProXDDXGaming ปีที่แล้ว +1

    Hey Dan! Where can I interact with you?

  • @yknmalayalam
    @yknmalayalam ปีที่แล้ว +1

    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 ปีที่แล้ว +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 ปีที่แล้ว

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

    • @septuleptum
      @septuleptum 4 หลายเดือนก่อน +1

      String interpolation like in JS

  • @adult-coloring
    @adult-coloring 7 หลายเดือนก่อน

    Thank you

    • @Daniel-Dann
      @Daniel-Dann  6 หลายเดือนก่อน

      welcome!

  • @ChristianAlbertoÁlvarezEscalon
    @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

  • @front_interviews
    @front_interviews ปีที่แล้ว +1

    Круто!!