“Sign in/ Signup with firebase authentication” This is simple mobile app that is impmented using flutter ,dart and firebase. mainly focus on firebase authentication with email password and google sign in. Features Google sign in with email password sign in Google sign in with email password sign up Screen Captures Download source code on GitHub ..
Category : Firebase
Instagram Clone A completely Responsive Instagram App- Works on Android, iOS & Web! Features Responsive Instagram UI Email & Password Authentication Share Posts with Caption Display Posts with Caption Like & Comment on Posts Search Users Follow Users Display User Posts, Followers & Following EVERYTHING REAL TIME Sign Out YouTube I have created a tutorial ..
firebase_auth_demo Simple Firebase authenticaton practise Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Firebase signin by email and password Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Overview The goal of this package is to make it easy to interact with Cloud Firestore API. The firefuel community aims to always make this package simple, intuitive, and consistent. firefuel wraps the cloud_firestore plugin, and provides conventions to help jump-start your development. Still not convinced? See our documentation on why we thing you should choose firefuel Scope firefuel focuses on simplifying the edge ..
Flutter-Commerce An Ecommerce application built in Flutter using Firebase. Getting started Project setup instructions are given at Wiki section. Screenshots Splash Screen Login Page OTP Page Home Page Search Screen Cart Screen Address Screen Add Address Screen Account Screen Edit Details Screen Orders Screen Payment Screen Product Screen 1 Product Screen 2 Download Ecommerce application source code ..
analytics_events_gen An easy generator for tracking firebase analytics events via type safe methods. Add to pubspec.yaml Check pub for the latest version: dependencies: # … analytics_event_gen: 0.1.0 dev_dependencies: # include build_runner, only used for code generation. build_runner: ^1.6.5 Create AnalyticsEvents class: // analytics.dart import ‘package:analytics_event_gen/analytics_event_gen.dart’; // this file will be generated. part ‘analytics.g.dart’; class MyAnalyticsBloc ..
Project demonstrates building a simple chat application using Flutter framework and Firebase cloud. App does not poll for new messages, instead streams are used to make it reactive. Tech stack Firebase authentication for user management. Firebase Firestore message storage. Screenshots Download Flutter Chat on Firebase source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..
Grocery_APP This is an online grocery selling app developed using flutter and firebase for a grocery shop.This app was developed for one of my client’s grocery stores.The main aim of making this project open source is because this project will cover all the basics of flutter and firebase. App Screenshots More screenshots are available in ..
A (work-in-progress) demonstration of: (1) a full-stack Flutter application utilizing Firebase and Google Cloud, and (2) ranked voting with the Condorcet Method. Components Event flow YouTube discussion about the project From July 29, 2021 Getting started and local development Copy server/server_config.example.yaml to server/server_config.yaml and populate the entries. See the details in server/lib/src/service_config.dart for the expected values.TODO explain the values needed to run locally vs to deploy. Make sure ..
A Flutter plugin to use the Firebase ML Kit. this is not official package The flutter team now has the firebase_ml_vision or firebase_ml_custom package for Firebase ML Kit. Please consider trying to use firebase_ml_vision. Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome! Features Feature Android iOS Recognize text(on device) Recognize text(cloud) ..
GeoFlutterFire GeoFlutterFire is an open-source library that allows you to store and query a set of keys based on their geographic location. At its heart, GeoFlutterFire simply stores locations with string keys. Its main benefit, however, is the possibility of retrieving only those keys within a given geographic area – all in realtime. GeoFlutterFire uses ..
FlutterFire Samples This repo is created to contain various sample apps demonstrating the integration of Firebase with Flutter. The final goal is to create something like the Flutter Gallery app, but for Firebase. Also, the recently changes introduced in Flutter 2 create some confusion, mostly with the beginners, as many other repositories are not yet updated to the latest version. Even FlutterFire plugins got ..
Instagram Flutter Build an Instagram clone project using firebase/firestore with similar functions Give a if you like this Features SignIn / SignUp Read NewsFeed Create Posts Like/Comment/Follow Stories Explore Activities Profile Notification Direct message Screenshots Contributing Contributions, issues and feature requests are welcome! Feel free to check the issues page. Download Instagram Clone UI Template source code ..
Flutter Tutorial – Upload Files To Firebase Storage Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase. Preview App Preview Course Preview Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download File upload app source code on GitHub FlutterappworldProvides the list of ..
flutfirebase My flutter app with firebase Generate SHA-1 on terminal for android firebase Go to the project folder in the terminal. Mac keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android Windows keytool -list -v -keystore “.android\debug.keystore” -alias androiddebugkey -storepass android -keypass android Linux keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android ..
About: A Food App using Flutter & Firebase to post and view food blogs along with their recipes. A Food App using Flutter & Firebase About App FoodLab is a App to post and view food blogs along with their recipes if you want ! Login or SignUp using any account (P.S. Your credentials are safe!) and this will lead ..
FlutterFire Overview About: A collection of Firebase plugins for Flutter apps. Welcome to FlutterFire! ???? FlutterFire is a set of Flutter plugins which connect your Flutter application to Firebase. Flutterfire Docs to get Started: https://firebase.flutter.dev/docs/overview FlutterFire is currently a work in progress as we work towards a stable release. Plugins & documentation may be incomplete or ..
Notes App Note taking app with Firebase’s Cloud Firestore as the backend. Skills Used Firebase’s Cloud Firestore Add, update, and delete documents StreamBuilder Card and ListTile Adding IconButtons to the AppBar Screenshot Download Notes App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
A Flutter plugin to use the Cloud Firestore API. For Flutter plugins for other Firebase products, see README.md. Setup To use this plugin: Add cloud_firestore as a dependency in your pubspec.yaml file. Android Using the Firebase Console, add an Android app to your project. Follow the assistant, and download the generated google-services.json file and place it inside android/app. Modify the android/build.gradle file and the android/app/build.gradle file to add ..
SnapHunt SnapHunt is a scavenger hunt game where a player can invite other players on a real world scavenger hunt while using the app as the item identifier by taking a picture of it. Using machine learning technology, the app identifies and scores the player according. Users can play solo or with a group. First ..
Flutter Firebase Starter project Made with from Nepal A project you can clone to build your next project with Flutter with Firebase services. What Firebase features are implemented? Firebase Authentication Email based sign up/in Google Sign in Cloud Firestore Firebase Messaging Firebase analytics Properly track screen names Ability to track custom events Properly set userid and ..