pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Cannot make package that is both a flutter plugin, and has a dart-only side also

Open MichealReed opened this issue 7 months ago • 5 comments

I recently published an update to the package https://pub.dev/packages/minigpu. Before this update, I was using plugins for all platforms, but with 1.0.1 I migrated the library to use native assets. Now that I have published this version, only web shows up for compatibility per the pub.dev analyzer.

This package should show as dart compatible and support all native platforms + web. I am only using a plugin now for web, native assets use the new build hook.

Is there any way to force this until recognition of native assets can be added to the analyzer?

cc: @dcharkes

MichealReed avatar Mar 20 '25 13:03 MichealReed