An open API service indexing awesome lists of open source software.

https://github.com/aloisdeniel/sleek

A toolbelt for building your next user interface
https://github.com/aloisdeniel/sleek

components flutter framework ui visual

Last synced: about 1 year ago
JSON representation

A toolbelt for building your next user interface

Awesome Lists containing this project

README

          

Importing all **sleek** components with one dependency.

## Install

Add the dependency to your `pubspec.yaml` :

```yaml
dependencies:
sleek:
```

## Quickstart

```dart
Sleek(
data:
child:
);
```

## Included packages

* [sleek_button](https://github.com/aloisdeniel/sleek_button)
* [sleek_palette](https://github.com/aloisdeniel/sleek_palette)
* [sleek_spacing](https://github.com/aloisdeniel/sleek_spacing)
* [sleek_typography](https://github.com/aloisdeniel/sleek_typography)