vvk_ui_kit 1.0.0
vvk_ui_kit: ^1.0.0 copied to clipboard
A Flutter UI kit with Material 3 theming, reusable widgets, utilities, shimmer loading, SVG icons, and light/dark theme support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vvk_ui_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vvk_ui_kit: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vvk_ui_kit/vvk_ui_kit.dart';