Skip to content

the-flx/flx_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b3ff5a · Dec 17, 2024

History

31 Commits
Dec 15, 2024
Dec 15, 2024
Dec 15, 2024
Dec 14, 2024
Dec 14, 2024
Dec 15, 2024
Dec 14, 2024
Dec 17, 2024
Dec 14, 2024
Dec 15, 2024

Repository files navigation

License: MIT Release pub package

flx_dart

Rewrite emacs-flx in Dart

CI

📝 P.S. The name flx is already taken, so we had to choose a different name. We decided on the_flx.

🔨 Usage

Result? result = Flx.score("switch-to-buffer", "stb");
print(result?.score); // 237

🛠️ Development

To run tests:

$ flutter test

⚜️ License

flx_dart is distributed under the terms of the MIT license.

See LICENSE for details.