Skip to content

Commit cbe9bb7

Browse files
authored
[tizen_log] Update README (#525)
1 parent 30b047a commit cbe9bb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tizen_log/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ dependencies:
1313
tizen_log: ^0.1.2
1414
```
1515
16+
Then you can import `tizen_log` in your Dart code:
17+
18+
```dart
19+
import 'package:tizen_log/tizen_log.dart';
20+
```
21+
1622
### Simple logging
1723

1824
```dart

0 commit comments

Comments
 (0)