###soundex Calculates the soundex of given input. import 'package:soundex/soundex.dart'; main() { print(soundex('Test input')); }