dicto 0.0.2 copy "dicto: ^0.0.2" to clipboard
dicto: ^0.0.2 copied to clipboard

A high-performance, multi-lingual dictionary Flutter package with self-initializing SQLite DB.

Changelog #

0.0.2 (Update dependencies) #

  • Just a quick update on dependencies

0.0.1 (Initial Release) #

  • Introduced the Dicto package for high-performance, multi-lingual dictionary lookups.
  • Implemented an SQLite‑based dictionary lookup mechanism.
  • Added self‑initializing database creation that reads dictionary assets from compressed (.txt.gz) files.
  • Supported dynamic locale switching and incremental updates (only missing locales are added).
  • Allowed flexible initialization by accepting either a single locale string or a list of locale strings.
  • Updated the lookup API to return just the locale (or null if the word is not found).
  • Included comprehensive unit tests covering initialization scenarios, lookup correctness, and error handling.
1
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance, multi-lingual dictionary Flutter package with self-initializing SQLite DB.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, path_provider, sqlite3, sqlite3_flutter_libs

More

Packages that depend on dicto