{"id":20292837,"url":"https://github.com/codelessly/codelessly_starter_brick","last_synced_at":"2026-06-15T20:31:51.204Z","repository":{"id":212460922,"uuid":"731545812","full_name":"Codelessly/codelessly_starter_brick","owner":"Codelessly","description":"A mason brick for generating Codelessly starter project.","archived":false,"fork":false,"pushed_at":"2025-01-03T15:13:25.000Z","size":10769,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-01T23:59:28.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codelessly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T10:18:59.000Z","updated_at":"2025-01-03T15:13:30.000Z","dependencies_parsed_at":"2026-01-08T04:18:40.559Z","dependency_job_id":null,"html_url":"https://github.com/Codelessly/codelessly_starter_brick","commit_stats":null,"previous_names":["codelessly/codelessly_starter_brick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Codelessly/codelessly_starter_brick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codelessly%2Fcodelessly_starter_brick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codelessly%2Fcodelessly_starter_brick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codelessly%2Fcodelessly_starter_brick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codelessly%2Fcodelessly_starter_brick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codelessly","download_url":"https://codeload.github.com/Codelessly/codelessly_starter_brick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codelessly%2Fcodelessly_starter_brick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34379915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T15:19:33.350Z","updated_at":"2026-06-15T20:31:51.190Z","avatar_url":"https://github.com/Codelessly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codelessly_starter\n\n[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)\n\nA Codelessly starter project brick to quickly get started with Codelessly SDK.\n\n_Generated by [mason][1] 🧱_\n\n## Getting Started 🚀\n\n1. Install mason globally\n\n   ```bash\n   dart pub global activate mason\n   ```\n2. Install the brick\n\n   ```bash\n   mason add codelessly_starter -g --git-url https://github.com/Codelessly/codelessly_starter_brick\n   ```\n3. Run the brick in an empty directory.\n\n   ```bash\n    mason make codelessly_starter\n    ```\n4. Follow the instructions in the terminal. Provide authToken and layoutID displayed in the Codelessly editor.\n\n- [Official Mason Documentation][2]\n- [Code generation with Mason Blog][3]\n- [Very Good Livestream: Felix Angelov Demos Mason][4]\n- [Flutter Package of the Week: Mason][5]\n- [Observable Flutter: Building a Mason brick][6]\n- [Meet Mason: Flutter Vikings 2022][7]\n\n[1]: https://github.com/felangel/mason\n[2]: https://docs.brickhub.dev\n[3]: https://verygood.ventures/blog/code-generation-with-mason\n[4]: https://youtu.be/G4PTjA6tpTU\n[5]: https://youtu.be/qjA0JFiPMnQ\n[6]: https://youtu.be/o8B1EfcUisw\n[7]: https://youtu.be/LXhgiF5HiQg\n\n## Updating this brick\n\nFirst of all, enable flutter and get dependencies inside the\n__brick__ directory by running:\n\n```bash\ncd __brick\n```\n\nNext get flutter dependencies:\n\n```bash\nflutter pub get\n```\n\nMake any changes you like, and once you're satisfied and want\nto publish your changes to this brick, run:\n\n```bash\nflutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true\n```\n\nTo regenerate the build folder output so that CI/CD services like\nNetlify and Vercel can reference a pre-built and updated /build/ folder\ndirectly without needing to build from scratch.\n\nAfter that, clean up the __brick__ directory by removing these \nexcluded directories and files:\n- .dart_tool\n- .metadata\n- pubspec.lock\n- .flutter-plugins\n- .flutter-plugins-dependencies\n\nIf you don't delete the .dart_tool folder, mason brick creation\nwill take upwards of 400 seconds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelessly%2Fcodelessly_starter_brick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelessly%2Fcodelessly_starter_brick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelessly%2Fcodelessly_starter_brick/lists"}