{"id":27079097,"url":"https://github.com/flarebyte/slotboard_copperframe","last_synced_at":"2026-06-29T07:31:23.394Z","repository":{"id":283698111,"uuid":"866418546","full_name":"flarebyte/slotboard_copperframe","owner":"flarebyte","description":"Slot it, sort it, sit back and relax","archived":false,"fork":false,"pushed_at":"2024-10-12T17:56:53.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T08:54:35.661Z","etag":null,"topics":["flutter","flutter-package"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-02T08:16:36.000Z","updated_at":"2025-03-18T20:17:27.000Z","dependencies_parsed_at":"2025-03-21T17:09:29.737Z","dependency_job_id":"8e3ab0fa-02af-44c3-aad1-20845d4eec5f","html_url":"https://github.com/flarebyte/slotboard_copperframe","commit_stats":null,"previous_names":["flarebyte/slotboard_copperframe"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/slotboard_copperframe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fslotboard_copperframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fslotboard_copperframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fslotboard_copperframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fslotboard_copperframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/slotboard_copperframe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fslotboard_copperframe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34918101,"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-29T02:00:05.398Z","response_time":58,"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":["flutter","flutter-package"],"created_at":"2025-04-06T01:32:15.710Z","updated_at":"2026-06-29T07:31:23.374Z","avatar_url":"https://github.com/flarebyte.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slotboard\\_copperframe\n\n![Experimental](https://img.shields.io/badge/status-experimental-blue)\n\n\u003e Slot it sort it sit back and relax\n\nBoard with slots to produce a view that is both compact and detailed\n\n![Hero image for slotboard\\_copperframe](doc/slotboard_copperframe.jpeg)\n\nHighlights:\n\n-   The slot can be described by a title, description, prominence or status\n-   Every time the slot is modified a notification is sent\n-   A registry allow to modify multiple slots at once\n\nA few examples:\n\nCreate a new slot class:\n\n```dart\nclass InfoMessageSlot extends CopperframeSlotBase { InfoMessageSlot({\nrequired super.tags,});}\n```\n\nInstanciate a slot:\n\n```dart\nvar slot = InfoMessageSlot( tags: ['main'],);\n```\n\nSet the prominence for a slot:\n\n```dart\nslot.prominence = 'important';\n```\n\nSet the size for a slot:\n\n```dart\nslot.size = 'small';\n```\n\nSet the status for a slot:\n\n```dart\nslot.status = 'ok';\n```\n\nSet the secondary status for a slot:\n\n```dart\nslot.secondaryStatus = '5+';\n```\n\nSet the title for a slot:\n\n```dart\nslot.title = 'Hello World!';\n```\n\nSet the description for a slot:\n\n```dart\nslot.description = 'This is a description';\n```\n\nCreate a registry for slots:\n\n```dart\nfinal registry = CopperframeSlotRegistry();\n```\n\nRegister a slot in the registry:\n\n```dart\nregistry.registerSlot(slot);\n```\n\nChanges the providence for all main slots:\n\n```dart\nregistry.setProminenceWhereTags('critical', tags: ['main']);\n```\n\n## Documentation and links\n\n-   [Code Maintenance :wrench:](MAINTENANCE.md)\n-   [Code Of Conduct](CODE_OF_CONDUCT.md)\n-   [Contributing :busts\\_in\\_silhouette: :construction:](CONTRIBUTING.md)\n-   [Architectural Decision Records :memo:](DECISIONS.md)\n-   [Contributors\n    :busts\\_in\\_silhouette:](https://github.com/flarebyte/slotboard_copperframe/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/slotboard_copperframe/network/dependencies)\n-   [Glossary\n    :book:](https://github.com/flarebyte/overview/blob/main/GLOSSARY.md)\n-   [Software engineering principles\n    :gem:](https://github.com/flarebyte/overview/blob/main/PRINCIPLES.md)\n-   [Overview of Flarebyte.com ecosystem\n    :factory:](https://github.com/flarebyte/overview)\n-   [Dart dependencies](DEPENDENCIES.md)\n-   [Usage](USAGE.md)\n-   [Example](example/example.dart)\n\n## Related\n\n-   [form\\_validator](https://pub.dev/packages/form_validator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fslotboard_copperframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fslotboard_copperframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fslotboard_copperframe/lists"}