LaTeX inside Flutter using PlatformView

flutter_math_view

LaTeX inside Flutter using PlatformView

Install

Inside pubspec.yaml add:

flutter_math_view: ^0.0.2

Usage

FlutterMathView(
	latex: "x = \\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}",  
	color: Colors.purple,  
	fontSize: 32.0,  
),

Images

Packages/Credits

AndroidMath iosMath

Download Details:

Author: pstwh

Source Code: https://github.com/pstwh/flutter_math_view

#flutter #dart #mobile-apps

LaTeX inside Flutter using PlatformView
3.00 GEEK