{"id":13740322,"url":"https://github.com/authgear/authgear-sdk-flutter","last_synced_at":"2025-04-13T08:31:36.525Z","repository":{"id":38123769,"uuid":"483602114","full_name":"authgear/authgear-sdk-flutter","owner":"authgear","description":"Authgear authentication SDK for Flutter","archived":false,"fork":false,"pushed_at":"2024-10-30T05:37:27.000Z","size":2088,"stargazers_count":2,"open_issues_count":9,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-30T08:37:56.575Z","etag":null,"topics":["android","authentication","authgear","flutter","ios","login","mobile-app","sdk"],"latest_commit_sha":null,"homepage":"https://www.authgear.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/authgear.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-04-20T10:06:50.000Z","updated_at":"2024-10-30T05:37:31.000Z","dependencies_parsed_at":"2024-02-22T05:25:58.488Z","dependency_job_id":"d4fb291e-e5fe-4b74-bd25-891f1ccbd4ea","html_url":"https://github.com/authgear/authgear-sdk-flutter","commit_stats":{"total_commits":71,"total_committers":4,"mean_commits":17.75,"dds":0.09859154929577463,"last_synced_commit":"5456ee6a7b940d39bd23fcc54ef99e02afae5389"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sdk-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sdk-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sdk-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sdk-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authgear","download_url":"https://codeload.github.com/authgear/authgear-sdk-flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248684264,"owners_count":21145048,"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":["android","authentication","authgear","flutter","ios","login","mobile-app","sdk"],"created_at":"2024-08-03T04:00:46.306Z","updated_at":"2025-04-13T08:31:36.166Z","avatar_url":"https://github.com/authgear.png","language":"Dart","funding_links":[],"categories":["Authentication"],"sub_categories":["\u003ca name=\"authN-flutter\"\u003e\u003c/a\u003eFlutter"],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Authgear banner](./.github/assets/banner.png)](https://www.authgear.com/)\n\n\u003c/div\u003e\n\n# Authgear SDK for Flutter\n\nWith Authgear SDK for Flutter, you can easily integrate authentication features into your Flutter apps.\nIn most cases, it involves just **a few lines of code** to enable **multiple authentication methods**, such as [social logins](https://www.authgear.com/features/social-login), [passwordless](https://www.authgear.com/features/passwordless-authentication), [biometrics logins](https://www.authgear.com/features/biometric-authentication), [one-time-password (OTP)](https://www.authgear.com/features/whatsapp-otp) with SMS/WhatsApp, and multi-factor authentication (MFA).\n\n**Quick links** - 📚 [Documentation](#documentation) 🏁 [Getting Started](#getting-started) 🛠️ [Troubleshooting](#troubleshooting)\n👥 [Contributing](#troubleshooting)\n\n## What is Authgear?\n\n[Authgear](https://www.authgear.com/) is a highly adaptable identity-as-a-service (IDaaS) platform for web and mobile applications.\nAuthgear makes user authentication easier and faster to implement by integrating it into various types of applications - from single-page web apps to mobile applications to API services.\n\n### Key Features\n\n- Zero trust authentication architecture with [OpenID Connect](https://openid.net/developers/how-connect-works/) (OIDC) standard.\n- Easy-to-use interfaces for user registration and login, including email, phone, username as login ID, and password, OTP, magic links, etc for authentication.\n- Support a wide range of identity providers, such as [Google](https://developers.google.com/identity), [Apple](https://support.apple.com/en-gb/guide/deployment/depa64848f3a/web), and [Azure Active Directory](https://azure.microsoft.com/en-gb/products/active-directory/) (AD).\n- Support biometric login on mobile, Passkeys, and Multi-Factor Authentication (MFA) such as SMS/email-based verification and authenticator apps with TOTP.\n\n## Documentation\n\n- View the SDK API Reference at [https://authgear.github.io/authgear-sdk-flutter/](https://authgear.github.io/authgear-sdk-flutter/).\n- Learn how to manage your users through [Admin Portal](https://portal.authgear.com/) or [Admin API](https://docs.authgear.com/reference/apis/admin-api).\n\nView other Authgear Documentation at [https://docs.authgear.com/](https://docs.authgear.com/)\n\n## Getting Started\n\nFollow the easy steps to start using it:\n\n- [Getting started with Authgear Flutter SDK](https://docs.authgear.com/get-started/native-mobile-app/flutter)\n\n## Troubleshooting\n\nPlease check out our [Get help](https://github.com/orgs/authgear/discussions/categories/get-help) to get solutions for common installation problems and other issues.\n\n### Raise an issue\n\nTo provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/authgear/authgear-sdk-flutter/issues).\n\n## Contributing\n\nAnyone who wishes to contribute to this project, whether documentation, features, bug fixes, code cleanup, testing, or code reviews, is very much encouraged to do so.\n\nTo join, just raise your hand on the [Authgear Discord server](https://discord.gg/Kdn5vcYwAS) (#trouble) or the GitHub Authgear's [discussion](https://github.com/orgs/authgear/discussions) board.\n\nIf you are unfamiliar with how to contribute to GitHub projects, here is a [Getting Started Guide](https://docs.github.com/en/get-started/quickstart/contributing-to-projects). A full set of contribution guidelines, along with templates, are in progress.\n\n## Supported and maintained by\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/authgear\"\u003e\u003cimg src=\"https://uploads-ssl.webflow.com/60658b46b03f0cf83ac1485d/619e6607eb647619cecee2cf_authgear-logo.svg\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  Auhgear is a highly adaptable identity-as-a-service (IDaaS) platform for web and mobile applications. To learn more checkout \u003ca href=\"https://www.authgear.com/\"\u003ewebsite\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthgear%2Fauthgear-sdk-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthgear%2Fauthgear-sdk-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthgear%2Fauthgear-sdk-flutter/lists"}