{"id":20428857,"url":"https://github.com/mhashim6/snackbarqueue","last_synced_at":"2026-04-13T21:31:47.018Z","repository":{"id":133665887,"uuid":"158699229","full_name":"mhashim6/SnackbarQueue","owner":"mhashim6","description":"A Library (a function, really) to show multiple snackbars sequentially. ","archived":false,"fork":false,"pushed_at":"2019-08-04T16:43:33.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T00:30:40.921Z","etag":null,"topics":["android","kotlin","library","queue","sequential","snackbar"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/mhashim6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-22T12:55:10.000Z","updated_at":"2019-08-04T16:43:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"e69b2762-7c65-4911-a6d6-30ec1f8d55b1","html_url":"https://github.com/mhashim6/SnackbarQueue","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mhashim6/SnackbarQueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhashim6%2FSnackbarQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhashim6%2FSnackbarQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhashim6%2FSnackbarQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhashim6%2FSnackbarQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhashim6","download_url":"https://codeload.github.com/mhashim6/SnackbarQueue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhashim6%2FSnackbarQueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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","kotlin","library","queue","sequential","snackbar"],"created_at":"2024-11-15T07:29:02.149Z","updated_at":"2026-04-13T21:31:46.974Z","avatar_url":"https://github.com/mhashim6.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnackbarQueue  \n A Library (a function, really) to show multiple snackbars sequentially.   \n  \n## Usage:  \n``` kotlin  \nSnackbar.make(root, R.string.welcome_message, LENGTH_LONG).enqueue() //first one will immediately show.  \nSnackbar.make(root, R.string.introduction_message, LENGTH_LONG).enqueue() //but here, magic happens. \nSnackbar.make(root, R.string.preferences_tutorial, LENGTH_LONG).enqueue()  \nSnackbar.make(root, R.string.goodbye_tutorial, LENGTH_LONG).enqueue() //last one to show, after all the others have been sequentially (and gracefully) dismissed. \n```  \n## Apps using this library:  \n  \n - [Put Back: The laid back reminder](https://play.google.com/store/apps/details?id=mhashim6.android.putback)  \n  \n## Dependency:  \n[![](https://jitpack.io/v/mhashim6/SnackbarQueue.svg)](https://jitpack.io/#mhashim6/SnackbarQueue)  \n  \nAdd 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```  \nAdd the dependency:  \n``` groovy  \ndependencies {  \n implementation 'com.github.mhashim6:SnackbarQueue:1.3'\n }  \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhashim6%2Fsnackbarqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhashim6%2Fsnackbarqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhashim6%2Fsnackbarqueue/lists"}