修复常见的类型问题 Troubleshooting Am I really using type-safe Dart? Static errors and warnings Undefined member Example 1: A variable is statically known to be some supertype, but the co...
运行,调试以及热重载 Running, debugging, and hot reload Debugging Debugging specific instances of Flutter 运行,调试以及热重载 Running, debugging, and hot reload Once you’ve integrated the Fl...
Switch and case Switch and case Switch statements in Dart compare integer, string, or compile-timeconstants using == . The compared objects must all be instances of thesame cla...
Developing with NATS Developing with NATS Developing with NATS is a combination of distributed application techniques, common NATS features and library specific syntax. As well ...
The Dart type system What is soundness? The benefits of soundness Tips for passing static analysis Use sound return types when overriding methods Use sound parameter types when ...
dartdoc dartdoc The dartdoc command creates API reference documentation from Dart source code. You can add descriptions to the generated documentation by using documentation c...