{"id":26275816,"url":"https://github.com/synerise/synerise-flutter-sdk","last_synced_at":"2025-05-06T16:05:30.443Z","repository":{"id":163297794,"uuid":"592750672","full_name":"Synerise/synerise-flutter-sdk","owner":"Synerise","description":"Synerise SDK plugin for Flutter","archived":false,"fork":false,"pushed_at":"2025-04-15T07:50:10.000Z","size":618,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-15T08:35:06.877Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Synerise.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":"2023-01-24T13:06:33.000Z","updated_at":"2025-04-15T07:50:14.000Z","dependencies_parsed_at":"2023-07-21T08:45:21.068Z","dependency_job_id":"cf2c78fd-148d-4012-9ffd-e54458232f12","html_url":"https://github.com/Synerise/synerise-flutter-sdk","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Fsynerise-flutter-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Fsynerise-flutter-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Fsynerise-flutter-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synerise%2Fsynerise-flutter-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synerise","download_url":"https://codeload.github.com/Synerise/synerise-flutter-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252720380,"owners_count":21793739,"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-03-14T10:18:18.122Z","updated_at":"2025-05-06T16:05:30.435Z","avatar_url":"https://github.com/Synerise.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synerise Flutter SDK (synerise-flutter-sdk) (2.1.0)\n\n[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk)\n[![Platform](https://img.shields.io/badge/platform-Android-orange.svg)](https://github.com/synerise/android-sdk)\n[![Languages](https://img.shields.io/badge/language-Dart%20%7C%20Java%20%7C%20Objective--C-orange.svg)](https://github.com/synerise/synerise-flutter-sdk)\n[![Synerise](https://img.shields.io/badge/www-synerise-green.svg)](https://synerise.com)\n[![Documentation](https://img.shields.io/badge/docs-mobile%20sdk-brightgreen.svg)](https://hub.synerise.com/developers/mobile-sdk/)\n\n---\n\n## About\n[Synerise](https://www.synerise.com) SDK plugin for Flutter.\n\n## Documentation\nMost up-to-date documentation is available at [Developer Guide - Mobile SDK](https://hub.synerise.com/developers/mobile-sdk).\n\n## Requirements\n* Access to workspace\n* A Profile API Key\n* Development environment configured - [Flutter documentation](https://docs.flutter.dev)\n\n## Android\n* Minimum Android SDK version - 21\n* Supported targetSDKVersion - 33\n\n### iOS\n* Xcode 15 and iOS SDK 17\n* iOS 9.0+ minimum deployment target\n* Valid architectures: arm64 devices and arm64, x86_64 simulators\n\n## Installation\n\n### With flutter\n\n```\n $ flutter pub add synerise_flutter_sdk\n```\n\nThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):\n\n```\ndependencies:\n  synerise_flutter_sdk: ^1.3.0\n```\n\nAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.\n\n### Path dependency\n\nvia ssh:\n```\nsynerise_flutter_sdk: \n    git:\n      url: git@github.com:Synerise/synerise-flutter-sdk.git\n``` \n\nor \n\nvia https:\n\n```\nsynerise_flutter_sdk: \n    git:\n      url: https://github.com/Synerise/synerise-flutter-sdk.git\n``` \n\n### Importing Synerise SDK\n```\nimport 'package:synerise_flutter_sdk/synerise.dart';\n```\n\n## Android gradle \u0026 configuration\n\nAdd to the `android/build.gradle`:\n```\nrepositories {\n    google()\n    mavenCentral()\n    maven { url 'https://pkgs.dev.azure.com/Synerise/AndroidSDK/_packaging/prod/maven/v1' }\n}\n\n``` \n\nin MainActivity add:\n```\npublic class MainActivity extends FlutterActivity {\n@Override    \npublic void configureFlutterEngine(@NonNull FlutterEngine flutterEngine) {\n    super.configureFlutterEngine(flutterEngine);        \n    SyneriseMethodChannel.configureChannel(flutterEngine);    \n}}\n```\n\n## iOS configuration\n\nIn iOS portion of your application (/ios) you will need to run `pod update`.\n\n## Initialization\n\nFirst of all, you need to initialize Synerise Flutter SDK and provide `Profile API Key`.\n  \nTo get `Profile API Key`, please sign in to your Synerise account and visit [https://app.synerise.com/settings/apikeys](https://app.synerise.com/settings/apikeys).\nThen, generate new `API Key` for `Profile` audience.\n\n```\nSynerise.initializer()\n  .withClientApiKey(\"YOUR_PROFILE_API_KEY\")\n  .init(); \n```\n\n## Running example app\n- Open project folder in selected IDE\n- `flutter pub get` in the terminal (dependencies pull)\n- Select the device/emulator in your IDE (for ios part it is required to run `pod update` in example/ios directory)\n- Fill the file `api_key.txt` located in `example/lib` with your profile api key\n- Make sure the firebase related files `example/ios/Runner/GoogleService-Info.plist` and `example/android/app/google-services.json` are filled with your firebase project configuration data\n- Run the example app via selected sdk or execute `cd example` and `flutter run` in the terminal\n\n## Changelog\nChangelog can be found [here](./CHANGELOG.md).\n\n## Author\nSynerise, developer@synerise.com. If you need support please feel free to contact us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynerise%2Fsynerise-flutter-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynerise%2Fsynerise-flutter-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynerise%2Fsynerise-flutter-sdk/lists"}