flutter_tex icon indicating copy to clipboard operation
flutter_tex copied to clipboard

Equations are not rendering in flutter web - Flutter version 1.26.0

Open gowtham-xseed opened this issue 4 years ago • 0 comments

Question: Are you using the latest version of flutter_tex package? pub package Answer: Yes. It's coming as Blank in latest flutter version. This can be reproducible in flutter_tex examples.

Flutter Version: Flutter 1.26.0-17.3.pre

Steps to reproduce flutter channel beta flutter upgrade flutter run -d web-server --web-port 4000

Flutter Doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 1.26.0-17.3.pre, on macOS 11.0.1 20B29 darwin-x64, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Xcode - develop for iOS and macOS
    ! Xcode 11.7.0 out of date (12.0.1 is recommended).
      Download the latest version or update via the Mac App Store.
    ! CocoaPods 1.9.3 out of date (1.10.0 is recommended).
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.52.1)
[✓] Connected device (1 available)

! Doctor found issues in 1 category.```

gowtham-xseed avatar Feb 08 '21 14:02 gowtham-xseed