tree: d3102be937cef9a3e1183748a7ec05ea11cfa8fa [path history] [tgz]
  1. lib/
  2. test/
  3. analysis_options.yaml
  4. pubspec.yaml
  5. README.md
packages/cocoon_common/README.md

Cocoon Commons

This package includes functionality used across services and UIs in Cocoon, including app_dart, auto_submit, and dashboard.

What should go into this package:

  • Shared code and interfaces used directly in a package in flutter/cocoon

What should not go into this package:

  • Code that is dependent on running on the server; see cocoon_server
  • Code that imports or uses the Flutter SDK
  • Code that will be imported or used outside of flutter/cocoon
  • Code that is used exclusively for testing[^1], i.e. depends on package:test or similar

[^1]: See cocoon_common_test for the testing package.