{"id":32299714,"url":"https://github.com/programmerhasan/dialogify","last_synced_at":"2026-02-21T07:39:16.356Z","repository":{"id":312872485,"uuid":"1049076299","full_name":"ProgrammerHasan/dialogify","owner":"ProgrammerHasan","description":"A customizable Flutter package to show animated confirmation and info dialogs with gradient backgrounds, blur, and bottom sheet or center position.","archived":false,"fork":false,"pushed_at":"2025-09-02T13:57:27.000Z","size":831,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-02T15:28:27.504Z","etag":null,"topics":["confirmation-dialog","dialog","flutter","info-dialog"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/ProgrammerHasan.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":"2025-09-02T13:01:20.000Z","updated_at":"2025-09-02T13:57:30.000Z","dependencies_parsed_at":"2025-09-02T15:28:30.193Z","dependency_job_id":"cd85121b-4a25-47bb-80e1-2c151a5ef906","html_url":"https://github.com/ProgrammerHasan/dialogify","commit_stats":null,"previous_names":["programmerhasan/dialogify"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ProgrammerHasan/dialogify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdialogify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdialogify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdialogify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdialogify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammerHasan","download_url":"https://codeload.github.com/ProgrammerHasan/dialogify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdialogify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["confirmation-dialog","dialog","flutter","info-dialog"],"created_at":"2025-10-23T05:04:00.454Z","updated_at":"2026-02-21T07:39:16.351Z","avatar_url":"https://github.com/ProgrammerHasan.png","language":"Dart","readme":"\u003ch1 align=\"center\"\u003eDialogify.\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eA customizable Flutter package to show animated confirmation and info dialogs with gradient backgrounds, blur effects, and support for **center** or **bottom sheet** positions.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pub.dartlang.org/packages/dialogify\"\u003e\u003cimg src=\"https://img.shields.io/pub/v/dialogify.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/programmerhasan/dialogify/raw/master/screenshots/01.png\" alt=\"Dialogify for Flutter\" width=\"120\" style=\"border-radius: 50%;\" /\u003e\n\u003cimg src=\"https://github.com/programmerhasan/dialogify/raw/master/screenshots/02.png\" alt=\"Dialogify for Flutter\" width=\"120\" style=\"border-radius: 50%;\" /\u003e\n\u003cimg src=\"https://github.com/programmerhasan/dialogify/raw/master/screenshots/03.png\" alt=\"Dialogify for Flutter\" width=\"120\" style=\"border-radius: 50%;\" /\u003e\n\u003c/p\u003e\n\n\n---\n\n## ✨ Features\n- ✅ Gradient \u0026 blurred background dialogs\n- ✅ Info \u0026 Confirmation dialog types\n- ✅ Supports **bottom sheet** and **center popup**\n- ✅ Custom titles, subtitles, content widget, and buttons\n- ✅ Animated open/close transitions\n\n---\n\n## 🚀 Installation\n\nAdd this line in your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  dialogify: ^1.0.0\n```\nThen run:\n```\nflutter pub get\n```\n\n### Usage\n\nShow Confirmation Dialog\n```\nimport 'package:dialogify/dialogify.dart';\nshowConfirmationDialog(\n  context,\n  title: \"Delete Item\",\n  subtitle: \"Are you sure you want to delete this item?\",\n  confirmText: \"Yes, Delete\",\n  cancelText: \"Cancel\",\n  onConfirm: () {\n    print(\"Confirmed!\");\n  },\n  onCancel: () {\n    print(\"Cancelled!\");\n  },\n);\n```\nShow Info Dialog\n```agsl\nshowInfoDialog(\n  context,\n  title: \"Update Available\",\n  subtitle: \"Version 2.0 is now available for download.\",\n  closeText: \"Got it\",\n  onClose: () {\n    print(\"Dialog closed.\");\n  },\n);\n```\n### 📲 Example App\n\nSee example/main.dart for a full working example.\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:dialogify/dialogify.dart';\n\nvoid main() {\n  runApp(const MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n  const MyApp({super.key});\n\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      title: 'Dialogify Example',\n      home: Scaffold(\n        appBar: AppBar(title: const Text(\"Dialogify Example\")),\n        body: Center(\n          child: Column(\n            mainAxisAlignment: MainAxisAlignment.center,\n            children: [\n              ElevatedButton(\n                onPressed: () {\n                  showConfirmationDialog(\n                    context,\n                    title: \"Confirm Action\",\n                    subtitle: \"Do you want to proceed?\",\n                    onConfirm: () =\u003e debugPrint(\"Confirmed!\"),\n                    onCancel: () =\u003e debugPrint(\"Cancelled!\"),\n                  );\n                },\n                child: const Text(\"Show Confirmation Dialog\"),\n              ),\n              ElevatedButton(\n                onPressed: () {\n                  showInfoDialog(\n                    context,\n                    title: \"Info\",\n                    subtitle: \"This is an information dialog.\",\n                    onClose: () =\u003e debugPrint(\"Closed!\"),\n                  );\n                },\n                child: const Text(\"Show Info Dialog\"),\n              ),\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerhasan%2Fdialogify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammerhasan%2Fdialogify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerhasan%2Fdialogify/lists"}