flutter admin kit
build a generative, customized admin for all platforms. nice to use and nice to extend.
feature highlights:
declarative routing via global state:
model list view dynamically generated from config files and an inspection api:
authentication with oauth based on auto-refreshed jwts:
debug panel for live inspection of global state
a note on the backend:
this example repository is integrated with a django backend using django rest framework. it can be easily adopted to any rest backend that provides some means of inspecting models via the api.
packages used:
state management
networking
translation:
auxiliary
widgets
- flutter_breadcrumb
- fl_chart
- timeline_tile (only used for the debug panel)
asset handling:
fonts
Comments are closed.