Authentication Packages

google_sign_in

A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin.

http_auth

The library deploys a HTTP basic or digest authentication from Dart.

firebase_auth

The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook, and Twitter.

local_auth

Using the Flutter plugin for Android and iOS devices, you may now enable local authentication with fingerprint, touch ID, face ID, passcode, pin, or pattern.

fresh_dio

Fresh, which is a package:dio module for refreshing authentication tokens without affecting page load speed. Fresh is built on top of package:dio and handles authentication tokens transparently.

pinput

After pressing the number keys, you may need to type in your personal Pin code (OTP) text field. It supports custom numpads as well.

Similar Posts

  • Monetization Packages

    google_mobile_ads Google Mobile Ads may use the Flutter plugin, which supports banner, interstitial (full-screen), rewarded and native advertisements. unity_ads_plugin The Unity Ads plugin for Flutter Applications is a mobile game advertising platform. This plugin can show both Unity Banner Ads and Unity Video Ads. appodeal_flutter Appodeal is a Flutter plugin that displays advertisements on the…

  • PDF Packages

    pdf This is a Dart PDF file creator. It can generate pdf files for both the web and Flutter. This library is made up of two parts: a low-level Pdf generation library that manages the creation of the PDF documents. A widgets system comparable to Flutter’s, for easier high-level Pdf production. TrueType fonts can be…

  • Rich Text Editors

    flutter_markdown This package is a Markdown editor for Flutter. From plain text data formatted with simple Markdown tags, you may produce rich text output including text styles, tables, links, and more. markdown markdown is a Dart library that can convert Markdown to HTML. zefyr Flutter’s clean, minimalistic, and collaboration-ready rich text editor. zefyrka This editor…

  • Dialog Packages

    A Dialog is a class that is intended to be subclassed by other classes. It’s often used to display messages on the page, or make choices available to the user. Flutter has a few built-in dialogs, but there are times when you need to build your own or use an existing package. adaptive_dialog Adaptively display…

  • Packages for Payment Implementation

    These Flutter packages for payment implementation provide everything you need to get started including in-app purchases (IAP) and subscriptions. flutter_stripe_payment To accept card payments, add Stripe to your Flutter application and use Payment Intents with Strong SCA 3DS Compliance. cashfree_pg This is the official Flutter plugin for integrating Cashfree PG with your app. It displays…