-
Notifications
You must be signed in to change notification settings - Fork 0
Provide taped-package suggestion hints #22
Copy link
Copy link
Open
Labels
adapter generationThings that happen while generating adapters via pub run build_runner buildThings that happen while generating adapters via pub run build_runner buildcliThings that have to do with the cliThings that have to do with the clicli: tapegen assistThings that happen while running tape assistThings that happen while running tape assist
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
adapter generationThings that happen while generating adapters via pub run build_runner buildThings that happen while generating adapters via pub run build_runner buildcliThings that have to do with the cliThings that have to do with the clicli: tapegen assistThings that happen while running tape assistThings that happen while running tape assist