{"id":18048788,"url":"https://github.com/marcelgarus/todo","last_synced_at":"2025-07-06T23:01:54.151Z","repository":{"id":61974968,"uuid":"262307928","full_name":"MarcelGarus/todo","owner":"MarcelGarus","description":"Offers a TODO() method to indicate that code has not been implemented yet.","archived":false,"fork":false,"pushed_at":"2021-03-04T14:10:31.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T08:47:54.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/todo","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/MarcelGarus.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-08T11:39:56.000Z","updated_at":"2022-05-11T00:33:10.000Z","dependencies_parsed_at":"2022-10-24T13:45:43.027Z","dependency_job_id":null,"html_url":"https://github.com/MarcelGarus/todo","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/MarcelGarus%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelGarus","download_url":"https://codeload.github.com/MarcelGarus/todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198240,"owners_count":21063626,"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-10-30T20:15:23.679Z","updated_at":"2025-04-10T09:53:17.775Z","avatar_url":"https://github.com/MarcelGarus.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sometimes you just want to implement the general architecture of your code without implementing details yet.\nThis package offers a `TODO()` method that you can use to indicate that a part of your code hasn't been implemented yet.\n\n```dart\nint maximumOf(List\u003cint\u003e numbers) {\n    if (numbers.isEmpty) {\n        return TODO(\"Handle empty list of numbers.\");\n    }\n    TODO(\"Find the maximum.\");\n}\n```\n\n🚧 It can be used as a statement or expression for any type and accepts an optional message.  \n💥 When executed, it just throws an `UnimplementedError`.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelgarus%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelgarus%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelgarus%2Ftodo/lists"}