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

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

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

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

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

  • Text Packages

    One of the benefits of using Flutter is its rich graphical system, which makes it easy for developers to make their app look great with very little effort. To help you get started, we’ve put together this roundup of some of our favorite packages and libraries for creating beautiful text layouts with Flutter! flutter_typeahead A…