Skip to content

feat: Fix bug on Cubic, improvements and dependencies updates#55

Merged
albertodev01 merged 13 commits intomasterfrom
develop
Dec 31, 2025
Merged

feat: Fix bug on Cubic, improvements and dependencies updates#55
albertodev01 merged 13 commits intomasterfrom
develop

Conversation

@albertodev01
Copy link
Owner

Why?

The package needs a dependency update and some bug fixing/improvements

What?

  • Added a new Factorial.computeBigInt method to calculate factorials using BigInt rather than int
  • Fixed a bug in the Cubic class that throws an error when trying to solve cubic equations in the ax^3 + d = 0 form
  • Updates to the Dart and Flutter example projects
  • Dependencies versions update

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation change (change to update documentation)

Notes

In this PR I will update and rework the Flutter example application in example/flutter_example

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • In example/flutter_example, if needed, I have also added widget and golden tests.
  • I added documentation for all relevant code.

@albertodev01 albertodev01 added bug Something isn't working documentation Improvements or additions to documentation labels Aug 11, 2024
@albertodev01 albertodev01 self-assigned this Aug 11, 2024
This was referenced Aug 11, 2024
Repository owner deleted a comment from codecov-commenter Aug 19, 2024
@albertodev01 albertodev01 merged commit b0d1237 into master Dec 31, 2025
1 check passed
@albertodev01 albertodev01 deleted the develop branch December 31, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant