Releases: cevheri/flutter-bloc-advanced
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
v0.7.0
v0.6.0
v0.5.0
What's Changed
- Fix Models for immutables by @cevheri in #17
- Test : Add Customer model test by @ucmazmehmet in #18
- Feature/unittest by @cevheri in #21
- Add new unittest by @ucmazmehmet in #22
- test: add edit-user screen test. by @ucmazmehmet in #23
- Fix GetStorage.init in UniTests by @cevheri in #24
- test: add createUser test and add account test by @ucmazmehmet in #25
- IMPORTANT Storage and cache improvement by @cevheri in #26
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Fix mock-data and mock-request by @ucmazmehmet in #12
- Code formatting, Add new i18n fields for change-password screen by @ucmazmehmet in #13
- Sync Branch by @ucmazmehmet in #14
- Unittest for User Model by @cevheri in #15
- Android upgrade and add build apk in GitHub Actions by @cevheri in #16
New Contributors
- @ucmazmehmet made their first contribution in #12
Full Changelog: v0.4.0...v0.4.1