/flutter-blogs

A flutter application for posting and reviewing your blogs.

Primary LanguageDart

Flutter Blogs

A flutter application for managing and viewing blog posts with beautiful UI and great features.

Main Features Used :

  • Beautiful UI Design
  • Firebase Authentication
  • Firebase Database
  • Image Picker
  • Form Validation
  • Pageview with Indicator

Screenshots

1 2
3

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 and import the attached json file(flutter-blogs.json) in Screenshots folder to your flutter project.
RealTime Database Rules : 
{
    "rules": {
    ".read": true,
    ".write": true
    }
}

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