{"id":27079098,"url":"https://github.com/flarebyte/message_copperframe","last_synced_at":"2026-05-02T06:40:52.011Z","repository":{"id":283698112,"uuid":"872607847","full_name":"flarebyte/message_copperframe","owner":"flarebyte","description":"Delivering impactful messages to your dashboard","archived":false,"fork":false,"pushed_at":"2024-10-15T08:33:59.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-21T17:09:26.714Z","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-14T18:28:39.000Z","updated_at":"2025-03-18T20:18:31.000Z","dependencies_parsed_at":"2025-03-21T17:09:29.505Z","dependency_job_id":"8f4dd763-df57-43fa-8f87-49b85f1e6840","html_url":"https://github.com/flarebyte/message_copperframe","commit_stats":null,"previous_names":["flarebyte/message_copperframe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fmessage_copperframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fmessage_copperframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fmessage_copperframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fmessage_copperframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/message_copperframe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423476,"owners_count":20936621,"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":["flutter","flutter-package"],"created_at":"2025-04-06T01:32:15.782Z","updated_at":"2026-05-02T06:40:51.974Z","avatar_url":"https://github.com/flarebyte.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# message\\_copperframe\n\n![Experimental](https://img.shields.io/badge/status-experimental-blue)\n\n\u003e Delivering impactful messages to your dashboard\n\nManages a list of message objects and notifies listeners when the message\nlist changes. This is useful for maintaining reactive state in Flutter\napplications, ensuring UI components can respond to message updates\nefficiently.\n\n![Hero image for message\\_copperframe](doc/message_copperframe.jpeg)\n\nHighlights:\n\n-   Reactive Updates which notifies listeners when the message list\n    changes, enabling efficient UI updates.\n\n-   Immutable State Checks that compares old and new messages to avoid\n    unnecessary notifications.\n\n-   Easy Integration which works seamlessly with Flutter's ChangeNotifier\n    for state management.\n\nA few examples:\n\nCreate a message holder:\n\n```dart\nfinal CopperframeMessagesHolder holder = CopperframeMessagesHolder();\n```\n\nCreate a message:\n\n```dart\nfinal  infoMessage  =  CopperframeMessage(  label:  'This  is  an  info\nmessage',  level:  CopperframeMessageLevel.info,  category:  'usage',  );\n```\n\nUpdate the message holder and notify:\n\n```dart\nholder.messages = [infoMessage]\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/message_copperframe/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/message_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%2Fmessage_copperframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fmessage_copperframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fmessage_copperframe/lists"}