Flipper Tabular Plugin

Easily display tables of data in Flipper

License

License

Categories

Categories

Tabula Data PDF
GroupId

GroupId

io.github.hbmartin
ArtifactId

ArtifactId

flipper-tabular-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Flipper Tabular Plugin
Easily display tables of data in Flipper
Project URL

Project URL

https://github.com/hbmartin/flipper-plugin-tabular
Source Code Management

Source Code Management

https://github.com/hbmartin/flipper-plugin-tabular

Download flipper-tabular-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.hbmartin/flipper-tabular-plugin/ -->
<dependency>
    <groupId>io.github.hbmartin</groupId>
    <artifactId>flipper-tabular-plugin</artifactId>
    <version>0.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hbmartin/flipper-tabular-plugin/
implementation 'io.github.hbmartin:flipper-tabular-plugin:0.1.0'
// https://jarcasting.com/artifacts/io.github.hbmartin/flipper-tabular-plugin/
implementation ("io.github.hbmartin:flipper-tabular-plugin:0.1.0")
'io.github.hbmartin:flipper-tabular-plugin:aar:0.1.0'
<dependency org="io.github.hbmartin" name="flipper-tabular-plugin" rev="0.1.0">
  <artifact name="flipper-tabular-plugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hbmartin', module='flipper-tabular-plugin', version='0.1.0')
)
libraryDependencies += "io.github.hbmartin" % "flipper-tabular-plugin" % "0.1.0"
[io.github.hbmartin/flipper-tabular-plugin "0.1.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.5.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.0
com.facebook.flipper : flipper jar 0.87.0

Project Modules

There are no modules declared in this project.

Tabular Flipper Plugin

Maven Central reviewdog badge CodeFactor GitHub issues

Display tables of data easily in Flipper

Download

Install in your build.gradle:

dependencies {
  implementation 'io.github.hbmartin:flipper-tabular-plugin:0.1.0
}

Usage

Instantiate StethoFlipperPlugin with a list of the stetho/dumper plugins to expose. Then add that plugin to Flipper. See the demo app.

val tabularPlugin = TabularFlipperPlugin()
client.addPlugin(tabularPlugin)
...
tabularPlugin.addRecords("channel name", listOf(records map))

Contributing

License

MIT License

Copyright (c) Harold Martin

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.

Versions

Version
0.1.0