{"id":19541386,"url":"https://github.com/wingify/vwo-flutter-basic-app","last_synced_at":"2025-07-27T03:08:58.044Z","repository":{"id":179219162,"uuid":"630917097","full_name":"wingify/vwo-flutter-basic-app","owner":"wingify","description":"Demo app for A/B testing","archived":false,"fork":false,"pushed_at":"2023-04-24T06:30:37.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-08T18:45:09.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/wingify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-04-21T13:08:08.000Z","updated_at":"2023-04-24T05:38:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9778b691-87c5-4798-9ce3-b9bed5ee2375","html_url":"https://github.com/wingify/vwo-flutter-basic-app","commit_stats":null,"previous_names":["wingify/vwo-flutter-basic-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-flutter-basic-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-flutter-basic-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-flutter-basic-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-flutter-basic-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-flutter-basic-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240795132,"owners_count":19858750,"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-11T03:10:14.450Z","updated_at":"2025-02-26T05:18:25.417Z","avatar_url":"https://github.com/wingify.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VWO Flutter Basic App\n\nThis Flutter test app allows you to A/B Test your Flutter integration.\n\n## Requirements\n\n* Dart sdk version ```\u003e=2.12.0 \u003c3.0.0```\n* Flutter version ```\u003e=3.0.0```\n\n## Documentation\n\nRefer [Official VWO Documentation](https://developers.vwo.com/reference#flutter-guide)\n\n\n## Basic Usage\n\n\n![simulator_screenshot_5152C39B-C141-4EBA-956E-E34FDAADB436 (1)](https://user-images.githubusercontent.com/3494296/233905493-1e5ecd75-51d3-4aa8-830c-6a9e63c4963b.png)\n\n\n\n**Instantiation**\n\nSDK provides a method to instantiate a VWO client as an instance. The method accepts an apiKey and an object to configure the VWO client.\nThe required parameter for instantiating the SDK is apiKey.\n\nPLEASE NOTE: RESPECTIVE IMPLEMENTATION IS ONLY FOR IOS FOR TESTING PERSPECTIVE. \n\n```dart\nVWOConfig vwoConfig = VWOConfig(userId:\"\", optOut: false,  disablePreview: true);\n\nVWO.launch(ios_apiKey, vwoConfig: vwoConfig);       //REPLACE \"ios_apiKey\" here\n```\n\n\n**Get Variation Name**\n\n```dart\nVWO.getVariationNameForTestKey(\"Campaign_Key\")      //REPLACE \"Campaign_Key\" here\n    .then((value) =\u003e { print(\"variation name selected -\u003e ${value}\")});\n\n```\n\n\n**Trigger Goal**\n\n```dart\n//custom-goal\nVWO.trackConversion(\"Campaign_Goal\");               //REPLACE \"Campaign_Goal\" here\n```\n\n## Credentials\n\nThis SDK requires an app key. You can sign up for an account at [VWO](https://vwo.com). \nOnce there, you can add a new Android/iOS App, and use the generated app key in the app.\n\n## Setting up VWO account\n\n* Sign Up for VWO account at https://vwo.com\n* Create a new android app from create menu\n* Use the app generated app key, while integrating SDK into android/iOS app.\n* Create and run campaigns.\n\n\n\n## Code of Conduct\n\n[Code of Conduct](https://github.com/wingify/vwo-flutter-basic-app/blob/master/CODE_OF_CONDUCT.md)\n\n\n## License\n\n[Apache License, Version 2.0]( https://github.com/wingify/vwo-flutter-basic-app/blob/master/LICENSE)\n\nCopyright 2021 Wingify Software Pvt. Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-flutter-basic-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-flutter-basic-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-flutter-basic-app/lists"}