Skip to content

NicolaVerbeeck/flutter_local_storage_inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local storage inspector

This repository contains the different parts that make up the local storage inspector system.

The local storage inspector system allows you to inspect and modify the contents of local storage on your 'app' using a websocket based API or a plugin for intelliJ IDEs.

Framework

The framework uses a websocket based protocol to send and receive control messages between a server (app) and a client.

The full protocol still needs a description as it is still work in progress.

UI

IntelliJ plugin

plugin_badge

A plugin that acts as a storage inspector is available for IntelliJ IDEs. The source lives in plugin, the plugin is published to the IntelliJ marketplace and a custom plugin repository that receives faster updates.

To enable this custom repository, add: https://plugins.chimerapps.com/pluginUpload/updatePlugins.xml to Plugins > Manage Plugin Repositories

Libraries

Flutter

pub package pub points

A flutter library is provided that implements the local storage server with built-in bindings for shared preferences, encrypted shared preferences, file browsing, ... See flutter for more details on how to use and integrate