{"id":18416717,"url":"https://github.com/infyomlabs/flutter-loader","last_synced_at":"2025-04-13T03:17:03.752Z","repository":{"id":62458811,"uuid":"500288039","full_name":"InfyOmLabs/flutter-loader","owner":"InfyOmLabs","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-15T09:43:18.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T03:17:00.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfyOmLabs.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}},"created_at":"2022-06-06T04:16:07.000Z","updated_at":"2022-06-07T10:12:48.000Z","dependencies_parsed_at":"2022-11-02T00:32:12.242Z","dependency_job_id":null,"html_url":"https://github.com/InfyOmLabs/flutter-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfyOmLabs%2Fflutter-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfyOmLabs%2Fflutter-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfyOmLabs%2Fflutter-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfyOmLabs%2Fflutter-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfyOmLabs","download_url":"https://codeload.github.com/InfyOmLabs/flutter-loader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657917,"owners_count":21140846,"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":[],"created_at":"2024-11-06T04:06:58.236Z","updated_at":"2025-04-13T03:17:03.726Z","avatar_url":"https://github.com/InfyOmLabs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# show_loader_dialog\n\nA new Flutter widget for show and hide loader from android side.\n\n## Features\n\n- showing flutter loader dialog\n\n## Getting started\n\nTo use this package, add show_loader_dialog as a dependency in your pubspec.yaml file.\n\n#### Platform Support\n\n| Android | iOS | MacOS | Web | Linux | Windows |\n| :-----: | :-: | :---: | :-: | :---: | :-----: |\n|   ✔️    | ✔️  |       |     |       |         |\n\n\n## Usage\n\nMinimal example:\n\n```dart\n     ElevatedButton(\n          onPressed: () {\n            CommonDialog.showLoader(true);\n            Future.delayed(\n              const Duration(seconds: 5),\n              () {\n                CommonDialog.showLoader(false);\n              },\n            );\n          },\n          child: const Text(\"show loader\"),\n        ),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfyomlabs%2Fflutter-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfyomlabs%2Fflutter-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfyomlabs%2Fflutter-loader/lists"}