{"id":16520220,"url":"https://github.com/khadkarajesh/nepninja","last_synced_at":"2025-08-01T23:12:00.396Z","repository":{"id":56835311,"uuid":"258989592","full_name":"khadkarajesh/nepninja","owner":"khadkarajesh","description":"Library for animated widgets of flutter","archived":false,"fork":false,"pushed_at":"2020-04-27T02:33:12.000Z","size":319,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T18:55:23.809Z","etag":null,"topics":["android","animation","animation-library","flutter","ios","learning","learning-exercise","login","signup"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/nepninja","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khadkarajesh.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":"2020-04-26T09:24:54.000Z","updated_at":"2020-09-21T10:07:55.000Z","dependencies_parsed_at":"2022-09-07T15:50:50.457Z","dependency_job_id":null,"html_url":"https://github.com/khadkarajesh/nepninja","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/khadkarajesh/nepninja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khadkarajesh%2Fnepninja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khadkarajesh%2Fnepninja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khadkarajesh%2Fnepninja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khadkarajesh%2Fnepninja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khadkarajesh","download_url":"https://codeload.github.com/khadkarajesh/nepninja/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khadkarajesh%2Fnepninja/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268310800,"owners_count":24230186,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["android","animation","animation-library","flutter","ios","learning","learning-exercise","login","signup"],"created_at":"2024-10-11T16:50:04.691Z","updated_at":"2025-08-01T23:12:00.327Z","avatar_url":"https://github.com/khadkarajesh.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nepninja\nReuse the beautiful animated widgets with less effort\n\n## Sample\n![](https://github.com/khadkarajesh/nepninja/blob/master/assets/images/circular_animated_button.gif)\n\n## Usage\n\n```dart\n\n CircularProgressButton(\n            height: 55,\n            width: 200,\n            borderRadius: 30,\n            backgroundColor: Colors.lightBlueAccent,\n            fadeDurationInMilliSecond: 400,\n            text: \"Sign In\",\n            fontSize: 30,\n            progressIndicatorColor: Colors.pinkAccent,\n            onTap: (reset) {\n              makeRequest(reset);\n            },\n          )\n\n # reset state once validation error or network fails\n void makeRequest(Function reset) {\n    Future.delayed(Duration(seconds: 3), () {\n      reset();\n    });\n  }\n\n```\n\n## Article\nYou can read further more detail about implementation over this [article](https://medium.com/@rajesh_khadka/flutter-animation-challenge-1-5ce9bed65161).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhadkarajesh%2Fnepninja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhadkarajesh%2Fnepninja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhadkarajesh%2Fnepninja/lists"}