Skip to content

toastguyz/flutter-property-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Property

A flutter application for property selling and listing app.

Main Features Used :

  • Beautiful UI Design
  • Firebase Database
  • Data Fetching From Network
  • Multi ImagePicker With Image from URL or Local Uri
  • Gallery Swiper
  • Local Notification
  • Fetch Current Location

Screenshots

1 2
3 4

Don't forget to star 🌟 the repo if you like our work.❤️💙💛💜💚

Website 🔗

Toastguyz - A programming tutorials website

Support on social media 👍

Follow us on our social media profiles to support us.

Code Developer

Jay Patel 🔥

Enthusiastic Android & Flutter App Developer.

☕ Donate

Paypal

./Screenshots/buymecoffee.png

Thanks for reaching out to us. 💯

Getting Started

  1. Create your flutter application project.
  2. Set up with firebase
  3. Create Realtime Database with Test Rules.
  4. Also, setup firebase storage in your firebase console.
RealTime Database Rules : 
{
    "rules": {
    ".read": true,
    ".write": true
    }
}

Storage Rules :
 
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write;
     }
   }
}

Now, you're ready to rock the floor:guitar:

About

A simple property selling app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages