Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
A set of UI elements and patterns with rules and guidelines.
- Host: GitHub
- URL: https://github.com/g1j0shi/stylish
- Owner: G1J0SHI
- License: bsd-3-clause
- Created: 2022-11-11T15:28:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T13:50:41.000Z (about 2 years ago)
- Last Synced: 2024-11-21T23:59:15.891Z (about 2 months ago)
- Topics: dart, flutter, pub, style, stylish
- Language: Dart
- Homepage: https://pub.dev/packages/stylish
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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