Git Product home page Git Product logo

pluto's Introduction

Android Pluto

Pluto - Open-sourced On-device debug framework for Android apps | Product Hunt

Maven Central CLA assistant Daily Builds

Pluto is an on-device debugging framework for Android applications, which helps in the inspection of HTTP requests/responses, captures Crashes, and ANRs, and manipulates application data on the go.

It comes with a UI to monitor and share the information, as well as APIs to access and use that information in your application.


🖇  Integrate Pluto in your application

Add Gradle Dependencies

Pluto is distributed through mavenCentral. To use it, you need to add the following Gradle dependency to your build.gradle file of your app module.

Note: add both the pluto and the pluto-no-op variant to isolate Pluto from release builds.

dependencies {
  ....
  debugImplementation 'com.plutolib:pluto:2.1.3'
  releaseImplementation 'com.plutolib:pluto-no-op:2.1.3'
  ....
}

Initialize Pluto

Now to start using Pluto, initialize Pluto SDK from you application class by passing context to it.

Pluto.Installer(this)
  .addPlugin(....)
  .install()

Install plugins

Unlike version 1.x.x, Pluto now allows developers to add debuggers as plugin bundle or individual plugins based on their need.

Plugin bundle comes with all the basic plugins bundled together as single dependency.

dependencies {
  ....
  debugImplementation 'com.plutolib.plugins:bundle-core:2.1.3'
  releaseImplementation 'com.plutolib.plugins:bundle-core-no-op:2.1.3'
  ....
}

But, if you want to use individual plugins, here is the list of some plugins provided by us

We will be adding more to the list. So please stay tuned.
Please refer to their respective README for integration steps.

You can also help us expand the Pluto ecosystem now.
Pluto now allows to develop custom debuggers as plugin. Read Develop Custom Plugins.


🎉  You are all set!

Now re-build and run your app, you will receive a notification from Pluto, use it to access Pluto UI.


📝  Contribution

We're looking for contributors, help us improve Pluto. 😁

Please refer to your Contribution guidelines to get started.


Have an idea to improve Pluto? Let's connect on


📃  License

Copyright 2021 Plutolib.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

pluto's People

Contributors

srtvprateek avatar rishabhsinghbisht avatar mocklets-tech avatar hibob224 avatar govinddixit avatar ishaangarg avatar mukeshsolanki avatar nikcapko avatar piyush7890 avatar shridhargoel avatar shurikus57 avatar tpakis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.