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