thor_text_pkg 0.0.9 copy "thor_text_pkg: ^0.0.9" to clipboard
thor_text_pkg: ^0.0.9 copied to clipboard

Thor Text Package.

Thor Text Packages #

A simple Dart package that provides customizable text widgets for your Flutter applications.

Authors #

Features #

  • Custom text widgets for consistent styling
  • Easy integration into any Flutter project

Getting started #

Add the package to your pubspec.yaml:

dependencies:
  thor_text_packages: ^latest_version

dart pub get
import 'package:thor_text_packages/thor_text_packages.dart';

class MyWidget extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return ThorText(
      'Hello, Thor!',
      style: TextStyle(fontSize: 20, color: Colors.blue),
    );
  }
}
0
likes
115
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Thor Text Package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on thor_text_pkg