tree: 33dae708491007f1ce5553194a25c4326e7d72ed [path history] [tgz]
  1. lib/
  2. test/
  3. analysis_options.yaml
  4. build.yaml
  5. pubspec.yaml
  6. README.md
packages/cocoon_server/README.md

Cocoon Server

This package contains server-side functionality shared between app_dart and auto_submit.

What should go into this package:

  • Shared code used directly in a server package in flutter/cocoon

What should not go into this package:

  • 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