You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. In `settings.gradle.kts`, add `mavenLocal()` to `repositories`.
70
-
3. In `app/build.gradle.kts`, replace `implementation(project(":ratex-android"))` with `implementation("io.github.erweixin:ratex-android:0.1.4")` and remove the `include(":ratex-android")` / `project(":ratex-android").projectDir` from `settings.gradle.kts`.
70
+
3. In `app/build.gradle.kts`, replace `implementation(project(":ratex-android"))` with `implementation("io.github.erweixin:ratex-android:0.1.5")` and remove the `include(":ratex-android")` / `project(":ratex-android").projectDir` from `settings.gradle.kts`.
Copy file name to clipboardExpand all lines: platforms/flutter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ CustomPaint Widget
21
21
22
22
## Out of the box
23
23
24
-
1.**Add dependency** — add `ratex_flutter: ^0.1.4` to `pubspec.yaml`, then run `flutter pub get`. No native build required — the published package includes prebuilt Android `.so`, iOS XCFramework, macOS `.dylib`, Windows `.dll`, and Linux `.so`.
24
+
1.**Add dependency** — add `ratex_flutter: ^0.1.5` to `pubspec.yaml`, then run `flutter pub get`. No native build required — the published package includes prebuilt Android `.so`, iOS XCFramework, macOS `.dylib`, Windows `.dll`, and Linux `.so`.
25
25
2.**Register fonts** — Flutter does not auto-register plugin fonts for the host app. Copy the [KaTeX font declarations](#font-setup) into your `pubspec.yaml` (see Installation below).
26
26
3.**Use** — Use `RaTeXWidget`:
27
27
```dart
@@ -42,7 +42,7 @@ Add to your `pubspec.yaml`:
42
42
43
43
```yaml
44
44
dependencies:
45
-
ratex_flutter: ^0.1.4
45
+
ratex_flutter: ^0.1.5
46
46
```
47
47
48
48
Then run `flutter pub get`. No native build required — the published package includes prebuilt Android `.so`, iOS `RaTeX.xcframework`, macOS `.dylib`, Windows `.dll`, and Linux `.so`.
0 commit comments