pub.dev entry is missing "Web" as supported platform
This package surely works on flutter web, too. The pub.dev store entry does not list "web" as supported, though.
Why this is important: Users might be confused and packages like `pubspec_checker` report wrong compatibility results.
Can be fixed by defining the supported platforms in pubspec.yaml: https://dart.dev/tools/pub/pubspec#platforms
1 条评论