Rewrite emacs-flx in Dart
📝 P.S. The name flx
is already taken, so we had to choose a different name. We decided on the_flx
.
Result? result = Flx.score("switch-to-buffer", "stb");
print(result?.score); // 237
To run tests:
$ flutter test
flx_dart
is distributed under the terms of the MIT license.
See LICENSE
for details.