Packages to Work with Firebase

firebase

Web and server libraries for Dart’s Firebase framework

firebase_core

The Firebase SDK for Flutter allows you to link your application to many different Firebase applications.

cloud_functions

A Firebase Cloud Functions plugin for Flutter.

fcm_config

This flutter package integrates firebase_messaging and flutter_local_notifications.

firebase_auth_oauth

OAuth sign-in flows are made easy with this Flutter plugin that uses FirebaseAuth to enable you to log in using OAuth. It also has support for Sign in by Apple for Firebase, which makes it easier than ever to use your existing credentials with third-party apps.

firebase_storage

A simple and customizable plugin for Firebase Cloud Storage, a powerful, flexible, and cost-effective Android and iOS object storage solution.

firebase_auth

The Firebase Authentication Flutter plugin allows you to authenticate users on Android and iOS using passwords, phone numbers, and identity providers such as Google, Facebook, and Twitter.

firebase_messaging

Firebase Cloud Messaging is a cross-platform messaging platform that lets you send messages across Android and iOS with confidence. This plugin will help with the serivce’s integration.

firebase_analytics

An analytics solution that uses the Flutter plugin for Google Analytics for Firebase to report on app usage and user engagement on Android and iOS.

firebase_database

The Google Play Services SDK for Flutter enables you to use the Firebase Database plugin, a cloud-hosted NoSQL database with realtime data sync across Android and iOS clients, and offline access.

firebase_performance

Measurement for Google Performance Monitoring for Firebase is a plugin that works with Flutter, a mobile app development framework developed by Google.

firebase_image

A Flutter ImageProvider for Firebase Cloud Storage image objects that has been cached.

flamingo

This is the Firebase Firestore Model Framework Library, which allows you to manage document and collection references. It also has a Cloud Storage and Firestore API interface.

Similar Posts

  • Color Pickers

    o_color_picker The package includes a simple and fast two-step color picker that lets you select colors or tones. flex_color_picker The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available. flutter_circle_color_picker A lovely flutter color picker that chooses HSL colors. flutter_colorpicker This is a flutter library that…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…

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

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

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