hero

@avi/plangs

dart notes

Start 👉

⏱ Apps for nay screen

build multi-platform apps. cross mobile, cross platform apps, even embedded app from single codebase

🔢 Native Performance

dart compiles to ARM 64, x64, javascript

🔀 Tooling

stateful hot-reloading, build, compile, run tests

  • True OO language, evverything (including null) is an object
  • Type annotations are optional, type inference
  • dart language specification (opens new window)
  • Every .dart file is a library
    • dart automatically annotates file with library keyword
12 Articles