Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.05 KB

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.