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
Copy file name to clipboardExpand all lines: packages/tizen_window_manager/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,6 @@ dependencies:
13
13
tizen_window_manager: ^0.1.0
14
14
```
15
15
16
-
> [!NOTE]
17
-
> This plugin only works when the [RendererType](https://github.com/flutter-tizen/flutter-tizen/blob/master/embedding/csharp/Tizen.Flutter.Embedding/FlutterApplication.cs#L110) is [EGL](https://github.com/flutter-tizen/flutter-tizen/blob/master/embedding/csharp/Tizen.Flutter.Embedding/FlutterApplication.cs#L24). Calling this plugin's API when the RendererType is [EvasGL](https://github.com/flutter-tizen/flutter-tizen/blob/master/embedding/csharp/Tizen.Flutter.Embedding/FlutterApplication.cs#L20) will cause the app to crash.
18
-
19
16
## API Reference
20
17
21
18
The `WindowManager` class provides methods to control window behavior on the Tizen platform.
0 commit comments