Dart 是 Google 开发的计算机编程语言,可以用于 移动端、PC 端、WEB、服务器的开发,是全栈式编程语言。虽然语言都是 Dart ,但在每个平台上使用的框架不一样,例如在 Flutter 上使用的 Dart for the Flutter,在 Web 端使用的是 Dart for the web,在服务器使用的是 Server-side Dart:
平台 | 开发语言 | 框架 |
---|---|---|
Flutter(Android/iOS/Linux/MacOS/Windows/Web) | Dart | Dart for the Flutter |
Web | Dart | Dart for the web |
服务器 | Dart | Server-side Dart |