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

High-performance auto-sizing Text widget using binary search. Drop-in replacement that automatically fits text within constraints.

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

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

High-performance auto-sizing Text widget using binary search. Drop-in replacement that automatically fits text within constraints.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on font_fit