non_scalable_text 1.0.1 copy "non_scalable_text: ^1.0.1" to clipboard
non_scalable_text: ^1.0.1 copied to clipboard

A Flutter package for Text Widget that does not scale with the system font size.

non_scalable_text #

A Flutter package for Text Widget that does not scale with the system font size.

Usage #

To use this plugin, add non_scalable_text as a dependency in your pubspec.yaml file.

Example #

import 'package:flutter/material.dart';
import 'package:non_scalable_text/non_scalable_text.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Container(
        child: Center(
          child: NonScalableText('Example Content'),
        ),
      ),
    );
  }
}
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for Text Widget that does not scale with the system font size.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on non_scalable_text