Skip to content

x-brymo/cryptocurrency

Repository files navigation

CRYPTOCURRENCY

❯ REPLACE-ME

license last-commit repo-top-language repo-language-count


🔗 Table of Contents


📍 Overview

❯ REPLACE-ME


👾 Features

❯ REPLACE-ME


📁 Project Structure

└── cryptocurrency/
    ├── README.md
    ├── analysis_options.yaml
    ├── devtools_options.yaml
    ├── lib
    │   ├── app.dart
    │   ├── core
    │   ├── main.dart
    │   └── src
    ├── packages.txt
    ├── pubspec.lock
    ├── pubspec.yaml
    ├── run.dart
    ├── shoot
    │   └── 488662946_4029525777366840_6591839533247138506_n.jpg
    ├── test
    │   └── widget_test.dart
    ├── web
    │   ├── favicon.png
    │   ├── icons
    │   ├── index.html
    │   └── manifest.json
    └── windows
        ├── .gitignore
        ├── CMakeLists.txt
        ├── flutter
        └── runner

📂 Project Index

CRYPTOCURRENCY/
__root__
analysis_options.yaml ❯ REPLACE-ME
pubspec.yaml ❯ REPLACE-ME
run.dart ❯ REPLACE-ME
packages.txt ❯ REPLACE-ME
devtools_options.yaml ❯ REPLACE-ME
lib
main.dart ❯ REPLACE-ME
app.dart ❯ REPLACE-ME
src
features
infrastructure
blocs.dart ❯ REPLACE-ME
blocs
Portfolio
Portfolio_bloc.dart ❯ REPLACE-ME
Portfolio_event.dart ❯ REPLACE-ME
Portfolio_state.dart ❯ REPLACE-ME
index.dart ❯ REPLACE-ME
sliderbar
index.dart ❯ REPLACE-ME
sliderbar_event.dart ❯ REPLACE-ME
sliderbar_state.dart ❯ REPLACE-ME
sliderbar_bloc.dart ❯ REPLACE-ME
TimeRange
TimeRange_event.dart ❯ REPLACE-ME
index.dart ❯ REPLACE-ME
TimeRange_state.dart ❯ REPLACE-ME
TimeRange_bloc.dart ❯ REPLACE-ME
Market
Market_event.dart ❯ REPLACE-ME
Market_state.dart ❯ REPLACE-ME
Market_bloc.dart ❯ REPLACE-ME
index.dart ❯ REPLACE-ME
presentation
pages
layout
layout.dart ❯ REPLACE-ME
widgets
HeaderWidget.dart ❯ REPLACE-ME
CryptoCardWidget.dart ❯ REPLACE-ME
CoinCardsWidget.dart ❯ REPLACE-ME
AnalysisCardWidget.dart ❯ REPLACE-ME
AnalysisItemWidget.dart ❯ REPLACE-ME
UserProfileWidget.dart ❯ REPLACE-ME
TimeRangeSelectorWidget.dart ❯ REPLACE-ME
TimeRangeButtonWidget.dart ❯ REPLACE-ME
ProjectionsCardWidget.dart ❯ REPLACE-ME
SliderbarWidget.dart ❯ REPLACE-ME
PerformanceCardWidget.dart ❯ REPLACE-ME
crypto-dashboard-flutter.dart ❯ REPLACE-ME
ProjectionItemWidget.dart ❯ REPLACE-ME
PortfolioItemWidget.dart ❯ REPLACE-ME
PortfolioCardWidget.dart ❯ REPLACE-ME
ProjectionUpdateWidget.dart ❯ REPLACE-ME
utils
PerformanceChart.dart ❯ REPLACE-ME
crypto-dashboard-flutter (1).dart ❯ REPLACE-ME
ChartPainter.dart ❯ REPLACE-ME
core
index.dart ❯ REPLACE-ME
extensions
extension_sizedBox.dart ❯ REPLACE-ME
extension_theme.dart ❯ REPLACE-ME
extension_MediaQuary.dart ❯ REPLACE-ME
windows
CMakeLists.txt ❯ REPLACE-ME
flutter
CMakeLists.txt ❯ REPLACE-ME
generated_plugin_registrant.cc ❯ REPLACE-ME
generated_plugin_registrant.h ❯ REPLACE-ME
generated_plugins.cmake ❯ REPLACE-ME
runner
flutter_window.h ❯ REPLACE-ME
win32_window.cpp ❯ REPLACE-ME
utils.h ❯ REPLACE-ME
resource.h ❯ REPLACE-ME
Runner.rc ❯ REPLACE-ME
CMakeLists.txt ❯ REPLACE-ME
flutter_window.cpp ❯ REPLACE-ME
win32_window.h ❯ REPLACE-ME
runner.exe.manifest ❯ REPLACE-ME
main.cpp ❯ REPLACE-ME
utils.cpp ❯ REPLACE-ME
test
widget_test.dart ❯ REPLACE-ME
web
index.html ❯ REPLACE-ME
manifest.json ❯ REPLACE-ME

🚀 Getting Started

☑️ Prerequisites

Before getting started with cryptocurrency, ensure your runtime environment meets the following requirements:

  • Programming Language: Dart
  • Package Manager: Pub, Cmake

⚙️ Installation

Install cryptocurrency using one of the following methods:

Build from source:

  1. Clone the cryptocurrency repository:
❯ git clone https://github.com/x-brymo/cryptocurrency
  1. Navigate to the project directory:
cd cryptocurrency
  1. Install the project dependencies:

Using pub  

❯ pub get

Using cmake  

echo 'INSERT-INSTALL-COMMAND-HERE'

🤖 Usage

Run cryptocurrency using the following command: Using pub  

❯ dart {entrypoint}

Using cmake  

echo 'INSERT-RUN-COMMAND-HERE'

🧪 Testing

Run the test suite using the following command: Using pub  

❯ pub run test

Using cmake  

echo 'INSERT-TEST-COMMAND-HERE'

📌 Project Roadmap

  • Task 1: Implement feature one.
  • Task 2: Implement feature two.
  • Task 3: Implement feature three.

🔰 Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/x-brymo/cryptocurrency
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


🎗 License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


🙌 Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Releases

No releases published

Packages

No packages published