flutter_kanpur_ui_kit 0.0.10
flutter_kanpur_ui_kit: ^0.0.10 copied to clipboard
A reusable Flutter UI kit from the Flutter Kanpur community featuring customizable widgets.
Flutter Kanpur UI Kit #
Flutter Kanpur UI Kit is an open-source Flutter component library built by the Flutter Kanpur Community to help developers create clean, consistent, and production-ready UIs faster.
This package is designed to grow over time with reusable widgets, animations, and UI patterns commonly used in Flutter applications.
Features #
- Custom Navigation Bar - Flutter UI component with elegant reveal-text interactions.
- Glass Navigation Bar - Flutter UI component with elegant glass effect.
- Gradient Button - Flutter Custom Button with Gradient effect to create a 3D view.
More widgets will be added through community contributions.
Getting Started #
Prerequisites #
- Flutter SDK
>=3.0.0 - Dart SDK
>=2.17.0
Installation #
Add this to your pubspec.yaml:
dependencies: flutter_kanpur_ui_kit: ^0.0.9
flutter pub get 'flutter_kanpur_ui_kit: ^0.0.9'