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

  • 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…

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…

  • Database and ORM Packages

    postgrest The PostgREST client for Dart is a framework developed by the creator of this library. This library offers an ORM interface to PostgREST. conduit A modern HTTP server application framework with OpenAPI 3.0 integration, ORM, and OAuth2 provider. REST, RPC, or GraphQL services are all possible with this foundation. sqfentity_gen The Flutter SDK provides…

  • Text-to-Speech Packages

    Text-to-speech (TTS) is the process of using software to read aloud text that is displayed on a screen. Text-to-speech programs can convert text into speech, and do so in various ways depending on the user’s familiarity with the system. flutter_tts flutter_tts is a good Text to Speech Flutter plugin available on pub.dev platform. This plugin…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…