pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

The pub.dev website

Results 250 pub-dev issues
Sort by recently updated
recently updated
newest added

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...

Type: enhancement

_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...

Type: enhancement
Type: question

![image](https://user-images.githubusercontent.com/149732/152321411-a8f73617-320c-4e68-94e1-c514af12a016.png)

Type: enhancement

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...

Area: site feedback

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...

Type: enhancement

`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. ![image](https://github.com/dart-lang/pub-dev/assets/149732/0239dc11-b656-450e-9718-3309f0cf4c82) --------------- This...

Type: bug

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...

Type: bug
Type: enhancement

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:...

Type: bug

Activated workspace goodness to be activated. `dart pub get`, `dart test` and `dart run build_runner build` all seem to work.