http icon indicating copy to clipboard operation
http copied to clipboard

Add a workflow for publishing flutter packages

Open natebosch opened this issue 1 year ago • 2 comments

Closes #1259

Add a second copy of the publish workflow with use-flutter: true. Add ignore-packages to both workflows to ignore published packages for the non-relevant SDK.

natebosch avatar Aug 06 '24 00:08 natebosch

Package publishing

Package Version Status Publish tag (post-merge)
package:http 1.2.3 ready to publish http-v1.2.3
package:http_profile 0.1.0 already published at pub.dev
package:web_socket 0.1.6 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

github-actions[bot] avatar Aug 06 '24 00:08 github-actions[bot]

Is this ready to land?

brianquinlan avatar Oct 17 '24 20:10 brianquinlan

PR Health

Breaking changes :heavy_check_mark:
Package Change Current Version New Version Needed Version Looking good?
Changelog Entry :heavy_check_mark:
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage :heavy_check_mark:
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

API leaks :heavy_check_mark:

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
License Headers :heavy_check_mark:
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/http/example/main.dart

github-actions[bot] avatar Apr 02 '25 06:04 github-actions[bot]

@natebosch Is this something that you intend to land?

brianquinlan avatar Sep 30 '25 00:09 brianquinlan