[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9098":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},9098,"sdk","dart-lang\u002Fsdk","dart-lang","The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.","https:\u002F\u002Fdart.dev",null,"Dart",11180,1823,293,8393,0,8,52,4,44.78,"BSD 3-Clause \"New\" or \"Revised\" License",false,"main",[25,26,27,5],"dart","language","programming-language","2026-06-12 02:02:02","# Dart\n\n## An approachable, portable, and productive language for high-quality apps on any platform\n\nDart is:\n\n  * **Approachable**:\n  Develop with a strongly typed programming language that is consistent,\n  concise, and offers modern language features like null safety and patterns.\n\n  * **Portable**:\n  Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend.\n  Compile to JavaScript or WebAssembly for the web.\n\n  * **Productive**:\n  Make changes iteratively: use hot reload to see the result instantly in your running app.\n  Diagnose app issues using [DevTools](https:\u002F\u002Fdart.dev\u002Ftools\u002Fdart-devtools).\n\nDart's flexible compiler technology lets you run Dart code in different ways,\ndepending on your target platform and goals:\n\n  * **Dart Native**: For programs targeting devices (mobile, desktop, server, and more),\n  Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an\n  AOT (ahead-of-time) compiler for producing machine code.\n\n  * **Dart Web**: For programs targeting the web, Dart Web includes both a development time\n  compiler (dartdevc) and a production time compiler (dart2js).  \n\n![Dart platforms illustration](docs\u002Fassets\u002FDart-platforms.svg)\n\n## License & patents\n\nDart is free and open source.\n\nSee [LICENSE][license] and [PATENT_GRANT][patent_grant].\n\n## Using Dart\n\nVisit [dart.dev][website] to learn more about the\n[language][lang], [tools][tools], and to find\n[codelabs][codelabs].\n\nBrowse [pub.dev][pubsite] for more packages and libraries contributed\nby the community and the Dart team.\n\nOur API reference documentation is published at [api.dart.dev](https:\u002F\u002Fapi.dart.dev),\nbased on the stable release. (We also publish docs from our \n[beta](https:\u002F\u002Fapi.dart.dev\u002Fbeta) and [dev](https:\u002F\u002Fapi.dart.dev\u002Fdev) channels,\nas well as from the [primary development branch](https:\u002F\u002Fapi.dart.dev\u002Fbe)).\n\n## Building Dart\n\nIf you want to build Dart yourself, here is a guide to\n[getting the source, preparing your machine to build the SDK, and building][building].\n\nThere are more documents in our repo at [docs](https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Ftree\u002Fmain\u002Fdocs).\n\n## Contributing to Dart\n\nThe easiest way to contribute to Dart is to [file issues][issues].\n\nYou can also contribute patches, as described in [Contributing][contrib].\n\n## Roadmap\n\nFuture plans for Dart are included in the combined Dart and Flutter\n[roadmap][roadmap] on the Flutter wiki.\n\n[building]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Fblob\u002Fmain\u002Fdocs\u002FBuilding.md\n[codelabs]: https:\u002F\u002Fdart.dev\u002Fcodelabs\n[contrib]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Fblob\u002Fmain\u002FCONTRIBUTING.md\n[issues]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Fissues\n[lang]: https:\u002F\u002Fdart.dev\u002Fguides\u002Flanguage\u002Flanguage-tour\n[license]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Fblob\u002Fmain\u002FLICENSE\n[patent_grant]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\u002Fblob\u002Fmain\u002FPATENT_GRANT\n[pubsite]: https:\u002F\u002Fpub.dev\n[repo]: https:\u002F\u002Fgithub.com\u002Fdart-lang\u002Fsdk\n[roadmap]: https:\u002F\u002Fgithub.com\u002Fflutter\u002Fflutter\u002Fblob\u002Fmaster\u002Fdocs\u002Froadmap\u002FRoadmap.md\n[tools]: https:\u002F\u002Fdart.dev\u002Ftools\n[website]: https:\u002F\u002Fdart.dev\n","Dart SDK 是一个用于开发高质量跨平台应用的软件开发工具包，包括虚拟机、JavaScript 和 WebAssembly 编译器、代码分析工具以及核心库等。它支持强类型编程，提供现代语言特性如空安全和模式匹配，确保了代码的一致性和简洁性。Dart 可编译为 ARM、x64 或 RISC-V 机器码以适应移动端、桌面端及后端需求，亦可编译成 JavaScript 或 WebAssembly 运行于网页环境。此外，Dart 提供热重载功能，使开发者能够即时查看应用中的变更效果，并通过 DevTools 辅助诊断问题。该 SDK 适用于需要高效迭代开发流程且追求高性能输出的各种应用场景，特别适合构建跨平台应用程序。",2,"2026-06-11 03:21:14","top_language"]