strgad 0.1.0+1 copy "strgad: ^0.1.0+1" to clipboard
strgad: ^0.1.0+1 copied to clipboard

A helper library providing various functions to assist with string manipulation and formatting.

example/strgad_example.dart

import 'package:strgad/strgad.dart';

void main() {
  String s = "hello";
  String t = "helloo";

  print(s.levenshteinDistance(t)); // Output: 1
}
1
likes
160
points
11
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A helper library providing various functions to assist with string manipulation and formatting.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on strgad