{"id":32287651,"url":"https://github.com/thitlwincoder/name_plus","last_synced_at":"2026-02-21T07:03:15.821Z","repository":{"id":56835168,"uuid":"437579164","full_name":"thitlwincoder/name_plus","owner":"thitlwincoder","description":"Automatically increment File \u0026 Directory name and create","archived":false,"fork":false,"pushed_at":"2023-07-17T03:12:26.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T02:16:47.990Z","etag":null,"topics":["dart","file","flutter","folder","name","plus"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/name_plus","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/thitlwincoder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"thitlwincoder","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2021-12-12T15:13:57.000Z","updated_at":"2024-05-03T00:18:03.000Z","dependencies_parsed_at":"2022-09-02T03:50:36.259Z","dependency_job_id":null,"html_url":"https://github.com/thitlwincoder/name_plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thitlwincoder/name_plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fname_plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fname_plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fname_plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fname_plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thitlwincoder","download_url":"https://codeload.github.com/thitlwincoder/name_plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fname_plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29675925,"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":["dart","file","flutter","folder","name","plus"],"created_at":"2025-10-23T02:11:49.925Z","updated_at":"2026-02-21T07:03:15.816Z","avatar_url":"https://github.com/thitlwincoder.png","language":"Dart","readme":"# Name Plus\n\n[![pub package](https://img.shields.io/pub/v/name_plus.svg?logo=dart\u0026logoColor=00b9fc)](https://pub.dev/packages/name_plus)\n[![Last Commits](https://img.shields.io/github/last-commit/thitlwincoder/name_plus?logo=git\u0026logoColor=white)](https://github.com/thitlwincoder/name_plus/commits/master)\n[![GitHub repo size](https://img.shields.io/github/repo-size/thitlwincoder/name_plus)](https://github.com/thitlwincoder/name_plus)\n[![License](https://img.shields.io/github/license/thitlwincoder/name_plus?logo=open-source-initiative\u0026logoColor=green)](https://github.com/thitlwincoder/name_plus/blob/master/LICENSE)\n\u003cbr\u003e\n[![Uploaded By](https://img.shields.io/badge/uploaded%20by-thitlwincoder-blue)](https://github.com/thitlwincoder)\n\nAutomatically increment `File` \u0026 `Directory` name and create.\n\n## Usage\n\ncreate `File` with extension\n\n```dart\nFile('path').namePlus('filename');\n\nFile('path').namePlusSync('filename');\n```\n\ncreate `Directory` with extension\n\n```dart\nDirectory('path').namePlus('filename');\n\nDirectory('path').namePlusSync('filename');\n```\n\n## Options \n\nWhen creating a `File` or  `Directory`, you can pass some options:\n```dart\nFile('path').namePlus(\n  'filename',\n  format: '(d)', // change increment number format\n  space: false, // space between name \u0026 number format\n);\n```\n\n## Documentation\n\nCheck `test.txt` file name from `example` folder path and then name not exist create `test.txt` or name is already exist create with default format `test 1.txt`\n```dart\nFile('example').namePlus('test.txt');\n// test 1.txt\n```\nIf you use `format` option, `d` is number place.\n\n```dart\nFile('example').namePlus('test.txt', format: '(d)');\n// test (2).txt\n\nFile('example').namePlus('test.txt', format: '{d}');\n// test {3}.txt\n```\n\n## Contribution\n\nFeel free to file an [issue](https://github.com/thitlwincoder/name_plus/issues/new) if you find a problem or make pull requests.\n\nAll contributions are welcome :)\n","funding_links":["https://ko-fi.com/thitlwincoder"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthitlwincoder%2Fname_plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthitlwincoder%2Fname_plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthitlwincoder%2Fname_plus/lists"}