responsive_text_field 0.0.1
responsive_text_field: ^0.0.1 copied to clipboard
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_fieldThis 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.1Alternatively, 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';