4 Commits

Author SHA1 Message Date
c5083501d5 refactor!: Matcher closeToVector() now accepts Vector2 as an argument (#1761)
This PR changes the signature of the closeToVector() helper function:

    Old: closeToVector(num x, num y, {double epsilon = 1e-15})
    New: closeToVector(Vector2 vector, [double epsilon = 1e-15])
2022-06-29 17:38:53 +00:00
db7842df93 chore(publish): Publish flame_test 1.1.0 (#1299)
Publish new version of flame_test (1.1.0)
2022-01-07 11:09:08 +00:00
a0cf56ee0c chore: Ensure unique names for all flame sub-packages (#1214)
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-12-14 13:22:12 -03:00
7b51539bae Add example for flame_test (#958)
* Add example for flame_test

* Fix analyze warnings

* Fix tests
2021-09-16 20:57:04 +02:00