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

https://github.com/sooxt98/textless

Less is More; Widgetless Text
https://github.com/sooxt98/textless

flutter-apps flutter-magic flutter-material flutter-package flutter-plugin flutter-widget

Last synced: 8 months ago
JSON representation

Less is More; Widgetless Text

Awesome Lists containing this project

README

          

# T E X T L E S S

    

Less is More; Widgetless Text

![image](https://user-images.githubusercontent.com/13378059/111702722-ac694d00-8877-11eb-8249-6b6c7c11520f.png)

## Getting Started

Add this to your package's `pubspec.yaml` file:
```
...
dependencies:
textless: ^6.6.6

```

Now in your Dart code, you can use:
```
import 'package:textless/textless.dart';
```

## Usage
> TEXTLESS magically uses `MaterialApp`'s default text theme

**[ Start with ]** .h1 .h2 .h3 .h4 .h5 .h6 .s1 .s2 .b1 .b2 .btn .cap .ol .text .style

**[ End_ with ]**
.lineThrough
.underline
.overline
.color
.backgroundColor
.size
.height
.italic
.thin
.extraLight
.light
.regular
.medium
.semiBold
.bold
.extraBold
.black
.solidLine
.dottedLine
.doubledLine
.wavyLine
.dashedLine
.lineColor
.lineThickness
.alphabeticBaseline
.ideographicBaseline
.fontFamily
.letterSpacing
.wordSpacing
.locale
.foreground
.shadows
.fontFeatures
.overflowVisible
.overflowClip
.overflowEllipsis
.overflowFade
.maxLine
.scaleFactor
.alignLeft
.alignRight
.alignCenter
.alignJustify
.alignStart
.alignEnd
.softWrap

![image](https://user-images.githubusercontent.com/13378059/111704389-02d78b00-887a-11eb-9a61-686b15ba1a13.png)