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

Drop-in Text that auto-fits width/lines via fast binary search.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add font_fit

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

dependencies:
  font_fit: ^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:font_fit/font_fit.dart';
1
likes
160
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

Drop-in Text that auto-fits width/lines via fast binary search.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on font_fit