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
We're following app structure where in top level packages directory we store set of Dart/Flutter dependencies. The analyzer step for the main app detects the same analyzer errors as the package specific one, resulting with duplicate annotations e.g. here in case where const should be applied to the class in the packages/app_ui library:
The request is to:
either ignore duplicate annotations
allow for ignoring the subdirectory e.g. packages
The text was updated successfully, but these errors were encountered:
We're following app structure where in top level
packages
directory we store set of Dart/Flutter dependencies. The analyzer step for the main app detects the same analyzer errors as the package specific one, resulting with duplicate annotations e.g. here in case whereconst
should be applied to the class in thepackages/app_ui
library:The request is to:
packages
The text was updated successfully, but these errors were encountered: