Skip to content

Releases: fzyzcjy/flutter_convenient_test

v1.5.0

30 Jun 01:01
Compare
Choose a tag to compare

v1.4.0

21 Jun 23:56
Compare
Choose a tag to compare
  • New CLI param --run-only allowing you to limit the tests this runs #395 (thanks @gnunicorn)

v1.3.7

01 Jun 13:43
Compare
Choose a tag to compare
  • Bump dependency intl #389

v1.3.6

30 May 12:44
Compare
Choose a tag to compare
  • Migrate to latest Flutter #387

v1.3.5

30 May 12:43
5245ffa
Compare
Choose a tag to compare

v1.3.4

06 Mar 14:32
Compare
Choose a tag to compare
  • Allow reading of Reports of up to 1GB in size #370 (thanks @gnunicorn)

v1.3.3

01 Feb 10:18
Compare
Choose a tag to compare
  • Using darker background for error text in dark mode #361 (thanks @jmatth)

v1.3.2

05 Dec 14:15
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.16

v1.3.1

10 Oct 07:56
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.13

v1.3.0

10 Jul 12:49
Compare
Choose a tag to compare
  • Enjoy 5x speedup: Able to execute your tests not only on simulator/device, but also on host computer (much faster), without changing any code.
  • Abundant information for errors: When something is not working, it tries to print out as much information as possible to help you quickly debug.
  • Enhanced golden: GUI to check golden changes, allow a few pixels to be different, screenshot widgets above your widget, etc (Standalone feature, does not require full convenient_test)
  • Utilities: Enter text without replacing, pump with run async, etc. (Standalone feature, does not require full convenient_test)