Skip to content

Commit 51eb160

Browse files
ewertonrphaarts
authored andcommitted
Link new logger_flutter documentation
Publish this commit after accept the merge request and publish the logger_flutter
1 parent 7b495ba commit 51eb160

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Instead of a string message, you can also pass other objects like `List`, `Map`
2929

3030
## Log Console
3131

32-
If you are creating a Flutter app, you can use the [logger_flutter](#logger-flutter-extension) extension. Shake the phone to show an on device console.
32+
If you are creating a Flutter app, you can use the [logger_flutter](https://pub.dev/packages/logger_flutter) extension.<br>
33+
Shake the phone or call `LogConsole.open(context)` from anywhere to show an on device console.<br>
34+
For more info, [click here](https://pub.dev/packages/logger_flutter).
3335

3436
| ![](https://raw.githubusercontent.com/leisim/logger/master/art/log_console_light.png) | ![](https://raw.githubusercontent.com/leisim/logger/master/art/log_console_dark.png) |
3537
|---|---|
@@ -173,16 +175,6 @@ Possible future `LogOutput`s could send to a file, firebase or to Logcat. Feel f
173175

174176
The [logger_flutter](https://pub.dev/packages/logger_flutter) package is an extension for logger. You can add it to any Flutter app. Just shake the phone to show the console.
175177

176-
1. [Add logger_flutter](https://pub.dev/packages/logger_flutter#-installing-tab-) to your `pubspec.yaml`
177-
2. Add the following code into your widget tree
178-
179-
```dart
180-
LogConsoleOnShake(
181-
child: Container() // Your widgets
182-
),
183-
```
184-
185-
More documentation coming soon.
186178

187179
## MIT License
188180
```

0 commit comments

Comments
 (0)