Closed
Description
Related to: dart-lang/pub#3563
I recently published native_storage which is a hybrid package, capable of being used in Dart-only and Flutter contexts. It has no direct or transitive dependencies on the Flutter SDK.
It does, however, declare a flutter
manifest in the pubspec.yaml
for the cases in which the host project is a Flutter app:
This causes pana
to label the package as Flutter-only due to the following:
Lines 63 to 64 in 375a861