{"id":16011506,"url":"https://github.com/bradmartin/flexing","last_synced_at":"2026-04-28T11:03:17.107Z","repository":{"id":71694166,"uuid":"145509765","full_name":"bradmartin/flexing","owner":"bradmartin","description":"Flexing is an Android library with utility functions.","archived":false,"fork":false,"pushed_at":"2018-09-01T07:17:03.000Z","size":148,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T02:41:53.226Z","etag":null,"topics":["android","android-library","bitmap","kotlin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradmartin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-21T05:12:48.000Z","updated_at":"2018-11-22T14:52:42.000Z","dependencies_parsed_at":"2023-05-15T09:45:11.572Z","dependency_job_id":null,"html_url":"https://github.com/bradmartin/flexing","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bradmartin/flexing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fflexing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fflexing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fflexing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fflexing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradmartin","download_url":"https://codeload.github.com/bradmartin/flexing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fflexing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","bitmap","kotlin"],"created_at":"2024-10-08T13:43:21.305Z","updated_at":"2026-04-28T11:03:17.066Z","avatar_url":"https://github.com/bradmartin.png","language":"Kotlin","funding_links":["https://paypal.me/bradwayne88"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eFlexing :muscle: for Android\u003c/h1\u003e \n    \u003ch3 align=\"center\"\u003e\n        \u003ca href=\"https://bradmartin.net\" target=\"_blank\"\u003eby Brad Martin\u003c/a\u003e\n    \u003c/h3\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/bradmartin/flexing/blob/master/src/LICENSE.md\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/bradmartin/flexing.svg\" alt=\"license\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://jitpack.io/#bradmartin/flexing\"\u003e\n        \u003cimg src=\"https://jitpack.io/v/bradmartin/flexing.svg\" alt=\"JitPack\" /\u003e\n    \u003c/a\u003e\n      \u003ca href=\"https://twitter.com/bradwaynemartin\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/bradwaynemartin.svg?style=social\u0026label=Follow%20me\" alt=\"Twitter\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://paypal.me/bradwayne88\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Donate-PayPal-green.svg\" alt=\"donate\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Install\n\n### Gradle:\n\n- Add it in your root build.gradle at the end of repositories:\n\n```groovy\nallprojects {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\n- Add the dependency:\n\n```groovy\ndependencies {\n    implementation 'com.github.bradmartin:flexing:0.1.30'\n}\n```\n\n### Maven\n\n- Add the JitPack repository to your build file:\n\n```xml\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n- Add the dependency:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.bradmartin\u003c/groupId\u003e\n    \u003cartifactId\u003eflexing\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.30\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### API\n\n### ImagesKt Static Methods\n\n| Method                                             | Description                        |\n| -------------------------------------------------- | ---------------------------------- |\n| _getBitmapFromImageView(ImageView: image)_: Bitmap | Returns a Bitmap from an ImageView |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fflexing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradmartin%2Fflexing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fflexing/lists"}