Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trentpiercy/trace
Modern crypto portfolio & market explorer. Built with @Flutter
https://github.com/trentpiercy/trace
cryptocurrency finance flutter mobile-app
Last synced: 30 days ago
JSON representation
Modern crypto portfolio & market explorer. Built with @Flutter
- Host: GitHub
- URL: https://github.com/trentpiercy/trace
- Owner: trentpiercy
- License: gpl-3.0
- Created: 2018-04-01T06:45:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:04:30.000Z (over 1 year ago)
- Last Synced: 2024-10-02T18:49:11.187Z (about 1 month ago)
- Topics: cryptocurrency, finance, flutter, mobile-app
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.trentpiercy.trace
- Size: 121 MB
- Stars: 1,109
- Watchers: 44
- Forks: 331
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Trace
- open-source-flutter-apps - Trace - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). (Uncategorized / Uncategorized)
README
# Trace
Modern Crypto Portfolio & Market Explorer. Built with [Flutter](https://github.com/flutter/flutter).
Open Source. Lightweight. Clean. Straightforward. Fast. Powerful.Download for Android on [Google Play](https://play.google.com/store/apps/details?id=com.trentpiercy.trace). Join [Android Beta](https://play.google.com/apps/testing/com.trentpiercy.trace)!
Building for iOS works just fine, but I'm not giving Apple $99 to put this on the AppStore right now.
### Features
💰 Portfolio Overview
🌎 Aggregate Market Explorer
📊 Detailed Aggregate/Exchange Specific Market Data for every Coin
📈 Portfolio Timeline
📅 Transaction History
⭕️ Portfolio Breakdown
🌓 Automatic, Light, Dark & Dark OLED Theme Options
⚡ 7.3MB - Fast & Lightweight**[📹 Full Video](https://youtu.be/Di7MxXioESQ)**
## Screenshots
💰 **Portfolio**
- Home screen displaying portfolio value, 7D Change, 24h Change, and value and amount of each coin
- Sort coins by name, holdings, and 24h change percent
- Add transactions using bottom right button
🌎 **Aggregate Markets**
- Swipe to second tab displaying aggregate market stats of every cryptocurrency
- Search by any coin's symbol or name
- Sort coins by name, market cap, 24h trade volume and 24h change percent
📈 **Portfolio Timeline**
- Navigate to timeline through drawer menu or swipe from breakdown
- Tap clock to control timeline period from 1 day to all
- Includes portfolio value high/low, change percent and change amount over period
- Scroll down to view all transaction history⭕️ **Portfolio Breakdown**
- Navigate to breakdown through drawer menu or swipe from timeline
- Pie chart breakdown of portfolio
- Displays total portfolio value, net percent, net amount and total cost
- Lists each coin as percent of total portfolio
📊 **Detailed Market Data**
- Tap on any coin to view detailed market data
- Tap clock to control candlestick data period from 1 hour to 1 year
- Includes price high/low and change percent over period
- Tap arrows to control candlestick width from 1 minute to 14 days
- Swipe to view list of all exchanges for specific coin
- Includes 24h trade volume along with price and 24h change
- Sort by exchange name, 24h volume, price and 24h change
- Tap on any exchange to get even more detailed data
☀️ **Light Theme**
🌙 **OLED Dark Theme**
⚙️ **Settings**
- Navigate to settings through drawer menu
- Theme Toggles: automatic, light, dark and dark OLED
- Abbreviate Numbers switch
- Export/Import portfolio JSON to/from text
- Clear Portfolio
## Building Source
- Set your working directory to the root of your git clone
- Make sure your Android SDK and Flutter are up to date (`flutter upgrade`)
- Execute `flutter run`