slikker_kit 1.0.10 copy "slikker_kit: ^1.0.10" to clipboard
slikker_kit: ^1.0.10 copied to clipboard

Slikker Kit is a Flutter package which provides Slikker Design System components.

Slikker Kit #

Slikker Kit is a Flutter package which provides Slikker Design System components #

UI Preview


Installation #

  1. In your pubspec.yaml add the following dependency:
dependencies:
   ...
   slikker_kit: ^1.0.5
  1. Run command to update the dependencies:
$ flutter pub get

Usage #

  1. Import slikker_kit to your library:
import 'package:slikker_kit/slikker_kit.dart';
  1. Now you can use Slikker components! Example:
Widget button = SlikkerCard(
   padding: EdgeInsets.all(15),
   accent: 240,
   borderRadius: BorderRadius.circular(12),
   child: Text('Hello World!'),
   onTap: () => print('Yayyy'),
)

// Component list coming soon


License #

MIT License

Copyright (c) 2020 Alexey Besida

Full licence

4
likes
130
pub points
13%
popularity

Publisher

verified publisheroleksii.xyz

Slikker Kit is a Flutter package which provides Slikker Design System components.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on slikker_kit