{"id":19435291,"url":"https://github.com/iamabs2001/nativescript-android-toast","last_synced_at":"2026-05-06T08:34:01.834Z","repository":{"id":57308375,"uuid":"323571246","full_name":"iamabs2001/nativescript-android-toast","owner":"iamabs2001","description":"Toast Plugin for Nativescript Android Devices","archived":false,"fork":false,"pushed_at":"2021-01-05T11:20:08.000Z","size":200,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T01:02:36.681Z","etag":null,"topics":["android","nativescript","nativescript-android-toast","nativescript-toast","plugin","showtoast","toast"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nativescript-android-toast","language":"JavaScript","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/iamabs2001.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}},"created_at":"2020-12-22T08:50:45.000Z","updated_at":"2024-05-30T17:43:26.000Z","dependencies_parsed_at":"2022-09-09T21:30:33.964Z","dependency_job_id":null,"html_url":"https://github.com/iamabs2001/nativescript-android-toast","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/iamabs2001/nativescript-android-toast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamabs2001%2Fnativescript-android-toast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamabs2001%2Fnativescript-android-toast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamabs2001%2Fnativescript-android-toast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamabs2001%2Fnativescript-android-toast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamabs2001","download_url":"https://codeload.github.com/iamabs2001/nativescript-android-toast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamabs2001%2Fnativescript-android-toast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269419,"owners_count":22983642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","nativescript","nativescript-android-toast","nativescript-toast","plugin","showtoast","toast"],"created_at":"2024-11-10T15:05:19.387Z","updated_at":"2026-05-06T08:33:56.807Z","avatar_url":"https://github.com/iamabs2001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nativescript Android Toast\n\n![npm](https://img.shields.io/npm/v/nativescript-android-toast?color=blue)\n![GitHub](https://img.shields.io/github/license/iamabs2001/nativescript-android-toast)\n[![Build Status](https://travis-ci.com/iamabs2001/nativescript-android-toast.svg?branch=master)](https://travis-ci.com/iamabs2001/nativescript-android-toast)\n![npm](https://img.shields.io/npm/dt/nativescript-android-toast)\n![GitHub issues](https://img.shields.io/github/issues-raw/iamabs2001/nativescript-android-toast)\n![Status](https://img.shields.io/badge/status-working-green)\n![Twitter Follow](https://img.shields.io/twitter/follow/iamabs2001?style=social)\n\n## Installation:\n``` tns plugin add nativescript-android-toast ```\n\n\u003chr\u003e\n\n## API (Methods)\n\n```javascript\nMakeToast(text : String, duration : \"long\" or \"short\");\n```\n\u003chr\u003e\n\n## API (Properties)\n| Property | Type | Require |Description |\n| --- | --- | --- | --- |\n| text | String | Required | Text you want to toast |\n| duration | String | Optional | \"long\" or \"short\" duration |\n\n## Demo\n\n| Demo 1 | Demo 2 |\n| ----------- | ----------- |\n| ![Demo 1](1.png) | ![Demo 2](2.png) |\n\n\n\u003chr\u003e\n\n## Usage\n\n### TypeScript\n\n```typescript\nimport Toast from \"nativescript-android-toast\";\n\nshowToast() {\n    Toast.MakeToast(\"Hello Typescript\",\"short\");\n}\n```\n\n\u003chr\u003e\n\n```html\n\u003cButton text=\"click\" (tap)=\"showToast();\"\u003e\n```\n\n\u003chr\u003e\n\n### JavaScript\n\n```javascript\nvar Toast = require(\"nativescript-android-toast\");\n\nshowToast() {\n    Toast.MakeToast(\"Hello Javascript\",\"long\");\n}\n```\n\n\u003chr\u003e\n\nhttps://developer.android.com/reference/android/widget/Toast","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamabs2001%2Fnativescript-android-toast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamabs2001%2Fnativescript-android-toast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamabs2001%2Fnativescript-android-toast/lists"}