{"id":20382966,"url":"https://github.com/binaryscraping/swiftui-toast","last_synced_at":"2025-03-04T22:43:23.276Z","repository":{"id":133037094,"uuid":"503383856","full_name":"binaryscraping/swiftui-toast","owner":"binaryscraping","description":"A Toast implementation for SwiftUI","archived":false,"fork":false,"pushed_at":"2024-01-09T08:46:19.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-15T07:57:40.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binaryscraping.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-14T14:00:55.000Z","updated_at":"2022-06-14T14:01:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea5f9944-0920-4c11-8b75-37eaea272b08","html_url":"https://github.com/binaryscraping/swiftui-toast","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fswiftui-toast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fswiftui-toast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fswiftui-toast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fswiftui-toast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryscraping","download_url":"https://codeload.github.com/binaryscraping/swiftui-toast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935269,"owners_count":20044826,"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":[],"created_at":"2024-11-15T02:19:46.123Z","updated_at":"2025-03-04T22:43:23.271Z","avatar_url":"https://github.com/binaryscraping.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToastUI\n\n## Usage\n\n```swift\nstruct ContentView: View {\n    @State var tostPresented = false\n\n    var body: some View {\n        Button(\"Show toast\") { \n            toastPresented = true \n        }\n        .toast(isPresented: $toastPresented) { \n            ToastView(title: \"This a toast\")\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryscraping%2Fswiftui-toast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryscraping%2Fswiftui-toast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryscraping%2Fswiftui-toast/lists"}