Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 1.93 KB

0.5.0

  • Added ability to share feature
  • Opening a suggested feature page using a link
  • Add sort by user suggestion
  • Fix bug with background color property

0.4.3

  • Add background color property to theme

0.4.2

  • Updates to support flutter version 3.22.2

0.4.1

  • Updates to support flutter version 3.16.0

0.4.0

  • New parameter navigatorKey
  • Ability to delete the comment for owner and admin
  • Delete flutter_bloc dependency

0.3.1

  • Use AppBarTheme instead of SuggestionsAppBar #65
  • Get rid of flutter-localizations #58

0.3.0

  • Color theme updated, now material theme is used (migration gid in readme)
  • Clickable item row instead of RadioButton #56
  • Added sorting parameter #55
  • Added initial loading #54

0.2.1

  • Sorting added

0.2.0

  • Dart 3.0.0 is now the minimum version
  • Upgrade dependencies
  • Removed cached_network_image dependency #46
  • Added Declined and Duplicated suggestion statuses #45

0.1.2

  • Removed transitive dependency extended_image #43

0.1.1

  • Fixed localization delegate #40
  • Update web example

0.1.0

  • Flutter 3.10 support
  • Dart 3 support
  • Changed intl version 0.17.0 to 0.18.0
  • Changed extended_image version 7.0.2 to 8.0.1
  • wtf_sliding_sheet 1.0.0 support

0.0.3

  • Removed bot_toast and http dependencies
  • Refactored code
  • Fixed bug related to broken image uploading

0.0.1

  • Initial release