cake_flutter 0.3.2 copy "cake_flutter: ^0.3.2" to clipboard
cake_flutter: ^0.3.2 copied to clipboard

The lightweight, explicit testing framework - built for Flutter.

0.3.2 (2023-12-27) #

  • [META] Added example folder
  • [META] Updated README.md
  • [META] Cleaned up some testing package files

0.3.1 (2023-12-26) #

  • [FIX] Fixed flutter_tester hanging after tests are complete.
  • [MOD] Included IndexOptions to main library.
  • [ADD] Added TestAsyncUtils.guard() to all current async operations to protect against un-awaited calls. This should make it work similar to how flutter_test works.

0.3.0 (2023-12-26) #

  • [ADD] Added IndexOptions to search. IndexOptions currently allows for only certain widget types to be indexed for better search performance and shows debugging options for printing to the console.
  • [ADD][Search] Search will now throw an error if an un-indexed type is searched.

0.2.0 (2023-12-25) #

  • [ADD][Expect] Added isWidgetType to match against a TestElementWrapper.
  • [ADD] Added a reference to children, if any, for each TestElementWrapper.
  • [ADD][Search] Added key to allow searching by key. This will return a single TestElementWrapper rather than a collection.

0.1.0 #

  • Scrubbed, ignore this tag.

0.0.1 (2023-12-24) #

  • Initial release. CLI is still work in progress, but running files individually with flutter test [file] should work. (Note: there's a bug where it hangs after finishing. Press ctrl+c to close.) This was fixed with 0.3.1.
0
likes
0
pub points
7%
popularity

Publisher

verified publisherpolyhedra.studio

The lightweight, explicit testing framework - built for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cake, flutter, flutter_test, flutter_tools

More

Packages that depend on cake_flutter