Giter Site home page Giter Site logo

melbanna40 / quran-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from radensaleh/quran-app

0.0 0.0 0.0 2.58 MB

๐Ÿ•Œ Quran App is a Flutter application built to demonstrate the use of modern development tools with best practices implementation like Modularization, BLoC, Dependency Injection, Dio, Audio, Sqlite, Shared Preferences etc.

License: MIT License

C++ 11.32% C 0.77% Objective-C 0.02% Kotlin 0.07% Dart 75.79% Swift 0.93% HTML 0.99% CMake 10.12%

quran-app's Introduction

Quran App

GitHub stars GitHub forks GitHub watchers

GitHub license platform Open Source Love

Features

  • Show All Surah
  • Last Read Surah
  • Detail Surah & Verses
  • Bookmark Verses
  • Play Audio Verses
  • Dark Theme Mode

Banner Design




Quick start

This is a normal flutter app. You should follow the instructions in the official documentation. This project uses BLoC (business logic component) to separate the business logic with UI itself. It's recommended to do self-study about it before jumping into the project here. And also on this project uses Modularization approach to separate each feature (domains, features, resources, shared_libraries modules).

Modularization Structure ๐Ÿ”ฅ

# Root Project
.
โ”œโ”€โ”€ domains                # Name of directory
|   โ”œโ”€โ”€ domain A           # Domains module with a data and domains layer inside it.
|   โ”œโ”€โ”€ domain B
|   โ””โ”€โ”€ domain etc
|
โ”œโ”€โ”€ features               # Name of directory
|   โ”œโ”€โ”€ feature A          # Feature module with a presentation/ui/feature layer inside it.
|   โ”œโ”€โ”€ feature B
|   โ””โ”€โ”€ feature etc
|
โ”œโ”€โ”€ lib                    # Name of module (default from Flutter)
|
โ””โ”€โ”€ resources              # Name of directory
|       โ””โ”€โ”€ resources      # Handle resources like style, fonts, constant value, etc.
|
โ””โ”€โ”€ shared_libraries       # Name of directory
    โ”œโ”€โ”€ common             # Handle common utility class.
    โ”œโ”€โ”€ core               # Core module.
    โ””โ”€โ”€ dependencies       # Handle dependency version updates.

Resources ๐Ÿ”ฅ

Built With ๐Ÿ› 

  • Modularization - Separate functionality into independent, interchangeable modules.
  • Clean Architecture - The blueprint for a modular system, which strictly follows the design principle called separation of concerns.
  • Dependency Injection (get_it) - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App.
  • BLoC Pattern - Business logic component to separate the business logic with UI.
  • SQLite - Local Database
  • Equatable - Being able to compare objects in Dart often involves having to override the == operator.
  • Dio - A type-safe HTTP client.
  • Shared Preferences - Cache implementation approach.
  • Provider - A wrapper around InheritedWidget to make them easier to use and more reusable.
  • Flash - A highly customizable, powerful and easy-to-use alerting library.
  • Just Audio - A feature-rich audio player for Flutter.
  • Handle State - (Loading, No Data, Has Data, Error)

Author

  • Raden Saleh

Don't forget to follow me, fork and give me a โญ

License

MIT License

Copyright (c) 2022 Raden Saleh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

quran-app's People

Contributors

radensaleh 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.