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

Overview

Aqua

Codemagic build status

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

Aqua

Download

Get it on Google Play Download on the App Store

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

Bug Report / Feature Request / Contribution

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

Comments
  • Setting up Fastlane

    Setting up Fastlane

    Bitrise holds my old Apple ID and it doesn't get propagated even after I changed. I need to seek another method to automate code sign and deployment and Fastlane is good one for it

    opened by axross 1
  • Add a simple way to add a player with any hand ('x' in equity calculation softs)

    Add a simple way to add a player with any hand ('x' in equity calculation softs)

    When doing pre-flop simulations, I often want to compare a range or a hand against "anything", "x", "??", "any hand".

    The current way to do it is to go to grid and select all possible combos using bottom slider. But this is quite time-consuming when simulating more than 3 players.

    Proposals

    • I'd except that this "anything" should be the default preset for any new player added. This is the solution adopted by some other equity calculators I tried. The drawback of this is that any new added player would trigger a calculation (sometimes useless when you want to select a hand range by grid)
    • add a "?" special card like in "poker calculator". This allows to simply create ranges like "A?" (As and any other card)

    Imagepipe_5

    This button could be added somewhere in the cards selection screen:

    Imagepipe_6

    • add a "Anything" range in grid. But this it's less straightforward to use than other options (more clicks to achieve it)

    What do you think about that ?

    Thanks !

    feature-request 
    opened by brunetton 3
  • Add a way to delete community cards

    Add a way to delete community cards

    Hi

    I often use Aqua while playing poker; and sometimes I add by mistake the turn card and I'm looking for a way to clear this card without using the "clear" button that clears all added cards (including flop, that I'd like to keep).

    feature-request 
    opened by brunetton 1
  • Publish to F-Droid

    Publish to F-Droid

    I don't have Google services on my Android device (for recent political decisions :s).

    So I only use open source apps that are available on F-Droid and I'd love to see Aqua here :heart:

    If I can help, I'm here :)

    Thanks

    feature-request 
    opened by brunetton 1
  • Documentation: explain what hand presets are for?

    Documentation: explain what hand presets are for?

    Since I'm a noob but curious to learn, I'd like to see some documentation what the hand range presets are useful for with their different positions. Why is this included when it comes to pot odds?

    feature-request 
    opened by binarykitchen 0
  • Web Version

    Web Version

    Nice tool mate - is there a web version of the same?

    In case if an issue comes up during a tournament so that we can project on screen for everyone to see?

    feature-request 
    opened by binarykitchen 1
