{"id":18000112,"url":"https://github.com/fluent-ci-templates/flutter-pipeline","last_synced_at":"2026-01-30T00:37:46.034Z","repository":{"id":179910485,"uuid":"662243461","full_name":"fluent-ci-templates/flutter-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline for Flutter projects.","archived":false,"fork":false,"pushed_at":"2024-06-18T16:34:06.000Z","size":447,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T13:23:12.385Z","etag":null,"topics":["deno","deno-module","devops","flutter","gitlab-ci","pipeline","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent-ci-templates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-04T17:12:47.000Z","updated_at":"2024-06-18T16:34:10.000Z","dependencies_parsed_at":"2023-10-16T16:52:19.099Z","dependency_job_id":"48f393a1-7271-4af0-90a3-bcc617039ce2","html_url":"https://github.com/fluent-ci-templates/flutter-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/flutter-pipeline"],"tags_count":13,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fflutter-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fflutter-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fflutter-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fflutter-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-ci-templates","download_url":"https://codeload.github.com/fluent-ci-templates/flutter-pipeline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419682,"owners_count":21100223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","deno-module","devops","flutter","gitlab-ci","pipeline","typescript"],"created_at":"2024-10-29T23:09:38.766Z","updated_at":"2026-01-30T00:37:45.975Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Flutter Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/flutter_pipeline)](https://pkg.fluentci.io/flutter_pipeline)\n[![deno module](https://shield.deno.dev/x/flutter_pipeline)](https://deno.land/x/flutter_pipeline)\n![deno compatibility](https://shield.deno.dev/deno/^1.41)\n[![dagger-min-version](https://shield.fluentci.io/dagger/v0.11.7)](https://dagger.io)\n[![](https://jsr.io/badges/@fluentci/flutter)](https://jsr.io/@fluentci/flutter)\n[![coverage](https://img.shields.io/codecov/c/gh/fluent-ci-templates/flutter-pipeline)](https://codecov.io/gh/fluent-ci-templates/flutter-pipeline)\n\nA ready-to-use Pipeline for your [Flutter](https://flutter.dev/) projects.\n\n## 🚀 Usage\n\nRun the following command in your project:\n\n```bash\nfluentci run flutter_pipeline\n```\n\nOr, if you want to use it as a template:\n\n```bash\nfluentci init -t flutter\n```\n\nThis will create a `.fluentci` folder in your project.\n\nNow you can run the pipeline with:\n\n```bash\nfluentci run .\n```\n\n\n## 🧩 Dagger Module\n\nUse as a [Dagger](https://dagger.io) module:\n\n```bash\ndagger mod install github.com/fluent-ci-templates/flutter-pipeline@mod\n```\n\n## 🛠️ Environment variables\n\n| Variable            | Description            | Default  |\n| ------------------- | ---------------------- | -------- |\n| `FLUTTER_VERSION`   | Flutter version to use | `3.13.1` |\n| `BUILD_OUTPUT_TYPE` | Build output type (`aar`, `apk`, `appbundle`, `bundle`, `linux`, `web`)      | `apk`    |\n\n\n## ✨ Jobs\n\n| Job          | Description             |\n| ------------ | ----------------------- |\n| codeQuality  | Run code quality checks |\n| test         | Run tests               |\n| build        | Build release           |\n\n\n```typescript\ncodeQuality(\n  src: string | Directory = \".\",\n  flutterVersion: string = \"3.13.1\"\n): Promise\u003cFile | string\u003e\ntest(\n  src?: string | Directory = \".\",\n  flutterVersion?: string = \"3.13.1\"\n): Promise\u003cDirectory | string\u003e \nbuild(\n  src?: string | Directory  = \".\",\n  flutterVersion?: string = \"3.13.1\",\n  buildOutputType?: string = \"apk\"\n): Promise\u003cDirectory | string\u003e\n```\n\n## 👨‍💻 Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```ts\nimport { codeQuality, test, build } from \"jsr:@fluentci/flutter\";\n\nawait codeQuality();\nawait test();\nawait build();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fflutter-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fflutter-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fflutter-pipeline/lists"}