feat: add CI

This commit is contained in:
mike doornenbal 2024-02-02 10:43:20 +01:00
parent d048d91bc3
commit bfde2eb3ad
4 changed files with 21 additions and 4 deletions

14
.github/workflows/component-ci.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Iconica Standard Component CI Workflow
# Workflow Caller version: 2.0.0
on:
pull_request:
workflow_dispatch:
jobs:
call-global-iconica-workflow:
uses: Iconica-Development/.github/.github/workflows/component-ci.yml@master
secrets: inherit
permissions: write-all
with:
subfolder: "." # add optional subfolder to run workflow in

View file

@ -1,3 +1,7 @@
## 2.0.1
- Added Iconica Ci
## 2.0.0 ## 2.0.0
- Add support for default configurable splashscreen - Add support for default configurable splashscreen

View file

@ -4,6 +4,6 @@ include: package:flutter_iconica_analysis/analysis_options.yaml
analyzer: analyzer:
exclude: exclude:
linter: linter:
rules: rules:

View file

@ -1,7 +1,7 @@
name: flutter_start name: flutter_start
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
publish_to: "none" publish_to: "none"
version: 2.0.0 version: 2.0.1
environment: environment:
sdk: ">=3.2.5 <4.0.0" sdk: ">=3.2.5 <4.0.0"
@ -24,7 +24,6 @@ dependencies:
ref: 2.1.0 ref: 2.1.0
path: packages/flutter_introduction_shared_preferences path: packages/flutter_introduction_shared_preferences
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter