{"id":29023049,"url":"https://github.com/bamlab/flutter-lyra","last_synced_at":"2025-06-26T03:05:14.361Z","repository":{"id":62645437,"uuid":"531957128","full_name":"bamlab/Flutter-Lyra","owner":"bamlab","description":"Flutter plugin around lyra native SDKs. Made by BAM ❤️💙💛","archived":false,"fork":false,"pushed_at":"2024-12-16T11:23:20.000Z","size":464,"stargazers_count":4,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-26T03:05:10.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/bamlab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-02T14:24:46.000Z","updated_at":"2024-12-16T11:23:11.000Z","dependencies_parsed_at":"2023-11-21T14:26:41.765Z","dependency_job_id":"bde9673f-0c07-4301-9640-ce426a090da4","html_url":"https://github.com/bamlab/Flutter-Lyra","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bamlab/Flutter-Lyra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2FFlutter-Lyra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2FFlutter-Lyra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2FFlutter-Lyra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2FFlutter-Lyra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamlab","download_url":"https://codeload.github.com/bamlab/Flutter-Lyra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2FFlutter-Lyra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261990350,"owners_count":23241188,"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-06-26T03:05:13.482Z","updated_at":"2025-06-26T03:05:14.347Z","avatar_url":"https://github.com/bamlab.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter-Lyra\n\n## Installation\n\n### Android\n\nPrerequisites:\n\n- In your `android/app/build.gradle`, update your `minSdkVersion` in your default config :\n\n```gradle\ndefaultConfig {\n        // others configs\n        minSdkVersion 21\n    }\n```\n\n- If you are using `FlutterActivity` directly, change it to\n  `FlutterFragmentActivity` in your `AndroidManifest.xml`.\n- If you are using a custom activity, update your `MainActivity.java`:\n\n  ```java\n  import io.flutter.embedding.android.FlutterFragmentActivity;\n\n  public class MainActivity extends FlutterFragmentActivity {\n      // ...\n  }\n  ```\n\n  or `MainActivity.kt`:\n\n  ```kotlin\n  import io.flutter.embedding.android.FlutterFragmentActivity\n\n  class MainActivity: FlutterFragmentActivity() {\n      // ...\n  }\n  ```\n\n  to inherit from `FlutterFragmentActivity`.\n\n- Use a theme that inherits MaterialTheme for the Android theme to apply to\n  the FlutterFragmentActivity as soon as the Android process has started\n\n  For example :\n\n  - In your `android/app/build.gradle`, you can add this dependency\n\n  ```gradle\n  dependencies {\n    implementation \"com.google.android.material:material:1.5.0\"\n    // your others dependencies\n  }\n  ```\n\n  - In your `android/app/src/main/res/values/styles.xml`\n\n    ```xml\n    \u003c!-- Theme applied to the Android Window as soon as the process has started.\n            This theme determines the color of the Android Window while your\n            Flutter UI initializes, as well as behind your Flutter UI while its\n            running.\n\n            This Theme is only used starting with V2 of Flutter's Android embedding. --\u003e\n        \u003cstyle name=\"NormalTheme\" parent=\"@style/Theme.Material3.Light.NoActionBar\"\u003e\n            \u003c!-- Or any other material theme that you want --\u003e\n            \u003citem name=\"android:windowBackground\"\u003e?android:colorBackground\u003c/item\u003e\n        \u003c/style\u003e\n    ```\n\n    Don't forget to change it as well in your `android/app/src/main/res/values-night/styles.xml` if you need to\n\n### iOS\n\nPrerequisites:\n\n- In your `ios/Podfile`, update your ios sdk version :\n\n```rb\nplatform :ios, '11.0'\n```\n\n## About Lyra\n\nThis sdk is the flutter interface implementation of the [android](https://github.com/lyra/android-sdk) and [ios](https://github.com/lyra/ios-sdk) sdks of Lyra\n\nIf you want more informations about Lyra, here is their [website](https://payzen.io/fr-FR/)\n\n## 👉 About Bam\n\nWe are a 100 people company developing and designing multiplatform applications with [React Native](https://www.bam.tech/expertise/react-native) and [Flutter](https://www.bam.tech/expertise/flutter) using the Lean \u0026 Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto://contact@bam.tech) or through [contact form](https://www.bam.tech/contact)!\n\nWe will always answer you with pleasure 😁\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fflutter-lyra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamlab%2Fflutter-lyra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fflutter-lyra/lists"}