responsive_text_field 0.0.1 copy "responsive_text_field: ^0.0.1" to clipboard
responsive_text_field: ^0.0.1 copied to clipboard

outdated

A new Flutter package for creating ResponsiveTextField. This widget changes its maxLines based on the user input. It increases this value when the inputs exceeds the amount that can be fitted in curre [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_text_field

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

dependencies:
  responsive_text_field: ^0.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:responsive_text_field/responsive_text_field.dart';
4
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package for creating ResponsiveTextField. This widget changes its maxLines based on the user input. It increases this value when the inputs exceeds the amount that can be fitted in current maxLines and vice versa.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on responsive_text_field