widgetbook_annotation 3.0.0-rc.2 widgetbook_annotation: ^3.0.0-rc.2 copied to clipboard
A package featuring the annotations used by widgetbook_generator.
3.0.0-rc.2 #
- BREAKING: Remove
@App
annotation'sfoldersExpanded
andwidgetsExpanded
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 calleddirectories
. 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.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 toWidgetbookUseCase
annotation.
2.1.0 #
- fix: Custom painter Widgets are incorrectly rendered (#191)
- added
WidgetbookAppBuilder
annotation.
- added
2.0.3 #
- chore: updated docs to link to docs.widgetbook.io
2.0.2 #
- fix: use
widgetbook_models
in versionv0.0.7
2.0.1 #
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
toWidgetbookUseCase
0.0.4 #
- bumped version of
widgetbook_models
to0.0.3
0.0.3 #
- updated readme
0.0.2 #
- added export of package:widgetbook_models to make usage more convenient.
0.0.1 #
Released first beta