vk_custom_widgets 0.0.2 copy "vk_custom_widgets: ^0.0.2" to clipboard
vk_custom_widgets: ^0.0.2 copied to clipboard

A package containing most used custom widgets like - custom elevated buttons, password text form fields etc.

vk_custom_widgets #

A lightweight Flutter package providing reusable custom widgets with clean APIs and best practices.


Features #

  • Simple and reusable custom widgets
  • Clean, stateless implementations
  • Material design compliant
  • Ready for extension and theming

Installation #

Add this to your pubspec.yaml:

dependencies:
  vk_custom_widgets: ^0.0.2

Then run:

flutter pub get

Usage #

import 'package:vk_custom_widgets/vk_custom_widgets.dart';

VkElevatedButton(
  label: 'Submit',
  onPressed: () {
    // Handle button press
  },
);

VkPasswordFormField(
  label: 'Password',
  controller: _passwordController,
);

VkTextFormField(
  label: 'Name',
  controller: _nameController
);

1
likes
0
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A package containing most used custom widgets like - custom elevated buttons, password text form fields etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on vk_custom_widgets