pub-dev
pub-dev copied to clipboard
The pub.dev website
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/cache` from 4.0.0 to 4.0.2 Release notes Sourced from actions/cache's releases. v4.0.2 What's Changed Fix fail-on-cache-miss not working by...
This is a follow up to https://github.com/dart-lang/pub-dev/issues/7717 since I am not sure that the comments on that closed issue are getting looked at. ## Request Add a way to ignore/invalidate...
_GitHub Flavored Markdown_ is specified in [github.github.com/gfm][1]. While this specification haven't changed much in recent years there appears to be two sources of interoperability issues: * (i) Enhancement of existing...

I believe pub.dev should stick to its purpose: Serving technical packages, and not to become a political platform. I understand that many international conflicts can inflate people's emotions, and they...
Dear pub.dev Team, I am writing to request the removal of Iran from the list of sanctioned countries on your platform. The U.S. Treasury Department's Office of Foreign Assets Control...
`BASE64_LENGTH_79_INF`: base64 encoded email part uses line length greater than 79 characters -------------- It's unclear if this is something `package:mailer` does, if so we should fix it.  --------------- This...
RetryClient does not retry receiving the body. Sample stack trace: ``` at .IOClient.send ( package:http/src/io_client.dart:156 ) at .RetryClient.send ( package:http/retry.dart:115 ) at .BaseClient._sendUnstreamed ( package:http/src/base_client.dart:93 ) at Future.timeout. at SearchClient.search.doCallHttpServiceEndpoint...
I've published a package with a macro: https://pub.dev/packages/args_macro When analyzing the package, pub.dev says it needs to enable the `macros` experiment: However, it's enabled in [analysis_options](https://github.com/alexeyinkin/dart-args-macro/blob/4c491d67a5cd342f9ba16154b7c74f8e19e934ad/analysis_options.yaml): ```yaml include: package:total_lints/package.yaml analyzer:...
Activated workspace goodness to be activated. `dart pub get`, `dart test` and `dart run build_runner build` all seem to work.