Capcoin is a Flutter application that provides upto date information about various cryptocurrencies using the CoinGecko API. This app utilizes the Dio package for network requests and GetIt for dependency injection.
CapCoin provides users with real-time cryptocurrency information, including prices, market capitalization, and more. The app is designed with a clean and intuitive interface, making it easy for users to stay updated with the latest crypto trends.
- Display the latest cryptocurrency prices and details.
- Search for specific cryptocurrencies.
- View detailed information about each cryptocurrency, including price changes, market cap, and more.


To run this project, follow these steps:
-
Clone the repository:
git clone https://github.com/Jeremy-Gitau/capcoin.git cd capcoin
-
Install the dependencies:
flutter pub get
-
Run the app:
flutter run
This project uses the following dependencies: