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
- Host: GitHub
- URL: https://github.com/aloisdeniel/sleek
- Owner: aloisdeniel
- License: other
- Created: 2020-03-25T14:30:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T21:40:47.000Z (about 6 years ago)
- Last Synced: 2025-04-13T14:53:59.700Z (about 1 year ago)
- Topics: components, flutter, framework, ui, visual
- Language: Dart
- Homepage: https://sleek_gallery.codemagic.app
- Size: 90.8 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)