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

A Flutter package to create responsive Text widget. The text sizes changes based on screen orientation and size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_textview

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

dependencies:
  responsive_textview: ^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:responsive_textview/responsive_textview.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to create responsive Text widget. The text sizes changes based on screen orientation and size.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dynamic_theme, flutter

More

Packages that depend on responsive_textview