From e2e793c3bd649fb786fa7a987ab06d970ef6ddea Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 2 Oct 2025 14:14:38 -0700 Subject: [PATCH 1/2] Fix links in pubspec The API docs are VERY old. Just use pub. --- CHANGELOG.md | 3 +++ pubspec.yaml | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999726e1..c0bca941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ announcements on the StageXL forum or use one of the support links below: * StageXL GitHub * StageXL StackOverflow: +### 2.3.1-wip +* Fixed links in `pubspec.yaml`. + ### 2.3.0 * **Breaking Change:** Migrated from dart:html to package:web * Update Dart SDK restraint to ^3.5.0 diff --git a/pubspec.yaml b/pubspec.yaml index 5c6f75ac..396d6b95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,14 +1,12 @@ name: stagexl -version: 2.3.0 +version: 2.3.1-wip description: A fast and universal 2D rendering engine for HTML5 and Dart. -homepage: http://www.stagexl.org +homepage: https://www.stagexl.org repository: https://github.com/bp74/StageXL environment: sdk: ^3.5.0 -documentation: http://www.stagexl.org/docs/api/index.html - dependencies: http: ^1.2.0 web: ^1.1.1 From d83263cb440d270e0b391c37e998e2d8331f5477 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 2 Oct 2025 14:56:01 -0700 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 396d6b95..03a8f4a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stagexl version: 2.3.1-wip description: A fast and universal 2D rendering engine for HTML5 and Dart. -homepage: https://www.stagexl.org +homepage: http://www.stagexl.org repository: https://github.com/bp74/StageXL environment: