Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/g1j0shi/stylish

A set of UI elements and patterns with rules and guidelines.
https://github.com/g1j0shi/stylish

dart flutter pub style stylish

Last synced: 2 days ago
JSON representation

A set of UI elements and patterns with rules and guidelines.

Awesome Lists containing this project

README

        

# Stylish for Dart/Flutter

![publisher][publisher]
![version][version]
![likes][likes]
![points][points]
![popularity][popularity]

---

**_A set of UI elements and patterns with rules and guidelines._**

---

## Features

Styling UI Library

---

## Getting started

To add the package, `stylish`, in a project:

1. Depend on it

- Add `stylish` under `dependencies` in the `pubspec.yaml` file

```yaml
dependencies:
stylish: any
```

- Or run this command

```sh
flutter pub add stylish
```

2. Install it

- From the terminal: Run

```sh
flutter pub get
```

3. Import it

- Add a corresponding `import` statement in the source code

```dart
import 'package:stylish/stylish.dart';
```

---

## Usage

This package can be used with any UI element.

```dart
Container(
color: Styles.c.dodgerBlue,
),
```

---

[publisher]: https://img.shields.io/pub/publisher/stylish
[version]: https://img.shields.io/pub/v/stylish
[likes]: https://img.shields.io/pub/likes/stylish
[points]: https://img.shields.io/pub/points/stylish
[popularity]: https://img.shields.io/pub/popularity/stylish