FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

smartnuance/flutter-admin-kit: Build a generative, customized admin for all platforms. Nice to use and nice to extend. · GitHub

Repository files navigation

flutter admin kit

A generative, customized admin for all platforms. Nice to use and nice to extend.

demo | introductory blog post & videos

A note on the backend

This project is integrated with a compatible microservice backend built with Go. Since this frontend uses REST APIs, it can be used with any backend providing the necessary endpoints for authentication, UI configuration and depending on those, CRUD operations.

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

Get started

Because of a bug in Dart for flutter stable channel we need to use the master channel for now:

flutter channel master

flutter upgrade

flutter packages pub global activate webdev

To run the admin from terminal

flutter run -d chrome

With a different backend URL and hash routing activated:

flutter run --dart-define="HASH_ROUTER=true" --dart-define="BACKEND_URL=https://saas-kit.smartnuance.com" -d chrome

Packages used

State management

Networking

Translation:

Auxiliary

Widgets

Asset handling:

Fonts

Credits

About

Build a generative, customized admin for all platforms. Nice to use and nice to extend.

Resources

Stars

54 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL