Make data types null safe (#1615)

* Make data types null safe

* Updated changelog, versions, and built

* Pull null safe dependencies, disable analyzer warning on generated files

* Remove unnecessary build options

* Format

* Update comment in analysis_options.yaml

* Added comments on nullable data fields

* Rephrased comments

* Allow more time for timing out tests
27 files changed
tree: d79abb52e6de37d517c4463c652709ea8d817f67
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. tool/
  8. webdev/
  9. .gitattributes
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

dwds Pub Package

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.

webdev Pub Package

A command-line tool for developing and deploying web applications with Dart.