Releases(v2.3.3)
  • v2.3.3(Aug 8, 2020)

  • v2.3.1(Aug 7, 2020)

    • Bump up pubspec version to 2.3.1+28 (#186)
    • Bugfix: couldn't select the first empty card as a change target in community card editor (#184)
    • Improve hit test in Simulation Page (#185)
    • Update dependencies (#183)
    • Revert "Upgrade Flutter to v1.20 (#181)" (#182)
    • Upgrade Flutter to v1.20 (#181)
    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Aug 7, 2020)

    • Bump up the version to 2.3.0+27 (#180)
    • Bugfix: popup background colors didn't animate (#179)
    • Prevent popup overflow (#178)
    • Improve preference description (#177)
    • Bugfix: DigitsText showed its decimal part as just repeat of initeger part (#176)
    • Enable anonymouse login (#175)
    • Update README (#174)
    • Add settings for Codemagic (#173)
    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Aug 3, 2020)

    • Bump up pubspec version to 2.2.0 (#171)
    • Reduce assets (#169)
    • Theme unthemed styles (#168)
    • Change condition to show back button in AqauScaffold (#167)
    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Aug 3, 2020)

    • Enable Preferences screen for the release build (#163)
    • Move AquaPreferencesData inside AquaPreferences (#164)
    • Prevent recalculation for the same situation (#162)
    • Install Sentry as error reporter (#161)
    • Refactoring (#160)
    • Add preferences section to switch win rates and equity (#159)
    • Bugfix: add several missing assertions (#158)
    • Delete unavailable cards from state buses (#157)
    • Bugfix: disposed simulation isolations were used (#155)
    • Refactor community cards (#156)
    • Bugfix: unavailable cards were wrongly chosen (#154)
    • Organize view models (#152)
    • Prefer double quotes at analyzer (#153)
    • Refactor used cards (#151)
    • CommunityCards as a class (#150)
    • Display in equity by default (#149)
    • Aqua UI 2.0 (#148)
    • Stage the icon Sketch file (#146)
    • Refactor bootstrap steps (#145)
    • Show equity by preferences (#144)
    • Add AquaPreferences widgets and view models (#142)
    • Add PlayerSimulationOverallResult#equity (#143)
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Jul 17, 2020)

    • Delete an unused file (#137)
    • Delete unused import (#136)
    • Throw UnimplementedError when the process reach to case of PlayerhandSettingType.mixed (#135)
    • Migrate API from inheritFromWidgetOfExactType to dependOnInheritedWidgetOfExactType (#134)
    • Use 📦 poker as the core (#133)
    • Upgrade Flutter to v1.17.5 (#125)
    Source code(tar.gz)
    Source code(zip)
  • v1.6.2(Nov 17, 2019)

  • v1.6.1(Nov 16, 2019)

  • v1.6.0(Nov 16, 2019)

    • Adding status badge (#113)
    • Remove dependency to 📦intl (#112)
    • Bug fix: simulation doesn't start after adding a player (#111)
    • Android status bar color (#110)
    • Making HandType enum (#109)
    • Remove JSON-serializablity from models (#108)
    • Refactoring simulation page (#107)
    • Lock simulation instead of timer (#106)
    • Refactoring SimulationSession (#105)
    • Organizing providers (#104)
    • Fix crazy name widget (#103)
    • Refactoring hand range tab content (#102)
    • Implementing preset selector (#101)
    Source code(tar.gz)
    Source code(zip)
  • v1.5.2(Nov 14, 2019)

  • v1.5.1(Nov 14, 2019)

  • v1.5.0(Nov 14, 2019)

    • Change range grid color (#93)
    • Bug Fix: AquaTabs in dark mode has invisible color (#92)
    • Replace tab icons with better ones (#91)
    • Bug Fix: Highlight color for hole cards are quite pale (#90)
    • UI improvement for AquaTabs (#89)
    • Adding Range Slider (#88)
    • Show combinations as percentage (#87)
    • Add padding at the top of the dialogs (#86)
    • Make some error message show softly (#85)
    • Change the text for playing cards from 10 to T (#84)
    • Expanding supported version (#83)
    • Setting Haptic Feedback (#82)
    • Refactoring AquaTheme (#81)
    • Aqua Tabs (#80)
    • Reduce fonts (#79)
    • Create TinyStadiumButton and replace same UI parts with it (#78)
    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Nov 10, 2019)

  • v1.2.0(Nov 9, 2019)

    • Changing the error message when there's only one player (#65)
    • Setting the cursor to there at empty card in board setting (#64)
    • Making the chop display better (#63)
    • Bug fix: Wrong calculation result (#62)
    • Changeable AppBar text (#61)
    • Bug fix: board setting layout had been broken (#60)
    • Bug fix: player hand setting has been broken (#59)
    • Bug fix: cards in board select page had been broken (#58)
    • Show chop (#57)
    • Remove bottom safearea from AppBar (#56)
    • Change structure of model for player hands (#55)
    • Bug fix: the background of BoardSettingDialog was not shown (#54)
    • Refactoring HandRangeSelectGrid widget (#53)
    • Refactoring widgets (#52)
    Source code(tar.gz)
    Source code(zip)
  • v1.1.3(Nov 7, 2019)

  • v1.1.0(Nov 2, 2019)

Owner
Kohei Asai
Clean coder. Loves UI=F(state).
Kohei Asai
Flutter-calculator - A flutter calculator appliacation which is made with dart

A simple calculator A simple calculator app made with Flutter Screenshot This pr

Munem Sarker 1 Jan 23, 2022
Simple-Calculator-App - Simple Calculator App using Flutter

Simple Calculator App I created this calculator using Flutter. I took inspiratio

Harshitha Devi Ganajala 0 Jan 26, 2022
BMI calculator app - BMI calculator app written with dart language using flutter

BMI_calculator_app This app is written with dart language using flutter framewor

Elham Madjidi 0 Feb 5, 2022
Flutter-calculator - An elegant calculator app written in Flutter

Elegant Calculator A simple and elegant Calculator app developer in Flutter. Preview Getting Started This project is a starting point for a Flutter ap

Shubham Soni 103 Oct 21, 2022
Love-Calculator-Flutter - A Love Calculator Flutter app created for learning basic stuffs in Dart

Love Calculator The same old Love Calculator ,but in flutter NB A simple flutter

Adithya Krishnan 3 Nov 14, 2022
Age-Calculator - Age Calculator For Flutter

Age-Calculator(Contributed by YEASEEN AHMED)

CPAD-Gazipur 2 Oct 9, 2022
Age-Calculator-Lambda - Age Calculator Lambda With Flutter

Age-Calculator-Lambda(Contributed by YEASEEN AHMED)

CPAD-Gazipur 4 Nov 13, 2022
Body-Mass-Index-Calculator - Body Mass Index Calculator Using Flutter

Body-Mass-Index-Calculator Image Video Presentation bandicam.2022-02-18.00-33-22

Harsh Vardhan 3 Aug 15, 2022
Build a calculator app in iOS and Android with the same code by using flutter.

flutter_calculator Preview Structure Input Widgets input widgets is all extends StatefulWidget, because they need to response the onTap gesture. Numbe

CYT 82 Nov 24, 2022
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

WooSignal 314 Jan 9, 2023
A beautiful BMI Calculator App Using Flutter

BMI Calculator What you will create We’re going to make a Body Mass Index Calculator inspired by the beautiful designs made by Ruben Vaalt. It will be

null 2 Dec 28, 2021
A beautiful BMI calculator app. Developed using Flutter.

A beautiful BMI calculator app. Developed using Flutter.

Rashid Razak 21 Dec 7, 2022
Calci - A beautiful Calculator Application Using Flutter

- Hello there,Githubs. Calci is a new Flutter Application. This app's colors are

Rajjo 2 Jul 2, 2022
A beautiful weather forecasting application built with the Flutter development kit. Available on Android and iOS.

Flutter Weather A beautiful weather forecasting application built with the Flutter development kit. Screenshots Analysis Run Application This project

Scott Carnett 15 Oct 17, 2022
Learn to make beautiful, native apps for Android & iOS

name title subtitle description speaker flutter Flutter Learn to make beautiful, native apps for Android & iOS Flutter is a cross-platform, mobile dev

Akshath Jain 5 Nov 4, 2019
Bmi calculator flutter - Calculate your BMI(Body Mass Index) with this app made with flutter.

bmi_calculator_flutter A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you s

Joel Nickson 1 Jan 2, 2022
Simple Calculator app made with flutter

Simple Calculator : Easy & Fast ?? Screenshots ?? Flutter Tutorial All Flutter Tutorials plus additional Code and shorter posts can be found on the Of

Sagar Shende 38 Aug 11, 2022
A Tip Calculator app made in Flutter.

Tip Calculator App A Tip Calculator app made in Flutter. Prerequisites These things are required before setting up the project. Git Flutter Read Guide

Ravgeet Dhillon 2 Sep 15, 2021
A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.

Calculator A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter. Down

Hemant Rajput 15 Dec 7, 2022