mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-19 04:13:43 +02:00
Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
|
eef26a375b | ||
|
cb432b548f | ||
|
6f9e7c863d | ||
|
4d1edb208e | ||
|
537870d922 | ||
|
f382ec7e59 | ||
|
3a6b8e0232 | ||
|
6a130302cf |
3 changed files with 22 additions and 2 deletions
14
.github/workflows/component-documentation.yml
vendored
Normal file
14
.github/workflows/component-documentation.yml
vendored
Normal 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
|
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -20,4 +20,8 @@ doc/api/
|
|||
*.js.deps
|
||||
*.js.map
|
||||
|
||||
.idea
|
||||
.idea
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
||||
.fvmrc
|
||||
|
|
|
@ -2,8 +2,10 @@ name: carousel
|
|||
description: card carousel
|
||||
version: 0.3.1
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.6 <3.0.0"
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue