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

https://github.com/prongbang/fitted_text

A FittedText Flutter package.
https://github.com/prongbang/fitted_text

Last synced: 3 months ago
JSON representation

A FittedText Flutter package.

Awesome Lists containing this project

README

          

# fitted_text

A FittedText Flutter package.

## Usage

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

FittedText(
'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',
widthPercent: 74,
style: TextStyle(
color: Colors.white,
fontSize: 13,
)
)
```