dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

feat: Support `part of` Declarations for Shared Logic in Route Handlers

Open loveoverflowdev opened this issue 10 months ago • 0 comments

Description

Dart Frog does not support using part of declarations in route files. This limits our ability to share reusable logic across multiple route handlers without duplicating code or resorting to workarounds.

Requirements

  • [ ] All CI/CD checks are passing.
  • [ ] There is no drop in the test coverage percentage.

Additional Context

No response

loveoverflowdev avatar Apr 04 '25 15:04 loveoverflowdev