{"id":20036158,"url":"https://github.com/monitork/flutter_momo","last_synced_at":"2025-08-30T18:20:49.995Z","repository":{"id":202615531,"uuid":"234932105","full_name":"monitork/flutter_momo","owner":"monitork","description":"This plugin make MoMo payment method into your app.","archived":false,"fork":false,"pushed_at":"2020-02-04T21:41:26.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T06:17:38.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monitork.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-01-19T16:46:01.000Z","updated_at":"2020-02-04T21:41:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcdc38f1-7921-498c-9c8d-2c7cc4d223aa","html_url":"https://github.com/monitork/flutter_momo","commit_stats":null,"previous_names":["monitork/flutter_momo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monitork/flutter_momo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2Fflutter_momo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2Fflutter_momo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2Fflutter_momo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2Fflutter_momo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monitork","download_url":"https://codeload.github.com/monitork/flutter_momo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2Fflutter_momo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272886897,"owners_count":25009917,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-13T10:11:05.248Z","updated_at":"2025-08-30T18:20:49.960Z","avatar_url":"https://github.com/monitork.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_momo\n\nThis plugin make MoMo payment method into your app.\n\n## Getting Started\n\n### Android\n\nConfig your AndroidManifest.xml\nadd tools:replace=\"android:label\" inside \u003capplication\u003e open tag\nadd xmlns:tools=\"http://schemas.android.com/tools\" inside \u003cmanifest\u003e open tag\n```xml\n\u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\n```\n\n\n\n### IOS\n\n1. Config your Plist file.\n\n```xml\n\u003ckey\u003eCFBundleURLTypes\u003c/key\u003e\n\u003carray\u003e\n  \u003cdict\u003e\n    \u003ckey\u003eCFBundleURLName\u003c/key\u003e\n    \u003cstring\u003e\u003c/string\u003e\n    \u003ckey\u003eCFBundleURLSchemes\u003c/key\u003e\n    \u003carray\u003e\n      \u003cstring\u003emomopartnerscheme001\u003c/string\u003e\n    \u003c/array\u003e\n  \u003c/dict\u003e\n\u003c/array\u003e\n\u003ckey\u003eLSApplicationQueriesSchemes\u003c/key\u003e\n\u003carray\u003e\n  \u003cstring\u003emomo\u003c/string\u003e\n\u003c/array\u003e\n\u003ckey\u003eNSAppTransportSecurity\u003c/key\u003e\n\u003cdict\u003e\n  \u003ckey\u003eNSAllowsArbitraryLoads\u003c/key\u003e\n  \u003ctrue/\u003e\n\u003c/dict\u003e\n```\n\n2. Import SDK AppDelegate instance\n\n```swift\nimport MomoiOSSwiftSdk\n\nfunc application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -\u003e Bool {\n    MoMoPayment.handleOpenUrl(url: url, sourceApp: sourceApplication!)\n    return true\n}\n\nfunc application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any]) -\u003e Bool {\n    MoMoPayment.handleOpenUrl(url: url, sourceApp: \"\")\n    return true\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitork%2Fflutter_momo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonitork%2Fflutter_momo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitork%2Fflutter_momo/lists"}