Skip to content

Releases: wiredashio/wiredash-sdk

1.0.0-alpha.4 - Desktop in focus

31 Jan 15:27
Compare
Choose a tag to compare
Pre-release
  • #177 Improved Desktop UI
  • #176 Draw appBackgroundColor behind app on screenshot
  • Discard feedback button
  • Color selection and drawing undo
  • Allow retake of screenshot
  • #172 Scale drawing to match the screenshot size (based on screen ppi)
  • Scaling the window after capturing a screenshot doesn't change the drawing position anymore
  • Hide feedback details on Summary page behind button
  • Make status bar text readable on iOS
  • #175 Raise min Flutter SDK to 2.8, (2.9 is required for macOS)

1.0.0-alpha.3 - No Overlay for you

07 Jan 23:45
Compare
Choose a tag to compare
Pre-release
  • #168 Fix responsive padding calculation on window resize
  • #169 Don't wrap user app in Overlay
  • #170 Fix dark theme on summary screen
  • #171 Fix screenshot layout for devices with a notch

1.0.0-alpha.2 - Desktop improvements

03 Jan 01:42
Compare
Choose a tag to compare
Pre-release
  • #164 Support for transparent apps macOS apps
  • Hide backdrop content in screenshot mode
  • #165 Validate email address
  • #166 Make email address optional. Set WiredashFeedbackOptions(askForUserEmail: true) to enable it
  • #167 New inheritMaterialTheme and inheritCupertinoTheme properties for Wiredash.of(context).show() to inherit the theme

1.0.0-alpha.1 - A Whole New World

27 Dec 03:02
Compare
Choose a tag to compare
Pre-release
  • Completely rewritten UI layer
  • Custom metadata properties
  • Custom labels
  • Automatic theming

v0.7.0+1

28 May 11:32
Compare
Choose a tag to compare

Fix sdkVersion

0.7.0 - Screenshot Web support for canvaskit

26 May 14:18
Compare
Choose a tag to compare
  • #140 Wiredash now supports screenshots in Flutter Web when the canvasakit renderer is used
  • Flutter compatibility range: 1.26.0-17.5.pre - 2.3.0-13.0.pre.166

0.6.2

09 Mar 20:30
Compare
Choose a tag to compare
  • #135 Don't show nullsafety warning on Flutter dev channel

0.6.1 - Flutter 2.0

08 Mar 13:03
Compare
Choose a tag to compare
  • #133 Raise min Flutter SDK to 1.26.0-17.5.pre. Older versions are incompatible with package:path_provider
  • #130 Fix Flutter web locale nnbd error on stable Flutter 2.0.0

0.6.0 - Nullsafety

01 Mar 00:50
4dedba2
Compare
Choose a tag to compare

Migrate the sdk to nullsafety. No breaking changes except for raising the Dart SDK to 2.12.0-0.

0.5.0 - SingletonFlutterWindow

08 Feb 02:37
Compare
Choose a tag to compare
  • Breaking Replace references to ui.Window with the new SingletonFlutterWindow flutter/pull/69617
  • Raise minimum Flutter version to 1.24.0-8.0.pre.341 where the breaking change was introduced