english_sentences 1.0.0 icon indicating copy to clipboard operation
english_sentences: ^1.0.0 copied to clipboard

1000+ frequently used english sentences to work with.

English Sentences #

1000+ frequently used english sentences to work with.

Getting started #

Here is an example:

import "package:english_sentences/english_sentences.dart";

var sentences = englishSentences.take(10)
for (var s in sentences) {
    print(s);
}

End Notes #

There is this english_words package, So I thought english_sentences package might be helpful.

0
likes
120
pub points
16%
popularity

Publisher

verified publisher iconmahanmarwat.me

1000+ frequently used english sentences to work with.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on english_sentences