Flipper is a debugging platform designed for iOS, Android and React Native apps. The goal of this tool is to allow you to inspect and control your developed applications from a simple desktop interface.
Basic tools for your development
Flipper works as an ally in the development of smartphone applications, with essential tools such as a log viewer, an interactive design inspector and a network inspector. Although this software runs with several general plugins integrated, the tool encourages you to create your own.
Customize the creation process
Some examples of plugins that are part of Flipper are Logs, Layout Inspector and Network Inspector that are tailored to the specific use cases of each application. However, with your custom plugins you will be able to better understand what is going on inside your application, visualizing local cache states, events and more. The build involves a native part, written in Java, Objective-C or C++, and a desktop user interface developed in React. Through internal tutorials, you can learn how to extract data from native applications and present it in a desktop app.
As is an open source tool you will be able to contribute to the development of the project with an active community. This will allow Flipper to adapt to the needs that may arise.
Comments
There are no opinions about Flipper yet. Be the first! Comment