{"id":32284473,"url":"https://github.com/amdkholil/tiny-alert","last_synced_at":"2026-06-20T18:31:17.024Z","repository":{"id":206931011,"uuid":"716465316","full_name":"amdkholil/tiny-alert","owner":"amdkholil","description":"Flutter Package: Simple \u0026 tiny size alert dialog","archived":false,"fork":false,"pushed_at":"2024-03-01T02:13:45.000Z","size":7611,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T01:32:44.522Z","etag":null,"topics":["dart","dart-package","dart-packages","flutter","flutter-package","flutter-packages"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/tiny_alert","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/amdkholil.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}},"created_at":"2023-11-09T07:38:30.000Z","updated_at":"2024-11-23T03:20:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9398c13-f8f1-4902-b2df-2e180a0a6145","html_url":"https://github.com/amdkholil/tiny-alert","commit_stats":null,"previous_names":["amdkholil/tiny-alert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amdkholil/tiny-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdkholil%2Ftiny-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdkholil%2Ftiny-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdkholil%2Ftiny-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdkholil%2Ftiny-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amdkholil","download_url":"https://codeload.github.com/amdkholil/tiny-alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amdkholil%2Ftiny-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34581934,"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-20T02:00:06.407Z","response_time":98,"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":["dart","dart-package","dart-packages","flutter","flutter-package","flutter-packages"],"created_at":"2025-10-23T01:32:10.994Z","updated_at":"2026-06-20T18:31:17.020Z","avatar_url":"https://github.com/amdkholil.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiny_alert (flutter package)\n\nJust simple alert in tiny size for simple UI.\n\n\u003cimg src=\"https://raw.githubusercontent.com/amdkholil/tiny-alert/main/tiny_alert.gif\" width=\"300\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/amdkholil/tiny-alert/main/tiny_alert2.gif\" width=\"400\"\u003e\n\n## Getting Started\n\nadd dependency latest version with command:\n```command\n$ flutter pub add tiny_alert\n```\n\nor just adding to `pubspec.yaml`\n```yaml\ndependecies:\n    tiny_alert: \u003cversion\u003e\n```\n\nand then run bellow command to get packages:\n```comand\n$ flutter pub get\n```\n\n## Examples\n\n- ### Success\n```dart\nTinyAlert.success(\n    context,\n    title: \"Success!\",\n    message: \"This is a success message!\",\n);\n```\n\n- ### Info\n```dart\nTinyAlert.info(\n    context,\n    title: \"Info!\",\n    message: \"This is a info message!\",\n);\n```\n\n- ### Warning\n```dart\nTinyAlert.warning(\n    context,\n    title: \"Warning!\",\n    message: \"This is a warning message!\",\n);\n```\n\n- ### Error\n```dart\nTinyAlert.error(\n    context,\n    title: \"Error!\",\n    message: \"This is a error message!\",\n);\n```\n\n- ### Confirmation\n```dart\nTinyAlert.confirm(\n    context,\n    title: \"Confrimation!\",\n    message: \"This is a confirmation message!\",\n    onConfirm: () {\n        Navigator.pop(context);\n    },\n);\n// also available onCancale function\n```\n\n- ### Loading\n```dart\nTinyAlert.progress(context, \n    label: \"Loading...\", \n    barrierDismissible: true,\n); // barrierDismissible is optional, the default is false\n```\n\n- ### Snackbar\n```dart\nTinyAlert.snackbar(\n    context,\n    \"This is snackbar message!\",\n);\n```\n\n\n\u003e There are several features that the author cannot write in this documentation due to the author's limitations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdkholil%2Ftiny-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdkholil%2Ftiny-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdkholil%2Ftiny-alert/lists"}