damondouglas commented on code in PR #22154: URL: https://github.com/apache/beam/pull/22154#discussion_r918356904
########## playground/frontend/pubspec.yaml: ########## @@ -44,6 +44,7 @@ environment: # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: + akvelon_flutter_issue_106664_workaround: ^0.1.1 Review Comment: Instead of publishing a package on pub.dev, could you create a local one and reference? One could also reference a depedency via local or GitHub references: https://dart.dev/tools/pub/dependencies. If a pub package is absolutely needed, I noticed two issues flagged in the scores: https://pub.dev/packages/akvelon_flutter_issue_106664_workaround/score -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
