mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-19 12:13:46 +02:00
Compare commits
No commits in common. "master" and "0.3.1" have entirely different histories.
3 changed files with 2 additions and 22 deletions
14
.github/workflows/component-documentation.yml
vendored
14
.github/workflows/component-documentation.yml
vendored
|
@ -1,14 +0,0 @@
|
||||||
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
4
.gitignore
vendored
|
@ -21,7 +21,3 @@ doc/api/
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# FVM Version Cache
|
|
||||||
.fvm/
|
|
||||||
.fvmrc
|
|
||||||
|
|
|
@ -2,10 +2,8 @@ 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: ">=3.0.0 <4.0.0"
|
sdk: ">=2.17.6 <3.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue