# flipper-plugin-reduxinspector **Repository Path**: leanflutter/flipper-plugin-reduxinspector ## Basic Information - **Project Name**: flipper-plugin-reduxinspector - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-05 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flipper-plugin-reduxinspector [![npm version][npm-image]][npm-url] [![Join the chat][telegram-image]][telegram-url] [npm-image]: https://img.shields.io/npm/v/flipper-plugin-reduxinspector.svg [npm-url]: https://www.npmjs.com/package/flipper-plugin-reduxinspector [telegram-image]:https://img.shields.io/badge/chat-on%20telegram-blue.svg [telegram-url]: https://t.me/joinchat/I4jz1FE5sBGk7V0jUpzSXg [English](./README.md) | 简体中文 ## 简介 *Redux Inspector for flipper (Extensible mobile app debugger).* ![](./snapshots/snapshot.png) ## 快速开始 ### 必备条件 开始之前确保你已安装: - 已安装 [Flipper Desktop](https://fbflipper.com) ### 安装 通过单击左侧边栏底部的 "Manage Plugins...",然后选择 "Install Plugins" 选项卡,可以找到它以及其他可用的 Flipper 插件。 ![](./snapshots/install-plugins.png) ## 相关链接 - https://github.com/learn-flutter-dev/flutter_flipperkit - https://github.com/learn-flutter-dev/flutter_flipperkit_plugins - https://github.com/learn-flutter-dev/flutter_flipperkit_examples ## 探讨 欢迎加入「Flipper for Flutter」的 [Telegram Group](https://t.me/joinchat/I4jz1FE5sBGk7V0jUpzSXg) 与我分享你的建议和想法。 ## 许可证 ``` MIT License Copyright (c) 2021 LiJianying Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```