{"id":15556547,"url":"https://github.com/comigor/fuzzy","last_synced_at":"2025-04-23T20:12:58.116Z","repository":{"id":55118691,"uuid":"229137710","full_name":"comigor/fuzzy","owner":"comigor","description":"Fuzzy search in Dart","archived":false,"fork":false,"pushed_at":"2023-10-17T00:36:30.000Z","size":146,"stargazers_count":37,"open_issues_count":10,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T20:12:40.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/comigor.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":"2019-12-19T20:58:41.000Z","updated_at":"2024-09-13T21:48:20.000Z","dependencies_parsed_at":"2023-10-17T06:15:05.192Z","dependency_job_id":null,"html_url":"https://github.com/comigor/fuzzy","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Ffuzzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Ffuzzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Ffuzzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Ffuzzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comigor","download_url":"https://codeload.github.com/comigor/fuzzy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250506141,"owners_count":21441723,"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-02T15:14:10.779Z","updated_at":"2025-04-23T20:12:58.075Z","avatar_url":"https://github.com/comigor.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1\u003eFuzzy\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003c!-- Badges --\u003e\n\n[![Pub Package](https://img.shields.io/pub/v/fuzzy.svg)](https://pub.dartlang.org/packages/fuzzy)\n[![CI](https://img.shields.io/github/workflow/status/comigor/fuzzy/CI)](https://github.com/comigor/fuzzy/actions?query=workflow%3ACI)\n\nFuzzy search in Dart.\n\nThis project is basically a code conversion, subset of [Fuse.js](https://github.com/krisk/Fuse).\n\n## Installation\nadd the following to your `pubspec.yaml` file:\n```shell\ndependencies:\n  fuzzy: \u003c1.0.0\n```\nthen run:\n```shell\npub get\n```\nor with flutter:\n```shell\nflutter packages get\n```\n\n## Usage\n```dart\nimport 'package:fuzzy/fuzzy.dart';\n\nvoid main() {\n  final fuse = Fuzzy(['apple', 'banana', 'orange']);\n\n  final result = fuse.search('ran');\n\n  result.map((r) =\u003e r.output.first.value).forEach(print);\n}\n```\n\nDon't forget to take a look at [FuzzyOptions](https://pub.dev/documentation/fuzzy/latest/data_fuzzy_options/FuzzyOptions-class.html)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomigor%2Ffuzzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomigor%2Ffuzzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomigor%2Ffuzzy/lists"}