Releases: cevheri/flutter-bloc-advanced
v0.14.0
v0.13.2
What is changed
- Add new common widgets for responsive usage(web or mobile) form and submit button.
- Fix unit-test sonar coverage.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What is changed
Fix
- Fixed flutter upgrade issues
- Fixed register screen route
- Fixed logout issue
- Fixed some unittests
Add
- Security enhancements
- Performance enhancements
Full Changelog: v0.13.0...v0.13.1
Sonarcloud latest status:
v0.13.0
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
Fix some typo
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What is changed
- Unnecessary BlocBuilder usages changed to the BlocListener on screens
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- test: last change_password test by @yusuf-gundogdu in #35
- test: full coverage for change-password bloc test by @yusuf-gundogdu in #36
- Forgot Password Unittest and bloc enhancement by @ucmazmehmet in #37
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
What's Changed
- Unittest and home screen refactoring by @ucmazmehmet in #31
Full Changelog: v0.7.0...v0.8.0