Skip to content

Repository files navigation

pro_wallet

Getting Started

Project Structure

lib/ ├── main.dart ├── app/ │ ├── routes/ │ │ └── app_pages.dart │ ├── data/ │ │ ├── models/ │ │ │ ├── user_model.dart │ │ │ └── transaction_model.dart │ │ └── services/ │ │ └── firebase_service.dart │ ├── modules/ │ │ ├── auth/ │ │ │ ├── controllers/ │ │ │ │ └── auth_controller.dart │ │ │ ├── views/ │ │ │ │ ├── login_view.dart │ │ │ │ └── signup_view.dart │ │ │ └── bindings/ │ │ │ └── auth_binding.dart │ │ ├── home/ │ │ │ ├── controllers/ │ │ │ │ └── home_controller.dart │ │ │ ├── views/ │ │ │ │ └── home_view.dart │ │ │ └── bindings/ │ │ │ └── home_binding.dart │ │ ├── history/ │ │ │ ├── controllers/ │ │ │ │ └── history_controller.dart │ │ │ ├── views/ │ │ │ │ └── history_view.dart │ │ │ └── bindings/ │ │ │ └── history_binding.dart │ │ ├── profile/ │ │ │ ├── controllers/ │ │ │ │ └── profile_controller.dart │ │ │ ├── views/ │ │ │ │ └── profile_view.dart │ │ │ └── bindings/ │ │ │ └── profile_binding.dart │ │ └── dashboard/ │ │ ├── controllers/ │ │ │ └── dashboard_controller.dart │ │ ├── views/ │ │ │ └── dashboard_view.dart │ │ └── bindings/ │ │ └── dashboard_binding.dart │ └── core/ │ ├── theme/ │ │ └── app_theme.dart │ ├── utils/ │ │ └── helpers.dart │ └── values/ │ └── constants.dart

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages