A Flutter app with live cryptocurrency updates, powered by Ably
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:
This project is a real example on how to use the Ably Flutter SDK. To get started:
flutter pub get
in the project directory.config.dart
.minSdkVersion
in app/src/build.gradle
has to be set to 24
as required by Ably’s Flutter SDK.For help getting started with Flutter, visit the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.