Introduction

Integrations is a nicely designed and developed plugins kit developed using Flutter.

There are many plugins available on https://pub.dev/ and many other sources. But we find best plugins for indivisiual tasks and add real life examples of these plugins into integrations.

This project contains many first party and third party plugins with some setup requirements. If you only need UI Kit then why setup all those stuffs, so we seprate this project from UI Kit.

Includes (With Examples)

Flutter Official Plugins
  • Firebase Authentication
  • Image Picker
  • Google Signin
  • Quick Actions
  • URL Launcher
  • Webview (Developers Preview)
Third Party Plugins
  • Admob
  • Loading Effect (Shimmer)
  • Image Cropper
  • Stripe Payment

Structure

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


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