You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart VM version: 2.0.0-dev.30.0 (Thu Feb 22 14:08:47 2018 +0100) on "macos_x64"
Flutter: master
If you use the @required annotation and combine it with import 'package:meta/meta.dart'; then pub publish --dry-run will report that the meta package is not used. If it is replaced with import 'package:flutter/foundation.dart'; then the problem goes away.
The text was updated successfully, but these errors were encountered:
If you use the
@required
annotation and combine it withimport 'package:meta/meta.dart';
thenpub publish --dry-run
will report that themeta
package is not used. If it is replaced withimport 'package:flutter/foundation.dart';
then the problem goes away.The text was updated successfully, but these errors were encountered: