diff --git a/README.md b/README.md index cc7a228..b48d886 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/ui.png b/ui.png new file mode 100644 index 0000000..3ef3339 Binary files /dev/null and b/ui.png differ