-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab5de33
commit 02787b3
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# admin | ||
# Responsive Admin Panel or Dashboard - Flutter UI | ||
|
||
A new Flutter project. | ||
## [Watch it on YouTube](https://youtu.be/bkR7naR1efA) | ||
|
||
## Getting Started | ||
**Packages we are using:** | ||
|
||
This project is a starting point for a Flutter application. | ||
- flutter_svg: [link](https://pub.dev/packages/flutter_svg) | ||
- goole_fonts: [link](https://pub.dev/packages/google_fonts) | ||
- provider: [link](https://pub.dev/packages/provider) | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
**Fonts** | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
- Poppins [link](https://fonts.google.com/specimen/Poppins) | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
On Flutter V2.* web officially supported on a stable branch. Today I share an Admin panel or you can call it dashboard UI build with flutter. Now you can build your app dashboard using flutter. This dashboard contains almost everything that you need like a chart, table, nice small card for showing info. | ||
It works perfectly on the Web, macOS app, Tablet also on both Android and iOS phones. It's time to code once run everywhere. Yeah, Flutter web is not SEO friendly but we don't need SEO for the admin panel. | ||
|
||
### Responsive Admin Panel or Dashboard Final UI | ||
|
||
![Preview](/gif.gif) | ||
|
||
![App UI](/ui.png) |