Updated to Flutter 2.18
Unclaimed project
Are you a maintainer of flutter_glove_box? Claim this project to take control of your public changelog and roadmap.
Updated to Flutter 2.18
package:golden_toolkit has `uses-material-design: true` set but the primary pubspec contains `uses-material-design: false`. If the application needs material icons, then `uses-material-design` must be set to trueThanks to @tsimbalar for this enhancement.
A new configuration property has been added to GoldenToolkitConfiguration which allows you to opt-in to displaying real shadows in your goldens. By default, real shadows are disabled in Flutter tests due to inconsistencies in their implementation across versions. This behavior could always be toggled off in flutter tests via an obscure global variable....
Thanks to @moonytoes29 for the following enhancements:
A new helper widget DeviceBuilder has been added. This works conceptually similar to GoldenBuilder but is used for displaying multiple device renderings of a widget in a single golden. This is an alternative to the existing multiScreenGolden() API which captures separate golden images for each device variation under test.
To assist with...