{"id":28220868,"url":"https://github.com/allexcd/angulardart_custom_swipe","last_synced_at":"2025-06-10T09:30:38.773Z","repository":{"id":27548372,"uuid":"31029988","full_name":"allexcd/angulardart_custom_swipe","owner":"allexcd","description":"AngularDart Swipe Decorator","archived":false,"fork":false,"pushed_at":"2015-05-19T11:49:50.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T04:16:29.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allexcd.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":"2015-02-19T18:31:16.000Z","updated_at":"2015-02-28T11:34:26.000Z","dependencies_parsed_at":"2022-09-24T18:43:28.647Z","dependency_job_id":null,"html_url":"https://github.com/allexcd/angulardart_custom_swipe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fangulardart_custom_swipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fangulardart_custom_swipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fangulardart_custom_swipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fangulardart_custom_swipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allexcd","download_url":"https://codeload.github.com/allexcd/angulardart_custom_swipe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allexcd%2Fangulardart_custom_swipe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259047876,"owners_count":22797614,"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":"2025-05-18T04:16:24.033Z","updated_at":"2025-06-10T09:30:38.735Z","avatar_url":"https://github.com/allexcd.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angulardart_custom_swipe\n\nAngularDart Swipe Decorator\n\nInstallation\n-------------------------------\n\nAdd \"angulardart_custom_swipe\" in pubspec.yaml file:\n\n```dart\n    dependencies:\n        angulardart_custom_swipe: any\n```\n\nthen use pub to get the dependencies\n\nHow to use\n--------------------------------\nImport the module in your main.dart file\n\n```dart\n  import 'package:angulardart_custom_swipe/angulardart_custom_swipe.dart';\n```\n\nAdd custom swipe decorator to the list of modules\n\n```dart\n  class AppModule extends Module {\n    AppModule() {\n      bind(customSwipe);\n    }\n  }\n```\n\nUse the decorator where you need it:\n\n```dart\n\u003cdiv custom-swipe\n     custom-swipe-right=\"swipeRightCallback()\"\n     custom-swipe-left=\"swipeLeftCallback()\"\u003eSwipe on this container\u003c/div\u003e\n```\n\nSee examples provided on GitHub (https://github.com/allexcd/angulardart_custom_swipe).\nLoad them in Dart Editor or WebStorm and open them in default or Dartium browsers.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallexcd%2Fangulardart_custom_swipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallexcd%2Fangulardart_custom_swipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallexcd%2Fangulardart_custom_swipe/lists"}