From 64fde620f47c5e1d6ad21429d64fff9221c183af Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 2 Feb 2022 17:19:59 +0100 Subject: [PATCH] Update storage_inspector in community tools --- docs/README.md | 4 ++-- docs/pages/docs/community_tools.md | 17 +++++++---------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/README.md b/docs/README.md index e3b8aaf5..0e056788 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -# Moor documentation +# Drift documentation -Welcome to the source of moor's documentation, live at moor.simonbinder.eu. +Welcome to the source of drift's documentation, live at drift.simonbinder.eu. We use a static site generator based on `build_runner` to build the documentation. ## Running the website locally diff --git a/docs/pages/docs/community_tools.md b/docs/pages/docs/community_tools.md index cbe547ec..2b13f477 100644 --- a/docs/pages/docs/community_tools.md +++ b/docs/pages/docs/community_tools.md @@ -11,18 +11,15 @@ Contact me on [Gitter](https://gitter.im/moor-dart/community), [Twitter](https:/ or via email to oss <at>simonbinder<dot>eu. {% endblock %} -## Drift inspector +## Storage inspector -[Chimerapps](https://github.com/Chimerapps) wrote the `drift_inspector` package and plugin for IntelliJ -and Android Studio. You can use it to inspect a moor or drift database right from your IDE! +[Chimerapps](https://github.com/Chimerapps) wrote the `storage_inspector` packages, which +allows you to inspect your app's persistent data in JetBrains tools like IntelliJ or Android Studio. +This includes drift databases, but preferences or secure local storage are also supported. -- The [`drift_inspector` package](https://pub.dev/packages/drift_inspector) on pub -- The [IntelliJ plugin](https://plugins.jetbrains.com/plugin/15364-drift-database-inspector) -- The [project on GitHub](https://github.com/Chimerapps/drift_inspector) - -The upcoming [`storage_inspector`](https://github.com/NicolaVerbeeck/flutter_local_storage_inspector) package -and IntelliJ plugin will also enable you to inspect your drift database along with local storage or other -persistence packages you use. +- The general [`storage_inspector`](https://pub.dev/packages/storage_inspector) package on pub. +- The [IDEA plugin for your IDE](https://plugins.jetbrains.com/plugin/18231-local-storage-inspector). +- [drift support for `storage_inspector`](https://pub.dev/packages/drift_local_storage_inspector). ## drift_db_viewer