Dart References

Use this page as your long-term deep-dive map. Start with official docs, then expand into architecture, package quality, and deployment operations.

Official Docs

Packages Ecosystem

Code Quality

Server and Web

AI Reference Usage

  1. Ask AI to summarize one official page, then read the original source directly.
  2. Ask AI to produce a checklist, not a blind implementation.
  3. Run analyzer and tests after every AI-generated change.
  4. Store lessons learned in project docs after each delivery cycle.

Deep-Dive Path

  1. Master language tour and Effective Dart rules.
  2. Build and publish one internal package via pub tooling.
  3. Implement CI/CD with analyze, test, compile, and artifact promotion.
  4. Benchmark startup time and memory for your production runtime target.