mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-18 20:13:43 +02:00
Merge pull request #12 from Iconica-Development/chore/deploy
chore: ready the package for deployment to the pub server
This commit is contained in:
commit
eef26a375b
2 changed files with 8 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -20,4 +20,8 @@ doc/api/
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# FVM Version Cache
|
||||||
|
.fvm/
|
||||||
|
.fvmrc
|
||||||
|
|
|
@ -2,8 +2,10 @@ name: carousel
|
||||||
description: card carousel
|
description: card carousel
|
||||||
version: 0.3.1
|
version: 0.3.1
|
||||||
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.6 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue