'Is there a package in Flutter that read or parse dictionary file Lingoes(.ld2)/StarDict(.dict)/Babylon(.bgl) or other dictionary file type?
I'm writing a offline dictionary app in Flutter. I am searching for a way to read or parse local dictionary files.
I tried to convert local dictionary files to xml then parse the xml file. But seems that every dictionary use different xml tags, so it's a lot of work to parse the xml file.
It will be great if there is a package in Flutter that read or parse dictionary file, any common dictionary file types is fine for me, like Lingoes(.ld2), StarDict(.dict) or Babylon(.bgl).
Any suggestions are welcome. Thanks in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
