You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add loadAppFonts() to display your app fonts on screenshots #66
Add loadFont() to load a fonts from a file. Useful when your app depends on preinstalled system fonts (loadFont('Comic Sans', [r'C:\Windows\Fonts\comic.ttf'])) #66
New direct access to properties from WidgetSelector#71
New getStateProp and stateProp to access state properties #71 spot<_MyContainer>().existsOnce().getStateProp(stateProp('innerValue', (_MyContainerState s) => s.innerValue));
New timeline mode TimelineMode.always to always print a timeline after each test #68
Deprecate TimelineMode.record in favor of TimelineMode.reportOnError (which is the default) #68