{"id":19005318,"url":"https://github.com/f3ath/dart-version-manipulation","last_synced_at":"2025-04-22T19:02:40.853Z","repository":{"id":53909182,"uuid":"280600805","full_name":"f3ath/dart-version-manipulation","owner":"f3ath","description":"Extension on pub_semver","archived":false,"fork":false,"pushed_at":"2023-11-27T02:47:23.000Z","size":26,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T10:26:26.099Z","etag":null,"topics":["dart","flutter","hacktoberfest","semver"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/version_manipulation","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/f3ath.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-18T06:56:00.000Z","updated_at":"2023-11-18T16:56:54.000Z","dependencies_parsed_at":"2023-11-27T03:46:59.922Z","dependency_job_id":null,"html_url":"https://github.com/f3ath/dart-version-manipulation","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.16666666666666663","last_synced_commit":"6afd164886d9f46c21212971c4940b935e3252c8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fdart-version-manipulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fdart-version-manipulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fdart-version-manipulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fdart-version-manipulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/dart-version-manipulation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306610,"owners_count":21408925,"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":["dart","flutter","hacktoberfest","semver"],"created_at":"2024-11-08T18:27:06.395Z","updated_at":"2025-04-22T19:02:40.830Z","avatar_url":"https://github.com/f3ath.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extension on pub_semver\n\n## Setting a version part\n```dart\nprint(Version.parse('0.1.3+foo.1').change(major: 2, build: ['moo'])); // 2.1.3+moo\n```\n\n## Bumping the build part\n```dart\nprint(Version.parse('1.2.3').nextBuild); // 1.2.3+1\nprint(Version.parse('1.2.3+foo42').nextBuild); // 1.2.3+foo42.1\nprint(Version.parse('1.2.3+foo.1.2.3.bar').nextBuild); // 1.2.3+foo.2.0.0.bar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fdart-version-manipulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Fdart-version-manipulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fdart-version-manipulation/lists"}