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

A new Flutter package for creating ResponsiveTextField. This widget changes its maxLines based on the user input.

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.1.4

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
40
pub points
36%
popularity

Publisher

unverified uploader

A new Flutter package for creating ResponsiveTextField. This widget changes its maxLines based on the user input.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_text_field