8000 GitHub - Intrinsic-Flow/flutter-admin-kit: Build a generative, customized admin for all platforms. Nice to use and nice to extend.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Intrinsic-Flow/flutter-admin-kit

 
 

Repository files navigation

flutter admin kit

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

flutter admin kit

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: Login view

Model list view dynamically generated from config files and an inspection API: Model list view

Authentication with OAuth based on auto-refreshed JWTs: Dashboard

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.3%
  • Ruby 1.5%
  • HTML 1.3%
  • Other 0.9%
0