Introduction

FlutKit is a nicely designed and developed multi purpose mobile application UI Kit developed using Flutter. Flutter is an open-source mobile application development SDK created by Google and used to develop applications for Android and iOS.

FlutKit makes an easy job for developer to have the modern look and feel in the mobile application. It saves lots of hustle and time to develop a nicely design UI for modern mobile application. Flutkit is ready to use and can be easily integrated in any flutter project. The code organization is easy to understand any part can be taken out and added into flutter application.

FlutKit comes with around 100 ready to use widgets, 350+ screens covering many different use cases and 12 sample application pages. It comes with both light and dark theme and works great with both android and ios.

Includes

Web Apps
  • Shopping
Apps
  • Shopping (2 Themes)
  • Grocery
  • Hotel
  • Food
  • News
  • Handyman
  • Course
  • Health
  • Social
  • Event
  • Chat
  • Music
Other Screens
  • Authentications
  • Quiz
  • Dashboards
  • Mail
  • Profiles
  • Settings
  • Wallet
Widgets
  • Animated Button
  • Appbars
  • Bottom sheets
  • Cards
  • Carousel
  • Charts
  • Chips
  • Cupertino widgets
  • Dialogs
  • Dropdown
  • Dismissible list
  • Expansions
  • Forms
  • Google map
  • Grid
  • Hero transitions
  • Icon button
  • Inputs
  • List
  • Navigation
  • Progress
  • Popups
  • Searchbar
  • Sliders
  • Snackbar
  • Stepper
  • Bottom Navigation (Custom)
  • Onboarding wizards (Custom)
  • Text liquid fill (Custom)

Structure

Extract the zip file you received after purchase and you would find the exact below files and folders:


├── docs
└── FlutKit
│   ├── android
│   ├── ios
│   ├── assets
│   ├── lib
│   │   └── screens
│   │   └── widgets
│   │   └── utils
│   │   └── main.dart
│   ├── pubspec.yaml
│
└── Integrations
│   ├── .....