{"id":13684597,"url":"https://github.com/yako-dev/flutter-status-alert","last_synced_at":"2025-04-29T05:30:34.564Z","repository":{"id":36464480,"uuid":"225633882","full_name":"yako-dev/flutter-status-alert","owner":"yako-dev","description":"Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow.","archived":false,"fork":false,"pushed_at":"2023-11-24T10:56:19.000Z","size":2817,"stargazers_count":130,"open_issues_count":7,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T13:23:29.660Z","etag":null,"topics":["alert","android","dart","flutter","ios","mobile","status","ui","ui-components","widget"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/status_alert","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yako-dev.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}},"created_at":"2019-12-03T14:01:40.000Z","updated_at":"2025-03-05T00:38:51.000Z","dependencies_parsed_at":"2024-11-11T18:11:51.736Z","dependency_job_id":"4e7a31f6-4c53-485f-b9e8-02bae0b71839","html_url":"https://github.com/yako-dev/flutter-status-alert","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.2222222222222222,"last_synced_commit":"864804dd995e8ca6244e37e72fe9c2a8baa82b39"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-status-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-status-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-status-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-status-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yako-dev","download_url":"https://codeload.github.com/yako-dev/flutter-status-alert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251444070,"owners_count":21590408,"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":["alert","android","dart","flutter","ios","mobile","status","ui","ui-components","widget"],"created_at":"2024-08-02T14:00:35.426Z","updated_at":"2025-04-29T05:30:32.045Z","avatar_url":"https://github.com/yako-dev.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# Status Alert for Flutter\n\n[![Pub Version](https://img.shields.io/pub/v/status_alert?color=blueviolet)](https://pub.dev/packages/status_alert)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/yako-dev/flutter-status-alert/master/assets/status_alert_logo.png\" height=\"400px\"\u003e\n\u003c/p\u003e\n\n\n## Installing:\nIn your pubspec.yaml\n```yaml\ndependencies:\n  status_alert: ^1.0.1\n```\n```dart\nimport 'package:status_alert/status_alert.dart';\n```\n\n\n## Basic Usage:\n```dart\n    StatusAlert.show(\n      context,\n      duration: Duration(seconds: 2),\n      title: 'Title',\n      subtitle: 'Subtitle',\n      configuration: IconConfiguration(icon: Icons.done),\n      maxWidth: 260,\n    )\n```\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Apple Podcasts vs Status Alert:\n\u003cimg src=\"https://raw.githubusercontent.com/yako-dev/flutter-status-alert/master/assets/apple_podcasts_subscribed_animation.gif\" height=\"500px\"\u003e  \u003cimg src=\"https://raw.githubusercontent.com/yako-dev/flutter-status-alert/master/assets/status_alert_subscribed_animation.gif\" height=\"500px\"\u003e\n\u003cbr\u003e\n\n\n\n## License\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyako-dev%2Fflutter-status-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyako-dev%2Fflutter-status-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyako-dev%2Fflutter-status-alert/lists"}