Compare commits

...

8 commits

Author SHA1 Message Date
Gorter-dev
eef26a375b
Merge pull request #12 from Iconica-Development/chore/deploy
chore: ready the package for deployment to the pub server
2024-07-22 14:59:39 +02:00
Bart Ribbers
cb432b548f chore: ready the package for deployment to the pub server 2024-07-11 19:38:45 +02:00
Bart Ribbers
6f9e7c863d chore: add fvm configuration to gitignore 2024-07-11 19:36:42 +02:00
Freek van de Ven
4d1edb208e
Merge pull request #11 from Iconica-Development/update-component-documentation-workflow-correct
Add component-documentation.yml correct
2024-02-14 08:06:23 +01:00
Vick Top
537870d922 feat(documentation): Create component-documentation.yml workflow file 2024-02-13 13:36:23 +01:00
Vick Top
f382ec7e59 chore: Remove old component-documentation.yml 2024-02-13 13:36:23 +01:00
Freek van de Ven
3a6b8e0232
Merge pull request #10 from Iconica-Development/update-component-documentation-workflow
Add component-documentation.yml
2024-02-12 20:18:17 +01:00
Vick Top
6a130302cf feat(documentation): Create component-documentation.yml workflow file 2024-02-12 19:08:14 +01:00
3 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,14 @@
name: Iconica Standard Component Documentation Workflow
# Workflow Caller version: 1.0.0
on:
release:
types: [published]
workflow_dispatch:
jobs:
call-iconica-component-documentation-workflow:
uses: Iconica-Development/.github/.github/workflows/component-documentation.yml@master
secrets: inherit
permissions: write-all

4
.gitignore vendored
View file

@ -21,3 +21,7 @@ doc/api/
*.js.map *.js.map
.idea .idea
# FVM Version Cache
.fvm/
.fvmrc

View file

@ -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: