Skip to content

rajendra7169/blazeplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazePlayer - Professional Flutter Music Player App

A production-ready Flutter application with Firebase authentication (Google & Facebook sign-in) built with clean architecture principles.

✨ Features

  • ✅ Firebase Authentication
  • ✅ Google Sign-In
  • ✅ Facebook Sign-In
  • ✅ Email/Password Authentication
  • ✅ Clean Architecture
  • ✅ Provider State Management
  • ✅ Beautiful Modern UI
  • ✅ Production-Ready Code
  • ✅ Play Store Ready
  • ✅ Latest Gradle 8.14 (No Gradle errors!)

🏗️ Project Structure

lib/
├── core/
│   ├── constants/       # App constants
│   ├── services/        # Core services (local storage)
│   ├── theme/           # App theme configuration
│   └── utils/           # Utilities (validators, logger)
├── features/
│   ├── auth/
│   │   ├── models/      # User model
│   │   ├── providers/   # Auth state management
│   │   ├── screens/     # Login/Signup screens
│   │   ├── services/    # Firebase auth service
│   │   └── widgets/     # Reusable auth widgets
│   └── home/
│       └── screens/     # Home screen
└── main.dart            # App entry point

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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors