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