lazy_text_field 1.0.3 copy "lazy_text_field: ^1.0.3" to clipboard
lazy_text_field: ^1.0.3 copied to clipboard

Pure-Flutter lazy text fields for table and grid cells with exact constrained-width height measurement.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lazy_text_field

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

dependencies:
  lazy_text_field: ^1.0.3

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:lazy_text_field/lazy_text_field.dart';
1
likes
160
points
135
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Flutter lazy text fields for table and grid cells with exact constrained-width height measurement.

Repository (GitHub)
View/report issues

Topics

#flutter #text-field #datatable #grid #performance

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lazy_text_field