Skip to content

Publish frontend_server_client 3.1.0 #1762

@dcharkes

Description

@dcharkes

frontend_server_client/pubspec.yaml contains a dependency override

dependency_overrides:
  # Necessary to get a version solve until test_core allows version 3.x of
  # this package
  test_core: ^0.4.13

Added in:

Causing pub to complain on trying to publish.

Package validation found the following potential issue:
* Your pubspec.yaml is overriding non-dev dependencies.
  
  This indicates you are not testing your package against the same versions of its
  dependencies that users will have when they use it.
  
  This might be necessary for packages with cyclic dependencies.
  
  Please be extra careful when publishing.

This override was in the pubspec when 3.0.0 was published.

However, when downloading the sources for 3.0.0 from pub the dependency override is not in the pubspec.

@jakemac53 did you remove the dependency override before publishing 3.0.0? Should we do the same for 3.1.0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions