Flutter for Beginners
上QQ阅读APP看书,第一时间看更新

How Dart works

To understand where the language's flexibility came from, we need to know how we can run Dart code. This is done in two ways:

  • Dart Virtual Machines (VMs)
  • JavaScript compilations

Have a look at the following diagram: