Skip to content

A Flutter package which provides Slikker Design System components

License

Notifications You must be signed in to change notification settings

olksij/slikker_kit

Repository files navigation

Slikker Kit

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


UI Preview

The preview of the planned first research batch release, planned in 2022 Q2.


⚠️ Implementation is not stable yet!

For accessing working but unfinished code, navigate into dev branch

dev branch changelog




Table of contents.

  1. Installing package
  2. Running example
  3. License



Installing package

1. Run the command to add dependency and update dependencies:

$ 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

2. Import slikker_kit to your dart file:

import 'package:slikker_kit/slikker_kit.dart';

3. Now you can use Slikker components! Example:

Widget button = SlikkerButton(
   padding: EdgeInsets.all(15),
   child: Text('Hello World!'),
);



Running example

  1. Clone the repository.
$ git clone --branch dev https://github.com/AlexBesida/slikker_kit.git
  1. Move to the example directory
$ cd slikker_kit/example
  1. Run flutter pub get, and then run the app!
$ flutter run



License

MIT License

Copyright (c) 2020-2022 Alexey Besida

Full licence

About

A Flutter package which provides Slikker Design System components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages