Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axross/aqua

♠️ Beautiful iOS/Android poker odds calculator app made of Flutter.
https://github.com/axross/aqua

dart flutter mobile-app poker

Last synced: about 2 months ago
JSON representation

♠️ Beautiful iOS/Android poker odds calculator app made of Flutter.

Awesome Lists containing this project

README

        

# Aqua

[![Codemagic build status](https://api.codemagic.io/apps/5f13196520f165f7137dc471/5f288e6c62e59203f98e84e8/status_badge.svg)](https://codemagic.io/apps/5f13196520f165f7137dc471/5f288e6c62e59203f98e84e8/latest_build)

♠️ Beautiful Texas Hold'em poker odds calculator made of Flutter.

- 🎛 Effectively uses [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html)/[ValueNotifier](https://api.flutter.dev/flutter/foundation/ValueNotifier-class.html) with [AnimatedBuilder](https://api.flutter.dev/flutter/widgets/AnimatedBuilder-class.html)/[ValueListenableBuilder](https://api.flutter.dev/flutter/widgets/ValueListenableBuilder-class.html). No [provider](https://pub.dev/packages/provider) or BLoC pattern used
- 🧩 [Isolate](https://api.dart.dev/stable/2.9.0/dart-isolate/dart-isolate-library.html) and [Stream](https://api.dart.dev/stable/2.9.0/dart-async/Stream-class.html) are used for multithreading calculation and communication between main thread and isolates
- 💅 Built of an original [theme](lib/src/constants/theme.dart) class and corresponding [widgets](lib/src/common_widgets). Dark mode is supported

![Aqua](https://user-images.githubusercontent.com/4289883/89248433-9a76ba80-d5c4-11ea-9b23-b4d0a4dcc867.gif)

## Download

[Get it on Google Play](https://play.google.com/store/apps/details?id=app.axross.aqua&hl=en) [Download on the App Store](https://apps.apple.com/us/app/odds-calculator-for-poker/id1485519383)

If you want an access of the beta program, feel free to contact at [[email protected]](mailto:[email protected])!

## Bug Report / Feature Request / Contribution

Feel free to open an issue or pull request! Everything you do would be grateful!