Built with the tools and technologies:
- 📍 Overview
- 👾 Features
- 📂 Repository Structure
- 🧩 Modules
- 🚀 Getting Started
- 📌 Project Roadmap
- 🤝 Contributing
- 🎗 License
- 🙌 Acknowledgments
❯ REPLACE-ME
❯ REPLACE-ME
└── budget_buddy_/
├── analysis_options.yaml
├── android
│ ├── .gitignore
│ ├── app
│ ├── build.gradle
│ ├── gradle
│ ├── gradle.properties
│ └── settings.gradle
├── assets
│ ├── font
│ └── img
├── lib
│ ├── common
│ ├── common_widget
│ ├── local_notification.dart
│ ├── main.dart
│ └── views
├── pubspec.lock
├── pubspec.yaml
└── test
└── widget_test.dart
.
File | Summary |
---|---|
pubspec.yaml | ❯ REPLACE-ME |
analysis_options.yaml | ❯ REPLACE-ME |
pubspec.lock | ❯ REPLACE-ME |
android
File | Summary |
---|---|
settings.gradle | ❯ REPLACE-ME |
build.gradle | ❯ REPLACE-ME |
android.app
File | Summary |
---|---|
build.gradle | ❯ REPLACE-ME |
android.app.src.main.kotlin.com.example.budgetbuddy
File | Summary |
---|---|
MainActivity.kt | ❯ REPLACE-ME |
test
File | Summary |
---|---|
widget_test.dart | ❯ REPLACE-ME |
lib
File | Summary |
---|---|
local_notification.dart | ❯ REPLACE-ME |
main.dart | ❯ REPLACE-ME |
lib.common_widget
File | Summary |
---|---|
subscription_cell.dart | ❯ REPLACE-ME |
image_button.dart | ❯ REPLACE-ME |
custom_arc_painter.dart | ❯ REPLACE-ME |
subscription_home_row.dart | ❯ REPLACE-ME |
custom_arc_180_painter.dart | ❯ REPLACE-ME |
segment_button.dart | ❯ REPLACE-ME |
login_buttons.dart | ❯ REPLACE-ME |
icon_item_row.dart | ❯ REPLACE-ME |
status_button.dart | ❯ REPLACE-ME |
stack_row.dart | ❯ REPLACE-ME |
secondary_button.dart | ❯ REPLACE-ME |
budgets_row.dart | ❯ REPLACE-ME |
item_row.dart | ❯ REPLACE-ME |
round_textfield.dart | ❯ REPLACE-ME |
primary_button.dart | ❯ REPLACE-ME |
upcoming_bill_row.dart | ❯ REPLACE-ME |
lib.common
File | Summary |
---|---|
color_extension.dart | ❯ REPLACE-ME |
lib.views.calender
File | Summary |
---|---|
calender_view.dart | ❯ REPLACE-ME |
lib.views.key_features
File | Summary |
---|---|
key_features.dart | ❯ REPLACE-ME |
lib.views.home
File | Summary |
---|---|
home_view.dart | ❯ REPLACE-ME |
lib.views.subscription_info
File | Summary |
---|---|
subscription_info_view.dart | ❯ REPLACE-ME |
lib.views.main_tab
File | Summary |
---|---|
main_tab_view.dart | ❯ REPLACE-ME |
lib.views.main_tabview
File | Summary |
---|---|
main_tab_view.dart | ❯ REPLACE-ME |
lib.views.stacks
File | Summary |
---|---|
stacks_used_view.dart | ❯ REPLACE-ME |
lib.views.settings
File | Summary |
---|---|
settings_view.dart | ❯ REPLACE-ME |
lib.views.add_subscription
File | Summary |
---|---|
add_subscription_view.dart | ❯ REPLACE-ME |
lib.views.about
File | Summary |
---|---|
about_view.dart | ❯ REPLACE-ME |
lib.views.login
File | Summary |
---|---|
welcome.dart | ❯ REPLACE-ME |
config.dart | ❯ REPLACE-ME |
sign_in_view.dart | ❯ REPLACE-ME |
social_config.dart | ❯ REPLACE-ME |
email_signin.dart | ❯ REPLACE-ME |
signin.dart | ❯ REPLACE-ME |
social_login.dart | ❯ REPLACE-ME |
sign_up_view.dart | ❯ REPLACE-ME |
social_signin.dart | ❯ REPLACE-ME |
lib.views.app_guide
File | Summary |
---|---|
app_guide_view.dart | ❯ REPLACE-ME |
lib.views.spending_budgets
File | Summary |
---|---|
spending_budgets_view.dart | ❯ REPLACE-ME |
lib.views.card
File | Summary |
---|---|
cards_view.dart | ❯ REPLACE-ME |
add_cards_view.dart | ❯ REPLACE-ME |
Dart: version x.y.z
Build the project from source:
- Clone the budget_buddy_ repository:
❯ git clone https://github.com/adiyadav123/budget_buddy_
- Navigate to the project directory:
❯ cd budget_buddy_
- Install the required dependencies:
❯ pub get
To run the project, execute the following command:
❯ dart main.dart
Execute the test suite using the following command:
❯ dart test
-
Task 1
:Implement feature one. -
Task 2
: Implement feature two. -
Task 3
: Implement feature three.
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
budget_buddy_
project. - Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/adiyadav123/budget_buddy_
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.