FlareLine is a free and open-source admin dashboard template built on Flutter providing developers with everything they need to create a feature-rich and data-driven: back-end, dashboard, or admin panel solution for any sort of web/android/iOS project.
With FlareLine Flutter, you get access to all the necessary dashboard UI components, elements, and pages required to build a high-quality and complete dashboard or admin panel. Whether you're building a dashboard or admin panel for a complex web application or a simple website.
https://github.com/FlutterFlareLine/FlareLine-UiKit
https://flare-line-crm.vercel.app/
https://flare-line-firebase.vercel.app
demo account: email: [email protected] password: 123456
or you can register
😀This project is not a stable version, but it has been continuously improving. If you are interested, you can view the demo or download it for free to use.😀
Here are the steps you need to follow to install the dependencies.
Flutter version is 3.24.4
-
Download and extract the template from Templates.
-
After that cd into the template directory then run this command to install all the dependencies
flutter pub get
- Now run this command to start the developement server
flutter run -d chrome --web-renderer html
You can use FlareLine Cloud for a fully managed solution. If you want to self-host FlareLine, we have guides on deploying FlareLine on Vercel, Cloudflare, and more.
Provider | Host Cloud | Documentation |
---|---|---|
Vercel | Link | |
Cloudflare | Link |
- add .arb file to lib/l10n, like app_es.arb/app_zh.arb/app_th.arb...
- run
flutter gen-l10n
generate localization files - import package
import 'package:flareline/flutter_gen/app_localizations.dart';
- use
AppLocalizations.of(context)!.name
to use it - generate JsonSerializable
flutter pub run build_runner build --delete-conflicting-outputs
- Firebase Auth
FlareLine Flutter Free is 100% free and open-source; feel free to use it with your personal and commercial projects.
If you like the template, please star this repository to inspire the team to create more stuff like this and reach more users like you!
- free-nextjs-admin-dashboard: https://github.com/TailAdmin/free-nextjs-admin-dashboard