growable_text

Last updated:

0 purchases

growable_text Image
growable_text Images
Add to Cart

Description:

growable text

growable_text #
A text widget that will grow to fill the width of it's parent.
Features #


Getting started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
growable_text: ^0.0.1
copied to clipboard
Proceed with the following command from within your project directory:
flutter pub get
copied to clipboard
In your code add the following import:
import 'package:growable_text/growable_text.dart';
copied to clipboard
Usage #
Let your GrowableText take up the available width provided by the parent. This piece of code
renders the following UI:
Container(
color: Colors.blue,
width: 200,
child: GrowableText('Hello World!'),
),
copied to clipboard

Contributing #
Feel free to contribute to this project.
If you find a bug but don't know how to fix it, please create an issue.
If you fixed a bug or implemented a feature, please make a pull request.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.