This app reads and renders LaTeX equations and CKEditor-generated text. The app only accepts raw text or files with .txt
and .docx
extensions.
- Clone the repository and run the
flutter run
command and the app will run on your device! - The repository contains three files in the
assets/files
directory, you can copy those files to your device and import them from the app.
flutter_tex
package is used to render LaTeX equations and CKEditor-generated text.file_picker
package is used to pick text files from the device.docx_to_text
package is used to convert.docx
files toString
format.