{"id":28267494,"url":"https://github.com/devengagelab/ma-flutter-plugin","last_synced_at":"2026-03-12T19:15:50.097Z","repository":{"id":294423416,"uuid":"986900149","full_name":"DevEngageLab/ma-flutter-plugin","owner":"DevEngageLab","description":"MA SDK Flutter Plugin","archived":false,"fork":false,"pushed_at":"2025-11-19T08:05:38.000Z","size":1071,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-19T10:07:12.283Z","etag":null,"topics":["flutter","flutter-plugins","ma","plugin"],"latest_commit_sha":null,"homepage":"https://www.engagelab.com/","language":"Dart","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/DevEngageLab.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-20T09:32:20.000Z","updated_at":"2025-08-01T08:38:48.000Z","dependencies_parsed_at":"2025-05-20T11:32:45.529Z","dependency_job_id":"5e557f91-30c1-4b7c-8bab-9f86071eb803","html_url":"https://github.com/DevEngageLab/ma-flutter-plugin","commit_stats":null,"previous_names":["devengagelab/ma-flutter-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevEngageLab/ma-flutter-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEngageLab%2Fma-flutter-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEngageLab%2Fma-flutter-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEngageLab%2Fma-flutter-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEngageLab%2Fma-flutter-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevEngageLab","download_url":"https://codeload.github.com/DevEngageLab/ma-flutter-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevEngageLab%2Fma-flutter-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"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":["flutter","flutter-plugins","ma","plugin"],"created_at":"2025-05-20T15:11:01.757Z","updated_at":"2026-03-12T19:15:50.090Z","avatar_url":"https://github.com/DevEngageLab.png","language":"Dart","readme":"# flutter_plugin_engagelab_ma\n\n### Installation\n\nAdd the following dependencies to your `pubspec.yaml` file:\n\nThe flutter_plugin_engagelab_ma plugin cannot be used alone, it requires the [flutter_plugin_engagelab](https://pub.dev/packages/flutter_plugin_engagelab) plugin to be integrated simultaneously.\n\n```yaml\ndependencies:\n  flutter_plugin_engagelab: ^1.3.4+523523\n  flutter_plugin_engagelab_ma: ^1.0.1+523523\n```\n\nNavigate to the ios directory:\nRun pod install\n\n### Configuration\n\n##### Android:\n\nAdd the following code to `/android/app/build.gradle`:\n\n```groovy\nandroid: {\n  ....\n  defaultConfig {\n    applicationId \"Replace with your application ID\"\n    ....\n    manifestPlaceholders = [\n                ENGAGELAB_PRIVATES_APPKEY : \"Your appkey\",\n                ENGAGELAB_PRIVATES_CHANNEL: \"developer\",\n                ENGAGELAB_PRIVATES_PROCESS: \":remote\",\n                XIAOMI_APPID            : \"\",//Xiaomi vendor, fill in MI- yours if available, leave empty if not\n                XIAOMI_APPKEY           : \"\",//Xiaomi vendor, fill in MI- yours if available, leave empty if not\n                MEIZU_APPID            : \"\",//Meizu vendor, fill in MZ- yours if available, leave empty if not\n                MEIZU_APPKEY           : \"\",//Meizu vendor, fill in MZ- yours if available, leave empty if not\n                OPPO_APPID             : \"\",//OPPO vendor, fill in OP- yours if available, leave empty if not\n                OPPO_APPKEY            : \"\",//OPPO vendor, fill in OP- yours if available, leave empty if not\n                OPPO_APPSECRET         : \"\",//OPPO vendor, fill in OP- yours if available, leave empty if not\n                VIVO_APPID             : \"\",//VIVO vendor, fill in yours if available, leave empty if not\n                VIVO_APPKEY            : \"\",//VIVO vendor, fill in yours if available, leave empty if not\n                HONOR_APPID            : \"\",//Honor vendor, fill in yours if available, leave empty if not\n                APP_TCP_SSL            : \"\",//Android TCP connection encryption, set to true for encryption, others for no encryption, can be left empty. This setting requires adding android:name=\"com.engagelab.privates.flutter_plugin_engagelab.MTApplication\" in AndroidManifest.xml's application, or inheriting from this object\n                APP_DEBUG            : \"\",//Android log debug mode, set to true for debug mode, others for non-debug mode, can be left empty. This setting requires adding android:name=\"com.engagelab.privates.flutter_plugin_engagelab.MTApplication\" in AndroidManifest.xml's application, or inheriting from this object\n                COUNTRY_CODE            : \"\",//For testing, can be left empty. This setting requires adding android:name=\"com.engagelab.privates.flutter_plugin_engagelab.MTApplication\" in AndroidManifest.xml's application, or inheriting from this object\n        ]\n  }    \n}\n```\n\n### Usage\n\n```dart\nimport 'package:flutter_plugin_engagelab/flutter_plugin_engagelab.dart';\nimport 'package:flutter_plugin_engagelab_ma/flutter_plugin_engagelab_ma.dart';\n```\n\n### APIs\n\n**Note**: \nThe flutter_plugin_engagelab_ma plugin cannot be used alone, it requires the flutter_plugin_engagelab plugin to be integrated simultaneously.\nBefore calling the FlutterPluginEngagelabMa.start method to initialize the MA plugin, please initialize the flutter_plugin_engagelab plugin first.\n\n[Reference](./documents/APIs.md)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevengagelab%2Fma-flutter-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevengagelab%2Fma-flutter-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevengagelab%2Fma-flutter-plugin/lists"}