We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f216696 commit 39a4dc6Copy full SHA for 39a4dc6
README-ZH.md
@@ -71,6 +71,9 @@ sudo apt-get install libnotify-dev
71
### 用法
72
73
```dart
74
+// 在 main 方法中添加这行。
75
+localNotifier.setAppName('example');
76
+
77
LocalNotification notification = LocalNotification(
78
title: "local_notifier_example",
79
body: "hello flutter!",
README.md
### Usage
+// Add this line in main method.
0 commit comments