{"id":21596901,"url":"https://github.com/rohitedathil/humanize_big_int","last_synced_at":"2025-03-18T11:14:55.881Z","repository":{"id":56832678,"uuid":"431078790","full_name":"RohitEdathil/humanize_big_int","owner":"RohitEdathil","description":"A simple dart package to convert large numbers to a human readable format. 1278 to 1.2K instead, for example.","archived":false,"fork":false,"pushed_at":"2022-03-06T17:12:08.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T11:14:52.719Z","etag":null,"topics":["dart","flutter","hacktoberfest","humanize","numbers"],"latest_commit_sha":null,"homepage":"","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/RohitEdathil.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":"2021-11-23T11:44:24.000Z","updated_at":"2022-10-08T09:41:58.000Z","dependencies_parsed_at":"2022-09-08T05:11:23.291Z","dependency_job_id":null,"html_url":"https://github.com/RohitEdathil/humanize_big_int","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitEdathil%2Fhumanize_big_int","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitEdathil%2Fhumanize_big_int/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitEdathil%2Fhumanize_big_int/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitEdathil%2Fhumanize_big_int/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohitEdathil","download_url":"https://codeload.github.com/RohitEdathil/humanize_big_int/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244207747,"owners_count":20416109,"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","humanize","numbers"],"created_at":"2024-11-24T18:07:11.824Z","updated_at":"2025-03-18T11:14:55.841Z","avatar_url":"https://github.com/RohitEdathil.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple dart package to convert large numbers to a human readable format. 1278 to 1.2K instead, for example.\n\n### [See in pub.dev](https://pub.dev/packages/humanize_big_int)\n\n## Features\n\nRepresents large numbers in terms of K, M, B, T etc. (1234 -\u003e 1.2K)\n\n### humanizeInt\n\n| Integer   | Humanized |\n| --------- | --------- |\n| 1278      | 1.2K      |\n| 250       | 250       |\n| 12340000  | 12M       |\n| 123400000 | 120M      |\n\n### humanizeIntInd\n\nRepresents large numbers in terms of K, L, Cr (Indian Numbering System) etc. (1234 -\u003e 1.2K)\n\n| Integer   | Humanized |\n| --------- | --------- |\n| 1278      | 1.2K      |\n| 250       | 250       |\n| 123400    | 1.2L      |\n| 123400000 | 12Cr      |\n\n## Usage\n\n### humanizeInt\n\n```dart\n  final n1 = humanizeInt(1234); // 1.2K\n  final n2 = humanizeInt(12340000); // 12M\n```\n\n### humanizeIntInd\n\n```dart\n  final n1 = humanizeIntInd(1234); // 1.2K\n  final n2 = humanizeIntInd(12340000); // 1.2Cr\n```\n\n## Additional information\n\nThis package only offers this niche functionality. For more general use cases, checkout\n\n- [humanize](https://pub.dev/packages/humanize)\n- [humanizer](https://pub.dev/packages/humanizer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitedathil%2Fhumanize_big_int","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitedathil%2Fhumanize_big_int","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitedathil%2Fhumanize_big_int/lists"}