Giter Site home page Giter Site logo

balanceflow's Introduction

BalanceFlow

This application automatically reads the messages of banks in India and displays a pie chart and a list of bank transactions, allowing you to manage your income. ‌Bank SMS examples :

Cedit SMS Bank: Credit SMS Bank

Debit SMS Bank:Debit SMS Bank

withdraw ATM SMS Bank:ATM SMS Bank

Project Layout

Below is the hierarchy and description of the key directories and files in the project:

BalanceFlow
├── android                 
├── ios                      
├── lib
│   ├── bloc                    
│   │   ├── bank_transaction    
│   │   │   ├── bank_transaction_bloc.dart    
│   │   │   ├── bank_transaction_event.dart   
│   │   │   └── bank_transaction_state.dart  
│   │   │   └── extention_transaction_bloc.dart  
│   │   └── theme               
│   │       ├── theme_bloc.dart               
│   │       ├── theme_event.dart             
│   │       └── theme_state.dart              
│   ├── model                 
│   │   ├── transaction_message.dart          
│   │   └── transaction_message.g.dart            
│   │   └── transaction_type_adapter.dart            
│   │   └── total_balance.dart            
│   │   └── time_period.dart           
│   ├── repository             
│   │   └── transaction_repository.dart                      
│   ├── services                
│   │   └── transactions_service.dart           
│   ├── storage                
│   │   └── hive_storage.dart               
│   ├── ui                      
│   │   ├── screens                         
│   │   │   ├── error_screen.dart              
│   │   │   └── transactions_screen.dart 
│   │   └── widgets             
│   │       └── tadd_transaction_dialog.dart            
│   │       └── pie_chart.dart           
│   │       └── pie_chart_indicator.dart           
│   │       └── snack_bar_error.dart           
│   │       └── TimePeriod.dart            
│   │       └── total_balance.dart           
│   │       └── transaction_graph.dart            
│   ├── utils                  
│   │   └── AppError.dart                 
│   │   └── colors.dart                 
│   │   └── constant.dart                 
│   │   └── theme_utils.dart                 
│   └── core                    
│       └── service_locator.dart                      
├── main.dart                  
├── test                       
└── pubspec.yaml             

Description

  • /android & /ios: Contains platform-specific configurations and native code.
  • /lib: The main directory for Dart code, organized into several subdirectories for clarity.
  • /bloc: Contains the logic for state management using the BLoC pattern.
  • /model: Holds data model definitions.
  • /repository: Manages data interactions and abstracts the data layer.
  • /services: Business logic and platform services .
  • /storage: Local persistence using Hive.
  • /ui: User interface components, split into screens and reusable widgets.
  • /utils: Shared utility functions and classes.
  • /core: Core functionalities like dependency injection setup.
  • /test: Contains unit and widget tests.
  • pubspec.yaml: Defines the project's dependencies and settings.

This structured approach aids in maintaining a clean and scalable codebase.

This is a description of BalanceFlow. It is released under the terms of the MIT License.

This document outlines the directory structure of the BalanceFlow Flutter application. The structure is designed to promote BloC architecture, separation of concerns, and ease of navigation.

License

balanceflow's People

Contributors

samtech0101 avatar sepehrtabeian avatar

Stargazers

Yadollah Abbasnia 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.