热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

[Dart]Dart概述

关于Dart,下面两个资源在Dart开发者和专家之间非常流行:Dart语言之旅浏览Dart的所有主要语言特征。灵活的Dart一组指南,向你

关于Dart,下面两个资源在Dart开发者和专家之间非常流行:

  • Dart语言之旅

    浏览Dart的所有主要语言特征。

  • 灵活的Dart

    一组指南,向你展示如何编写最好的Dart代码。是有关于Dart风格、文档、使用和设计的指南。

其他资源

  • Strong Mode Dart

    How and why to write sound Dart code, and how to use strong mode to enable soundness.

    • Strong Mode Dart: FAQ

      A list of common questions for those who are interested in stronger static typing.

    • Strong Mode Dart: Fixing Common Problems

      How to fix errors and warnings you may encounter when writing sound Dart code.

  • Customize Static Analysis

    A guide on customizing the analyzer using an analysis_options file.

  • Asynchronous programming

    • Futures

      A beginner’s guide to handling asynchronous programming in Dart.

    • Streams

      A beginner’s guide to handling sequences of asynchronous events.

  • Language articles

    Articles about language features such as mixins and asynchrony support.

  • Specification

    A definitive, highly technical description of the Dart language.


转:https://juejin.im/post/5aa0daad6fb9a028ca528b26



推荐阅读
author-avatar
djw
匠心独运
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有