menu
more package
documentation
diff.dart
CloseMatchesOnStringIterable extension
CloseMatchesOnStringIterable extension
dark_mode
light_mode
CloseMatchesOnStringIterable
extension
on
Iterable
<
String
>
Methods
closeMatches
(
String
target
, {
int
count
=
3
,
double
cutoff
=
0.6
})
→
Iterable
<
String
>
Returns a list of the best "good enough" matches of a list of strings.
more package
documentation
diff
CloseMatchesOnStringIterable extension
diff library