Git Product home page Git Product logo

finance_bloc_app's Introduction

App architecture:

-> config Directory:
    Theme and Color Config Files: Centralizing theme and color configurations here enables easy access and modification of the app's theme across multiple views. This helps maintain consistent branding and user interface design.

-> constants Directory:
    Ideal for storing app-level constant values, enums, or static data used throughout the application. This separation helps in centralizing and accessing these constants when needed.

-> helpers Directory:
    Often used for utility functions, conversions, or general helper methods that can be used across different sections of your app.

services Directory:
  function: 
   blocs Subdirectory: Storing all BLoC-related files according to the type of service it provides is a great way to organize your business logic. It keeps BLoCs separate and easily accessible when needed. Separating this directory for BLoC implementation aligns well with the clean separation of concerns.
    cloud_services Subdirectory: This might contain services for interacting with cloud-based services, APIs, or Firebase. This segregation helps in isolating cloud interaction logic from other components. It's with the blocFolder, making it easy to navigate while working on bloc.

utilities Directory:
    Useful for general utility classes, extensions, or functionalities that don't belong to a specific section but can be utilized globally.

views Directory:
    Subdirectories (e.g., auth, home, ): Grouping views based on their functionality or user interface segments is a good practice. Each subdirectory can contain related screens, widgets, services or UI components.

**App features: -Firebase email-password registration/login -User can save their day to day expenses and income.

DemoVideo: https://drive.google.com/file/d/17qRgnq7AHcNhg0le3plJmBby_8Kx3a6t/view?usp=sharing

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.