Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 775 Bytes

File metadata and controls

27 lines (21 loc) · 775 Bytes

[0.0.1] - 06.09.2021

  • implement core functionality for Widget Categories Basics, Styling, Text, Accessibility, Animation and Motion, Assets, Images and Icons, Async

[0.0.2] - 07.09.2021

  • implement core functionality for Widget Categories Cupertino (iOS-style) widgets

[0.9.0] - 01.10.2023

  • rework decompilation logic
  • update flutter and pupspec
  • recolor and insert example

[0.9.1] - 01.10.2023

  • cleanup code smells

[0.9.2] - 07.10.2023

  • add scrollable dropdown if code is too long
  • remove default width
  • fix default name
  • remove widgets with name starting '_' from decompiled code

[0.9.3] - 07.10.2023

  • bugfix multiplying widgets

[0.9.4] - 07.10.2023

  • expand properties logic
  • add variable to opt out properties in code
  • cleanup code