A Flower selling app using flutter and firebase

Overview

Loading Animation Widget


Flower selling app using firebase backend.

⚠️ Add firebase and enable email authentication and firstore database or it won't work

Don't know how to do?

  • Craete a firebase project no need to enable Google Analytics.
  • Open the project then add a new iOS app.
  • Download the GoogleService-info.plist and put it inside ios/Runner/
  • Go to Authentication from left panel then Sign-in method and Enable Email/Password
  • Select Firestore Database then create database this will take few clicks then you done.
  • Go to the rules delete the time validation line and true after if. Be aware this will make the database public and you don't wanna do in production.
allow read, write: if // add here 'true;'
      request.time < timestamp.date(2022, 1, 2); // delete this line

Screenshots

Screen recordings


flutter packages developed by watery desert

Sliding Clipped Nav Bar
Water Drop Nav Bar
Swipeable Tile
Loading Animation Widget


You might also like...

Gcloud-flutter-dota-app - Dota 2 App using Firebase and Google Cloud

Gcloud-flutter-dota-app - Dota 2 App using Firebase and Google Cloud

Dota 2 App using Firebase and Google Cloud This is a pet project that born with the idea of having a nice subject to go through some Live Coding sessi

Dec 15, 2022

Crypto-App - Crypto App Using Flutter and Firebase

Crypto-App - Crypto App Using Flutter and Firebase

Crypto App Technologies and tools used in practice: Flutter library in the Dart

Nov 14, 2022

Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Borderless World Online (BWO) An infinity procedural online game using Flutter a

Nov 29, 2022

Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Borderless World Online (BWO) An infinity procedural online game using Flutter a

Feb 2, 2022

A todo app using firebase and flutter as part of youtube series

A todo app using firebase and flutter as part of youtube series

Welcome to flutter-with-firebase 👋 This project made for those whowanted to learn about the firebase and thier Auth, Cloud Storage and Cloud function

Jan 6, 2023

A Food App using Flutter & Firebase to post and view food blogs along with their recipes.

A Food App using Flutter & Firebase to post and view food blogs along with their recipes.

A Food App using Flutter 💕 & Firebase 🔥 About the App 🥘 FoodLab is a App to post and view food blogs along with their recipes if you want 🤤 ! Logi

Dec 24, 2022

Knuffiworkout - Workout app written using Flutter and Firebase

Knuffiworkout - Workout app written using Flutter and Firebase

Knuffiworkout A workout app for Android written in Flutter and Firebase. Download on the Play store Getting Started Set up Flutter with the editor of

Oct 30, 2022

Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.

Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.

flutter_medical Functioning Doctor/Healthcare Catalog & Scheduling App created using Dart with Flutter. Stores and loads data from noSQL Firebase. Ins

Dec 19, 2022

Completely Responsive Instagram Clone App created using flutter and firebase

Instagram Clone Completely Responsive Instagram Clone App created using flutter and firebase - works on Android & web Features Responsive Instagram UI

Feb 11, 2022
Owner
Watery Desert
Flutter mobile app developer.
Watery Desert
A small app to manager simple transactions made in a shop (selling, buying, register handling..etc).

Shop Manager Flutter A small app to manager simple transactions made in a shop (selling, buying, register handling..etc). Screenshot: Features: Detail

Oussama Bonnor 45 Dec 31, 2022
Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web. Setup Firebase to use Firebase products.

Flutter Tutorial - Firebase Setup For Flutter Web Let's setup Firebase for our Flutter app on Android, iOS and Flutter Web. Setup Firebase to use Fire

null 1 Apr 27, 2022
Flutter firebase auth - Simple implementation of Firebase Authentication using Flutter

FlutterFire Authentication Sample A simple implementation of Firebase Authentica

Souvik Biswas 4 Apr 2, 2022
Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.

Flutter Tutorial - Download Files From Firebase Storage Download files from Firebase Storage with Flutter. List all images, videos, or other files fro

Johannes Milke 28 Dec 4, 2022
Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.

Flutter Tutorial - Upload Files To Firebase Storage Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your devic

Johannes Milke 30 Dec 28, 2022
Connect your flutter app to firebase, use firebase's Authentication. Don't mind my poor UI. 😬

flutter_email_auth A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

Syed Muhammad Ahmad 2 May 2, 2022
A blogging application where users can publish their blogs and articles and can connect with other authors, developed using Flutter and Firebase.

Utopia About the app A blogging application where users can publish their blogs and articles and can connect with other authors, developed using Flutt

Utopia 12 Jan 3, 2023
The prime objective of this app is to store the real time information of the user using firebase cloud firestore and also can delete, remove and update the customer information

crud_firestore A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Muhammad Zakariya 0 Mar 15, 2022