text_responsive 1.0.1 copy "text_responsive: ^1.0.1" to clipboard
text_responsive: ^1.0.1 copied to clipboard

outdated

Effortlessly manage overflow for Text widgets in Flutter with the Flutter Overflow Manager package. This versatile package provides a generic solution for handling overflow, supporting both single and [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_responsive

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

dependencies:
  text_responsive: ^1.0.1

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:text_responsive/text_responsive.dart';
7
likes
0
points
97
downloads

Publisher

verified publisherjocaagura.com

Weekly Downloads

Effortlessly manage overflow for Text widgets in Flutter with the Flutter Overflow Manager package. This versatile package provides a generic solution for handling overflow, supporting both single and multiple lines of text. Customize the appearance of your text and seamlessly integrate the package into your app's design. Ensure a visually pleasing user interface by preventing both vertical and horizontal overflow. Enhance the developer experience with callbacks for overflow events.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on text_responsive