Skip to content

Releases: cevheri/flutter-bloc-advanced

v0.13.0

26 Dec 02:48
20a8646
Compare
Choose a tag to compare

What's Changed

  • Router, Screen state management enhancement and performance improvement by @cevheri in #38

  • feat: add go_router implementation

  • fix: flutter analyze issues

  • feat: implement Custom app router

  • chore: menu root,leaf and authorities

  • security: add hasAuthority check for user.roles and menu.roles check

  • test: fix drawer menu tests

  • fix: go_router redirect to login when account is failure(invalid TOKEN)

  • fix: go_router redirect problem in production(API call waiting)

  • fix: check jwt token for production and mock data

  • logs: add log tracer

  • feat: change languageSWitch button to stateless

  • fix: theme-mode button fixed

  • docs: add flutter stream guide

  • docs: update flutter stream guide, more use-case

  • feat: account screen structure changed. formBuilder state management fixed. handle bloc state changes

  • feat: user-screen structure changed(create, update, view screen removed and move to the UserEditorScreen)

  • chore: user and account state main data renamed

  • fix: user-list action buttons size and routing fixed

  • feat: user list screen refactored

  • refactor: change http utils get methods and mock json structure with pathParams and queryParams

  • refactor: add new authority dropdown widget

  • refactor: new user structure completed. user_list, user_editor(create, view, edit modes)

  • refactor: reformat code, organize import

  • feat: add back button in list-screen

  • fix: Add common confirmation_dialog and go_router and bloc provider enhancement. lazy loading blocProvider.

  • refactor: user-routes can work default bloc and repository or initialize exist bloc and repository

  • bump: flutter version upgrade to 3.27.1

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Dec 02:30
Compare
Choose a tag to compare

Fix some typo

Full Changelog: v0.11.0...v0.12.0

v0.11.0

01 Dec 22:58
Compare
Choose a tag to compare

What is changed

  • Unnecessary BlocBuilder usages changed to the BlocListener on screens

Full Changelog: v0.10.0...v0.11.0

v0.10.0

27 Nov 21:54
99f7a01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Nov 02:53
Compare
Choose a tag to compare

What's Changed

  • Add new unittests
  • Sonarcloud coverage %90

Full Changelog: v0.8.0...v0.9.0

v0.8.0

21 Nov 22:16
781946b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Nov 23:06
Compare
Choose a tag to compare

What's Changed

  • sonar issues fixed
  • flutter analyze issues fixed
  • Unittest improvement by @cevheri in #29
  • repository and model test completed by @cevheri in #30

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Nov 19:26
d360e5b
Compare
Choose a tag to compare

What's Changed

  • UnitTest duration fixed
  • Sonarcloud integration completed by @cevheri in #27
  • StorageCache improvement by @cevheri in #28

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Nov 13:34
15fa283
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

10 Nov 13:38
349ca65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1