pubspec.yaml 618 Bytes
name: flutter_math_fork_example
description: A Flutter Package (Demo) to render LaTeX with pure Flutter.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  flutter_math_fork:
    path: ../

  provider: any
  flutter_tex: ^4.0.3+4
  google_fonts: ^4.0.4

dev_dependencies:
  flutter_test:
    sdk: flutter

flutter:
  uses-material-design: true