From cf7517f9f348861e950b7fc7fb5b2ed0c80d4646 Mon Sep 17 00:00:00 2001 From: Yang Fang <31492969+yangsfang@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:38:41 -0700 Subject: [PATCH] Remove outdated project from README.md Per https://github.com/simc/logger_flutter/pull/16 the logger_flutter project is no longer maintained. It has become very outdated and not usable with the latest logger. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index c149d20..9d3ceb8 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,6 @@ class ConsoleOutput extends LogOutput { Possible future `LogOutput`s could send to a file, firebase or to Logcat. Feel free to open pull requests. -## logger_flutter extension - -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. - # Acknowledgments This package was originally created by [Simon Choi](https://github.com/simc).