Giter Site home page Giter Site logo

music_app's Introduction

Flutter Blog App

Welcome to the Flutter Blog App! This application is a demonstration of how Clean Architecture and SOLID principles can be applied in Flutter development to build scalable, maintainable, and well-structured mobile applications.

Screenshots

Screenshot Title Screenshot Title Screenshot Title Screenshot Title

Features

  • User Authentication: Users can sign up, log in, and log out securely to access the app.
  • Create and Edit Posts: Users can create new blog posts, edit existing posts, and delete posts.
  • View and Interact with Posts: Users can view a list of blog posts, read full post content, and interact with posts by liking, commenting, and sharing.
  • Offline Support: The app provides offline support, allowing users to view cached content and perform certain actions even when offline.
  • Responsive Design: The app is designed to provide a seamless experience across different screen sizes and orientations.

Technologies Used

  • Flutter: A cross-platform UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
  • Dart: The programming language used for developing Flutter applications.
  • Supabase Authentication: For user authentication and management.
  • Supabase: A flexible, scalable database for storing and syncing data in real-time.
  • Bloc: A state management solution for Flutter applications, used to manage application state and data flow.
  • Clean Architecture: A software design approach that separates concerns and enforces a clear separation of dependencies between layers.
  • SOLID Principles: A set of five design principles that promote modular, maintainable, and scalable code.

Getting Started

To get started with the Flutter Blog App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/flutter-blog-app.git
    
  2. Install Dependencies:

    flutter pub get
    
  3. Run the app:

    flutter run
    

Folder Structure

The project follows a modular folder structure based on Clean Architecture principles:

  • data: Contains data layer components such as repositories, data sources, and models.
  • domain: Defines domain layer entities, use cases, and repository interfaces.
  • presentation: Contains presentation layer components including UI screens, widgets, and view models.

Contributing

Contributions are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Flutter
  • Firebase
  • Provider

music_app's People

Contributors

achiket123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.