/bitcoin-ticker-flutter

Shows the rate for BTC, ETH, LTC for all major currencies

Primary LanguageDart

Bitcoin Ticker 🤑

A new flutter application

What I tried to create

A crypto currency price checking app. Monitor your bitcoin investents on the move!

Finished App

Getting Started

  • Install dependencies
    $ flutter pub get
  • Add API key
    Go to CoinApi and generate your free (100 requests daily) api key.
    Open coin_data.dart and replace your api key at
const apiKey = 'ENTER_YOUR_API_KEY';
  • Start building
    Use emulator or a physical device connected by USB
    $ flutter run
  • Create APK
    $ flutter build apk --split-per-abi

Note:

Make sure that device has an active internet connection.

Install for Android

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co