Insetter Widgets

Helper functions for handling WindowInsets on Android.

License

License

GroupId

GroupId

dev.chrisbanes.insetter
ArtifactId

ArtifactId

insetter-widgets
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

aar
Description

Description

Insetter Widgets
Helper functions for handling WindowInsets on Android.
Project URL

Project URL

https://github.com/chrisbanes/insetter/
Source Code Management

Source Code Management

https://github.com/chrisbanes/insetter/

Download insetter-widgets

How to add to project

<!-- https://jarcasting.com/artifacts/dev.chrisbanes.insetter/insetter-widgets/ -->
<dependency>
    <groupId>dev.chrisbanes.insetter</groupId>
    <artifactId>insetter-widgets</artifactId>
    <version>0.5.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.chrisbanes.insetter/insetter-widgets/
implementation 'dev.chrisbanes.insetter:insetter-widgets:0.5.0'
// https://jarcasting.com/artifacts/dev.chrisbanes.insetter/insetter-widgets/
implementation ("dev.chrisbanes.insetter:insetter-widgets:0.5.0")
'dev.chrisbanes.insetter:insetter-widgets:aar:0.5.0'
<dependency org="dev.chrisbanes.insetter" name="insetter-widgets" rev="0.5.0">
  <artifact name="insetter-widgets" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.chrisbanes.insetter', module='insetter-widgets', version='0.5.0')
)
libraryDependencies += "dev.chrisbanes.insetter" % "insetter-widgets" % "0.5.0"
[dev.chrisbanes.insetter/insetter-widgets "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
dev.chrisbanes.insetter : insetter jar 0.5.0
androidx.constraintlayout » constraintlayout jar 2.0.4

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

Project Modules

There are no modules declared in this project.

Insetter

GitHub release

Insetter is a library to help apps handle WindowInsets more easily. Please visit the website for more information.

Contributions

Please contribute! We will gladly review any pull requests. Make sure to read the Contributing page first though.

License

Copyright 2019 Google LLC.

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

    https://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.

Versions

Version
0.5.0
0.4.0