Skip to content

Provide taped-package suggestion hints #22

@MarcelGarus

Description

@MarcelGarus

If tape assist is running and users create a @TapeClass that has a field of an external type, i.e. Flutter's Color, encoding won't work without registering an AdapterFor<Color>. It would be amazing if instead of failing at runtime, we could see that an AdapterForColor is missing in the tape.dart, lookup the package of the type (package:flutter), check if a taped_flutter package exists on pub.dev, and suggest that to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    adapter generationThings that happen while generating adapters via pub run build_runner buildcliThings that have to do with the clicli: tapegen assistThings that happen while running tape assist

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions