Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close instances of "dart.core.Sink" in appmetrica_push_platform_interface #4

Open
mit-73 opened this issue Aug 6, 2022 · 0 comments
Labels
infrastructure improvements to codebase

Comments

@mit-73
Copy link
Collaborator

mit-73 commented Aug 6, 2022

lib/src/appmetrica_push_platform_interface.dart:32:34

   ╷
32 │     final StreamController<String> onMessageController =
   │ ┌──────────────────────────────────^
33 │ │       StreamController<String>.broadcast();
   │ └──────────────────────────────────────────^
   ╵

lib/src/appmetrica_push_platform_interface.dart:36:34

   ╷
36 │     final StreamController<String> onMessageOpenedAppController =
   │ ┌──────────────────────────────────^
37 │ │       StreamController<String>.broadcast();
   │ └──────────────────────────────────────────^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/appmetrica_push_platform_interface.dart

@mit-73 mit-73 added the infrastructure improvements to codebase label Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure improvements to codebase
Projects
None yet
Development

No branches or pull requests

1 participant