{"id":16412508,"url":"https://github.com/rshrc/flutter_otp_timer","last_synced_at":"2025-10-26T19:30:51.477Z","repository":{"id":56829859,"uuid":"263155184","full_name":"rshrc/flutter_otp_timer","owner":"rshrc","description":"Flutter OTP Timer Widget","archived":false,"fork":false,"pushed_at":"2020-05-11T21:40:45.000Z","size":10,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:38:08.425Z","etag":null,"topics":["flutter","package"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_otp_timer","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/rshrc.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-05-11T20:49:43.000Z","updated_at":"2023-05-30T08:23:09.000Z","dependencies_parsed_at":"2022-09-02T04:00:26.489Z","dependency_job_id":null,"html_url":"https://github.com/rshrc/flutter_otp_timer","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/rshrc%2Fflutter_otp_timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshrc%2Fflutter_otp_timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshrc%2Fflutter_otp_timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshrc%2Fflutter_otp_timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rshrc","download_url":"https://codeload.github.com/rshrc/flutter_otp_timer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386389,"owners_count":19463355,"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":["flutter","package"],"created_at":"2024-10-11T06:49:09.085Z","updated_at":"2025-10-26T19:30:51.197Z","avatar_url":"https://github.com/rshrc.png","language":"Dart","readme":"# flutter_otp_timer\n\nGet easy otp timer in your app\n\n# Usage\n\nImport `package:flutter_otp_timer/flutter_otp_timer`\n\nExample:\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:flutter_otp_timer/flutter_otp_timer.dart';\n\nvoid main() {\n  runApp(MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: Text(\"Otp Timer\"),\n        centerTitle: true,\n      ),\n      body: Center(\n        child: OtpTimer(\n          duration: 60, // time till which the timer should animate\n          radius: 10, // size of the circle\n          timeTextSize: 16, // time text inside the circle\n        ),\n      ),\n    );\n  }\n}\n\n\n```\n\nYou will find links to the API docs on the [pub page](https://pub.dev/packages/otp_count_down).\n\n## Getting Started\n\nFor help getting started with Flutter, view our online\n[documentation](http://flutter.io/).\n\nFor help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshrc%2Fflutter_otp_timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frshrc%2Fflutter_otp_timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshrc%2Fflutter_otp_timer/lists"}