From d6ab8e4218e7fd293086c570b9cd0c9b00716284 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 11 Jul 2024 18:51:29 +0200 Subject: [PATCH] chore: ready the package for deployment to the pub server --- pubspec.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8686718..7f5eaf3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,19 +3,18 @@ description: Flutter profile package version: 1.5.0 repository: https://github.com/Iconica-Development/flutter_profile -publish_to: none +publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub environment: - sdk: ^3.0.0 + sdk: ">=3.0.0 <4.0.0" flutter: ">=1.17.0" dependencies: cached_network_image: ^3.3.0 flutter_input_library: - git: - url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.3.1 + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub + version: "^3.3.1" flutter: sdk: flutter