mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-18 16:33:45 +02:00
chore: ready the package for deployment to the pub server
This commit is contained in:
parent
f16f99f4ac
commit
4266243dc4
2 changed files with 7 additions and 8 deletions
|
@ -33,9 +33,8 @@ dependencies:
|
|||
sdk: flutter
|
||||
|
||||
flutter_form_wizard:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_form_wizard.git
|
||||
ref: 6.3.2
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^6.3.2
|
||||
flutter_media_picker:
|
||||
path: ../
|
||||
|
||||
|
|
10
pubspec.yaml
10
pubspec.yaml
|
@ -2,10 +2,11 @@ name: flutter_media_picker
|
|||
description: A new Flutter package project.
|
||||
version: 0.6.5
|
||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||
publish_to: "none"
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.18.2 <3.0.0"
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
@ -22,9 +23,8 @@ dependencies:
|
|||
permission_handler: ^10.2.0
|
||||
logger: ^1.3.0
|
||||
flutter_form_wizard:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_form_wizard.git
|
||||
ref: 6.3.2
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^6.3.2
|
||||
mime: ^1.0.3
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue