chore: ready the package for deployment to the pub server

This commit is contained in:
Bart Ribbers 2024-07-11 19:48:42 +02:00 committed by Bart Ribbers
parent a5f9d76f79
commit 21c2efa98a
23 changed files with 57 additions and 44 deletions

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,25 +1,22 @@
name: flutter_introduction
description: Combined Package of Flutter Introduction Widget and Flutter Introduction Service
version: 4.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_introduction_widget:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_widget
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
flutter_introduction_service:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_service
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -1,7 +1,8 @@
name: flutter_introduction_firebase
description: Flutter Introduction Page that uses firebase for the pages and some settings
version: 4.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.1.5 <4.0.0"
@ -9,19 +10,15 @@ environment:
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^4.12.2
cached_network_image: ^3.3.0
cloud_firestore: "^4.12.2"
cached_network_image: "^3.3.0"
flutter_introduction_widget:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_widget
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
flutter_introduction_service:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_service
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,19 +1,19 @@
name: flutter_introduction_interface
description: A new Flutter package project.
version: 4.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_data_interface:
git:
url: https://github.com/Iconica-Development/flutter_data_interface.git
ref: 1.0.0
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^1.0.0"
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,20 +1,19 @@
name: flutter_introduction_service
description: A new Flutter package project.
version: 4.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_introduction_interface:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_interface
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,21 +1,20 @@
name: flutter_introduction_shared_preferences
description: A new Flutter package project.
version: 4.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_introduction_interface:
git:
url: https://github.com/Iconica-Development/flutter_introduction
ref: 4.0.0
path: packages/flutter_introduction_interface
shared_preferences: any
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
shared_preferences: "^2.2.0"
dev_dependencies:
flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -3,8 +3,10 @@ description: Flutter Introduction Widget for showing a list of introduction page
version: 4.0.0
homepage: https://github.com/Iconica-Development/flutter_introduction_widget
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:

View file

@ -1,6 +1,9 @@
name: flutter_introduction_workspace
description: The use case level package using both the flutter_introduction_widget and the flutter_introduction_service combined
version: 4.0.0
publish_to: None
environment:
sdk: '>=3.1.0 <4.0.0'
dev_dependencies: