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
- Host: GitHub
- URL: https://github.com/sooxt98/textless
- Owner: sooxt98
- License: mit
- Created: 2021-03-18T22:23:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T06:55:09.000Z (almost 4 years ago)
- Last Synced: 2023-08-20T23:23:58.549Z (almost 3 years ago)
- Topics: flutter-apps, flutter-magic, flutter-material, flutter-package, flutter-plugin, flutter-widget
- Language: Dart
- Homepage:
- Size: 71.3 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# T E X T L E S S
Less is More; Widgetless Text

## 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
