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
This commit resolves all analyzer warnings in the `mapper` package. The changes include:
- Removing numerous unused imports across various files to improve code clarity and reduce clutter.
- Eliminating unnecessary `this` qualifiers to adhere to Dart's recommended style guidelines.
- Correctly handling the `reflectable_builder` dependency by keeping it in `dev_dependencies` and suppressing the `depend_on_referenced_packages` warning with an `// ignore` comment. This resolves the analyzer issue without incorrectly modifying the package's dependencies.
0 commit comments