diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 25c6992..10f5c98 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,10 +12,8 @@ dependencies: flutter_start: path: ../ flutter_introduction_shared_preferences: - git: - url: https://github.com/Iconica-Development/flutter_introduction - ref: 4.0.0 - path: packages/flutter_introduction_shared_preferences + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub + version: "^4.0.0" dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 5789ca4..dcd4c5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,28 +1,25 @@ name: flutter_start description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." -publish_to: "none" version: 4.2.0 +publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub + environment: sdk: ">=3.2.5 <4.0.0" dependencies: flutter: sdk: flutter - cupertino_icons: ^1.0.2 - go_router: any - http: any - package_info_plus: any + cupertino_icons: ">=1.0.2 <2.0.0" + go_router: ">=14.2.0 <15.0.0" + http: ">=1.2.1 <2.0.0" + package_info_plus: ">=8.0.0 <9.0.0" flutter_introduction: - git: - url: https://github.com/Iconica-Development/flutter_introduction - ref: 4.0.0 - path: packages/flutter_introduction + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub + version: "^4.0.0" flutter_introduction_shared_preferences: - git: - url: https://github.com/Iconica-Development/flutter_introduction - ref: 4.0.0 - path: packages/flutter_introduction_shared_preferences + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub + version: "^4.0.0" dev_dependencies: flutter_test: