flutter_responsive_text 0.0.3 copy "flutter_responsive_text: ^0.0.3" to clipboard
flutter_responsive_text: ^0.0.3 copied to clipboard

A new Flutter package to make your texts Responsive. The Package will Assist you to calculate size of texts and wieghts. Specify which Type of Texts you want to show such as [ headline, bodytext, subt [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_responsive_text

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

dependencies:
  flutter_responsive_text: ^0.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:flutter_responsive_text/responsive_text.dart';
1
likes
115
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package to make your texts Responsive. The Package will Assist you to calculate size of texts and wieghts. Specify which Type of Texts you want to show such as [ headline, bodytext, subtitle text or caption text] so that is all...

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on flutter_responsive_text

Packages that implement flutter_responsive_text