A Flutter application that provides real-time visualization of cryptocurrency/forex trading order books.
- Real-time order book display with bids and asks
- Currency pair market overview
- Clean and intuitive user interface
- Live data visualization
The application consists of two main views:
| Markets (Currency pairs) | Order book (bids/asks) |
|---|---|
![]() |
![]() |
Shows available trading pairs and their current market status.
Displays the current order book with:
- Buy orders (Bids)
- Sell orders (Asks)
- Real-time price updates
- Flutter for cross-platform development
- Real-time data handling
- State management for live updates
- Clean architecture implementation
- Clone the repository
- Install dependencies:
flutter pub get- Run the application:
flutter runThis project follows Flutter best practices and clean architecture principles for maintainable and scalable code.
Contributions are welcome! Please feel free to submit pull requests.
This project is open source and available under standard open source licenses.

