chore: ready the package for deployment to the pub server

This commit is contained in:
Bart Ribbers 2024-07-12 14:33:23 +02:00 committed by Freek van de Ven
parent 5bfac2f4e3
commit 625e38fd47
6 changed files with 11 additions and 6 deletions

View file

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

View file

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

View file

@ -1,7 +1,8 @@
name: flutter_availability
description: "Flutter availability userstory package"
version: 1.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.4.3 <4.0.0"
@ -13,9 +14,8 @@ dependencies:
rxdart: ^0.27.0
flutter_hooks: ^0.20.5
flutter_availability_data_interface:
git:
url: https://github.com/Iconica-Development/flutter_availability
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

@ -1,7 +1,8 @@
name: flutter_availability_data_interface
description: "A new Flutter package project."
description: "The data interface for the flutter_availability component"
version: 1.0.0
publish_to: none
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.4.3 <4.0.0"