flame_test 2.0.0 
flame_test: ^2.0.0 copied to clipboard
A package with classes to help testing applications using Flame
2.0.0 #
1.19.2 #
- Update a dependency to the latest release.
 
1.19.1 #
- Update a dependency to the latest release.
 
1.19.0 #
1.18.3 #
- Update a dependency to the latest release.
 
1.18.2 #
- Update a dependency to the latest release.
 
1.18.0 #
1.17.5 #
- FIX: Don't use a future when assets for SpriteButton is already loaded (#3456).
 
1.17.3 #
- Update a dependency to the latest release.
 
1.17.2 #
1.17.1 #
- Update a dependency to the latest release.
 
1.17.0 #
1.16.2 #
- Update a dependency to the latest release.
 
1.16.1 #
- Update a dependency to the latest release.
 
1.16.0 #
1.15.3 #
- Update a dependency to the latest release.
 
1.15.2 #
- Update a dependency to the latest release.
 
1.15.1 #
- Update a dependency to the latest release.
 
1.15.0 #
1.13.1 #
- Update a dependency to the latest release.
 
1.13.0 #
Note: This release has breaking changes.
- REFACTOR: Enable DCM linting (#2667). (27a8fd61)
 - FIX: HasGameReference should default to FlameGame (#2710). (93dcb3a1)
 - FEAT: Add HoverCallbacks (#2706). (d460b846)
 - BREAKING REFACTOR: Rename (Text) Elements, Nodes and Styles for clarity, add docs (#2700). (4b420b79)
 - BREAKING REFACTOR: Kill TextRenderer, Long Live TextRenderer (#2683). (a1cb9a06)
 - BREAKING REFACTOR: Make TextElement more usable on its own (#2679). (1a64443c)
 - BREAKING FEAT: Add CameraComponent to FlameGame (#2740). (7c2f4000)
 
1.12.1 #
- Update a dependency to the latest release.
 
1.12.0 #
1.11.0 #
1.10.0 #
Note: This release has breaking changes.
- FIX: Override 
remove()method to fix the functionality issue in theFlameMultiBlocProvider(#2280). (6a818464) - DOCS: Update funding links (#2420). (8294a2a1)
 - DOCS: Fix non-markdown section of README files (#2406). (426b3124)
 - DOCS: Update all README files for the bridge packages to be consistent and not broken (#2402). (5e8ecf54)
 - BREAKING FEAT: The 
HasTappableComponentsmixin is no longer needed (#2450). (b5bdf4ec) 
1.9.2 #
1.8.0 #
Note: This release has breaking changes.
1.7.0 #
Note: This release has breaking changes.
1.6.0 #
Note: This release has breaking changes.
1.5.0 #
- FEAT: Add more lint rules (#1703). (49252f8e)
 - FEAT: Callbacks in 
HudButtonComponentconstructor andViewportMarginmixin to avoid code duplication (#1685). (f55b2e0d) - FEAT: Aligned text in the TextBoxComponent (#1620). (c64aedae)
 - FEAT: add options to flutter test (#1690). (5dcf2664)
 - FEAT: Add helper function for creating golden tests (#1623). (d0faaada)
 - FEAT: Bump to Flutter 2.10.0 (#1617). (beac9013)
 
1.4.0 #
1.3.0 #
1.2.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
 
1.2.0-releasecandidate.6 #
- Update a dependency to the latest release.
 
1.2.0-releasecandidate.5 #
- Update a dependency to the latest release.
 
1.2.0-releasecandidate.4 #
- Update a dependency to the latest release.
 
1.2.0-releasecandidate.3 #
- Update a dependency to the latest release.
 
1.2.0-releasecandidate.2 #
Note: This release has breaking changes.
- REFACTOR: Add a few more rules to flame_lint, including use_key_in_widget_constructors (#1248). (bac6c8a4)
 - FIX: remove vector_math dependency (#1361). (56b33da2)
 - FEAT: Components are now always added in the correct order (#1337). (c753fc46)
 - FEAT: Added parameter repeatCount into function testRandom (#1265). (49a2d0b9)
 - FEAT: Added closeToVector in flame_test (#1245). (af45ea6c)
 - DOCS: Upgrade documentation site (#1365). (12cf8f70)
 - DOCS: Fix various dartdoc warnings (#1353). (9f096053)
 - BREAKING FEAT: Added SequenceEffect (#1218). (7c6ae6de)
 
1.2.0-releasecandidate.1 #
Note: This release has breaking changes.
- REFACTOR: Add a few more rules to flame_lint, including use_key_in_widget_constructors (#1248). (bac6c8a4)
 - FIX: remove vector_math dependency (#1361). (56b33da2)
 - FEAT: Components are now always added in the correct order (#1337). (c753fc46)
 - FEAT: Added parameter repeatCount into function testRandom (#1265). (49a2d0b9)
 - FEAT: Added closeToVector in flame_test (#1245). (af45ea6c)
 - DOCS: Upgrade documentation site (#1365). (12cf8f70)
 - DOCS: Fix various dartdoc warnings (#1353). (9f096053)
 - BREAKING FEAT: Added SequenceEffect (#1218). (7c6ae6de)
 
1.1.0 #
- Add 
closeToVectormatcher. 
1.0.1 #
- Bump versions not to use paths
 
1.0.0 #
- Fix tests with multiples futures finishing abruptly
 
1.0.0-releasecandidate.15 #
- Add 
pumpWidgetto flame widget test 
0.1.1-releasecandidate.14 #
- Add 
flameTestandflameWidgetTest 
0.1.1-releasecandidate.13 #
- Move dartdoc and dart_code_metrics to dev_dependencies
 
0.1.0-releasecandidate.13 #
- Initial release containing classes to help testing classes using 
Flame