Skip to content

SP4RKiOP/live-cryptocurrency-streaming-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ably Flutter SDK Demo App

This is a FinTech sample application that uses Coindesk Hub provided by Ably to read cryptocurrency price changes on real-time.

The app has the following features:

  1. Dashboard with real-time graphs for cryptocurrencies prices.
  2. Public chat room.
  3. Clicking on a currency name will bring up recent tweets on its hashtag.

Getting Started

This project is a real example on how to use the Ably Flutter SDK. To get started:

  1. Signup to get your Ably API Key.
  2. Subscribe to Cryptocurrency hub, note that if you didn't do this step, you won't receive data even with the API Key.
  3. Sing-up for a Twitter Developer account, note that you won't be able to see any tweets if you don't have valid keys for Twitter's API.
  4. Clone the project.
  5. Make sure you have installed Flutter on your machine.
  6. Run flutter pub get in the project directory.
  7. Add your keys to config_example.dart, and change its name to config.dart.
  8. For Android, the minSdkVersion in app/src/build.gradle has to be set to 24 as required by Ably's Flutter SDK.
  9. Run the app.

For help getting started with Flutter, visit the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

App Screenshots

realtime dashboard public chat room twitter feed

About

A Flutter app with live cryptocurrency updates, powered by Ably

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dart 97.5%
  • Swift 1.7%
  • Other 0.8%