Slikker Kit is a Flutter package which provides Slikker Design System components.
For accessing working but unfinished
code, navigate into dev branch
$ flutter pub add slikker_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
slikker_kit: any
import 'package:slikker_kit/slikker_kit.dart';
Widget button = SlikkerButton(
padding: EdgeInsets.all(15),
child: Text('Hello World!'),
);
- Clone the repository.
$ git clone --branch dev https://github.com/AlexBesida/slikker_kit.git
- Move to the example directory
$ cd slikker_kit/example
- Run
flutter pub get
, and then run the app!
$ flutter run
MIT License
Copyright (c) 2020-2022 Alexey Besida