Flipper Tabular Plugin

Easily display tables of data in Flipper

Лицензия

Лицензия

Категории

Категории

Tabula Данные PDF
Группа

Группа

io.github.hbmartin
Идентификатор

Идентификатор

flipper-tabular-plugin
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Flipper Tabular Plugin
Easily display tables of data in Flipper
Ссылка на сайт

Ссылка на сайт

https://github.com/hbmartin/flipper-plugin-tabular
Система контроля версий

Система контроля версий

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

Скачать flipper-tabular-plugin

Как подключить последнюю версию

<!-- 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"]

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.0