{"id":29182818,"url":"https://github.com/magiclabs/magic-flutter","last_synced_at":"2025-07-01T20:33:08.233Z","repository":{"id":61973956,"uuid":"528971980","full_name":"magiclabs/magic-flutter","owner":"magiclabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-26T20:57:48.000Z","size":8784,"stargazers_count":9,"open_issues_count":8,"forks_count":5,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-08-26T23:57:34.965Z","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/magiclabs.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-08-25T18:26:12.000Z","updated_at":"2024-08-26T20:57:48.000Z","dependencies_parsed_at":"2024-03-29T00:41:37.006Z","dependency_job_id":"9bd31900-eabc-44ec-9ede-c6ab1eb4421f","html_url":"https://github.com/magiclabs/magic-flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/magiclabs/magic-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmagic-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmagic-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmagic-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmagic-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclabs","download_url":"https://codeload.github.com/magiclabs/magic-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmagic-flutter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263033214,"owners_count":23403116,"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-07-01T20:32:58.534Z","updated_at":"2025-07-01T20:33:08.198Z","avatar_url":"https://github.com/magiclabs.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"**We have decided to temporarily archive this repository and place it into maintenance mode. This decision allows us to focus our efforts and resources on advancing our core product line. During this period, active development and the addition of new features will be paused. We value the contributions of the community and appreciate your understanding as we prioritize our main projects. We look forward to resuming development in the future and will keep you updated on any changes.**\n\n# magic-flutter\n\n\u003e Magic empowers developers to protect their users via an innovative, passwordless authentication flow without the UX compromises that burden traditional OAuth implementations.\n\n## ⚠️ Device Registration Requirement  ⚠️\nAs of `v4.1.0`, users will be asked to go through a device registration flow to securely confirm any new device they use to login. If you run into [this issue](https://github.com/magiclabs/magic-flutter/issues/31), please consider upgrading to the latest version of the SDK.\n\n## Get started\n\nInstall Flutter \u0026 Dart https://flutter.dev/docs/get-started/install\n\n## Start the project\n\n```bash\n$ cd project_root/magic_demo\n$ flutter run\n```\n\nDependency installation is automatically done in the `flutter run` command\n\nFor detail integration please check our [official doc](https://magic.link/docs/auth/api-reference/client-side-sdks/flutter)\nor README in each package directory \n\n| Package Name                                                    | Changelog                                             | Description                                                           |\n|-----------------------------------------------------------------|-------------------------------------------------------|-----------------------------------------------------------------------|\n| [`magic_sdk`](https://pub.dev/packages/magic_sdk)               | [CHANGELOG](./packages/magic_sdk/CHANGELOG.md)        | Flutter entry-point for Magic SDK.                                    |\n| [`magic_ext_oauth`](https://pub.dev/packages/magic_ext_oauth)   | [CHANGELOG](./packages/magic_ext/oauth/CHANGELOG.md)  | An Extension to access OAuth providers                                |\n| [`magic_ext_tezos`](https://pub.dev/packages/magic_ext_tezos)   | [CHANGELOG](./packages/magic_ext/tezos/CHANGELOG.md)  | Tezos blockchain extension that integrates with Tezart                |\n| [`magic_ext_solana`](https://pub.dev/packages/magic_ext_solana) | [CHANGELOG](./packages/magic_ext/solana/CHANGELOG.md) | Solana blockchain extension that integrates with crypto-please/solana |\n| [`magic_ext_oidc`](https://pub.dev/packages/magic_ext_oidc) | [CHANGELOG](./packages/magic_ext/oidc/CHANGELOG.md) | Magic Open Id Connect SDK extension for Flutter |\n\n### Blockchain access\n\nMake sure you have the third-party blockchain dependencies installed\n* Tezos via Tezart\n* Solana via Crypto-please/solana\n\nYou may remove these dependencies if you don't need to access these chains\n\n## Development Caveats\n\nFiles ending with `*.g.dart` are auto generated type files that are used to serialize / deserialize a class.\nTo generate a new sets of files to reflect your changes please run the command below at `your/path/to/magic_sdk`\n\n```bash\n$ dart run build_runner build --delete-conflicting-outputs\n```\n\n### Proguard rules \nRelates to [issue #43](https://github.com/magiclabs/magic-flutter/issues/43).\n\nAdd a `proguard-rules.pro` file under your `android/app` folder (or update your existing one), with the following rule:\n```\n# Preserve annotated Javascript interface methods.\n-keepclassmembers class * {\n    @android.webkit.JavascriptInterface \u003cmethods\u003e;\n}\n```\nExample: [Magic Flutter Demo App](https://github.com/magiclabs/magic-flutter/blob/main/magic_demo/android/app/proguard-rules.pro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclabs%2Fmagic-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclabs%2Fmagic-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclabs%2Fmagic-flutter/lists"}