adaptive_text 1.0.0 copy "adaptive_text: ^1.0.0" to clipboard
adaptive_text: ^1.0.0 copied to clipboard

A Flutter widget that intelligently adapts text display with line wrapping, font scaling, and truncation based on available space.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  adaptive_text: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:adaptive_text/adaptive_text.dart';
1
likes
150
points
93
downloads

Documentation

Documentation
API reference

Publisher

verified publishermokulua.dev

Weekly Downloads

A Flutter widget that intelligently adapts text display with line wrapping, font scaling, and truncation based on available space.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_text