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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
13
13
This plugin allows Flutter desktop apps to defines system tray.
14
14
15
+
> Note: This plugin is planned to migrate to [nativeapi](https://github.com/leanflutter/nativeapi-flutter) to improve maintainability and performance, but the solution is still experimental at this stage.
16
+
15
17
---
16
18
17
19
English | [简体中文](./README-ZH.md)
@@ -25,6 +27,7 @@ English | [简体中文](./README-ZH.md)
25
27
-[Screenshots](#screenshots)
26
28
-[Known Issues](#known-issues)
27
29
-[Not Working with app_links](#not-working-with-app_links)
30
+
-[Not Showing in GNOME](#not-showing-in-gnome)
28
31
-[Quick Start](#quick-start)
29
32
-[Installation](#installation)
30
33
-[Linux requirements](#linux-requirements)
@@ -78,7 +81,7 @@ Add this to your package's pubspec.yaml file:
0 commit comments