widgetbook_annotation 3.1.0 copy "widgetbook_annotation: ^3.1.0" to clipboard
widgetbook_annotation: ^3.1.0 copied to clipboard

A package featuring the annotations used by widgetbook_generator.

3.1.0 #

  • BREAKING: Set minimum SDK version to 2.19.0. (#1030)
  • FEAT Add path property on @UseCase to specify a custom path to be used instead of the component's location. (#988 - by @geisterfurz007)

3.0.0 #

Check out the migration guide for more information.

3.0.0-rc.2 #

  • BREAKING: Remove @App annotation's foldersExpanded and widgetsExpanded non-working parameters. (#735)

3.0.0-rc.1 #

  • Check out the migration guide for more details.
  • FEAT: Add Dart 3 and Flutter 3.10 support. (#676)
  • BREAKING: Drop Flutter 2 support. (#676)
  • BREAKING: Remove Widgetbook prefix from all annotation names. (#649)
  • BREAKING: Remove code generation support for everything except @App and @UseCase that generate a list called directories. You should now configure Widgetbook's properties (i.e. addons, appBuilder, etc.) manually. (#663)

3.0.0-beta.7 #

  • REFACTOR: ♻️ removed package analysis_options files.
  • REFACTOR: ♻️ warnings.

3.0.0-beta.6 #

  • FIX: 🐛 remove obsolete name property. (0e681371)

3.0.0-beta.5 #

  • REFACTOR: ♻️ settings. (254ebef6)
  • REFACTOR: ♻️ remove obsolete annotations. (c6dd4f54)
  • REFACTOR: adjusted code to match linter. (04dd9f1e)
  • FIX: 🧪 fixed broken test. (6e56b79a)
  • FIX: custom painter Widgets are incorrectly rendered. (965c355e)
  • FIX: recommited binary files to git. (70f38e8f)
  • FIX: example for locales does not compile. (db880e76)
  • FIX: replaced WidgetbookTheme.dark() with the proper WidgetbookTheme annotation. (49a6cd79)
  • FIX: removed themeType as a property of material and cupertino constructors. (4f9f488a)

3.0.0-beta.4 #

  • REFACTOR: ♻️ settings. (254ebef6)
  • REFACTOR: ♻️ remove obsolete annotations. (c6dd4f54)
  • REFACTOR: adjusted code to match linter. (04dd9f1e)
  • FIX: 🧪 fixed broken test. (6e56b79a)
  • FIX: custom painter Widgets are incorrectly rendered. (965c355e)
  • FIX: recommited binary files to git. (70f38e8f)
  • FIX: example for locales does not compile. (db880e76)
  • FIX: replaced WidgetbookTheme.dark() with the proper WidgetbookTheme annotation. (49a6cd79)
  • FIX: removed themeType as a property of material and cupertino constructors. (4f9f488a)

3.0.0-beta.3 #

  • chore: bumped widgetbook_models version

3.0.0-beta.1 #

  • BREAKING: refactor: removed WidgetbookUseCaseBuilder, WidgetbookDeviceFrameBuilder, WidgetbookLocalizationBuilder, WidgetbookScaffoldBuilder, WidgetbookThemeBuilder annotations because widgetbook does not longer support the builders.
  • feat: add designLink property to WidgetbookUseCase annotation.

2.1.0 #

  • fix: Custom painter Widgets are incorrectly rendered (#191)
    • added WidgetbookAppBuilder annotation.

2.0.3 #

2.0.2 #

  • fix: use widgetbook_models in version v0.0.7

2.0.1 #

  • refactor: renamed WidgetbookWidget to WidgetbookComponent
  • fix: Missing error when @WidgetbookTheme is used on properties (#130)
  • fix: @WidgetbookApp wrongly exposes ThemeType property (#129)

2.0.0 #

  • feat: added annotations to support widgetbook in version 2.0.x

1.0.1 #

  • added documentation for skipping of the src folder
  • added the option to specify a default theme. Defaults to ThemeMode.system

1.0.0 #

  • changed WidgetbookStory to WidgetbookUseCase

0.0.4 #

  • bumped version of widgetbook_models to 0.0.3

0.0.3 #

  • updated readme

0.0.2 #

0.0.1 #

Released first beta