list_spanish_words 0.1.0
list_spanish_words: ^0.1.0 copied to clipboard
This package contains a list of spanish words for use in other tools. From spell checkers, to ngram analysis.
example/list_spanish_words_example.dart
import 'package:list_spanish_words/list_spanish_words.dart';
void main() {
print(list_spanish_words.sublist(0, 50).join('\n'));
}