Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.29 KB

LaTeX and CKEditor Reader

This app reads and renders LaTeX equations and CKEditor-generated text. The app only accepts raw text or files with .txt and .docx extensions.

How to run the app

  • 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.

Packages used in the project

  • 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 to String format.

Some previews of the app