trext 1.0.0 copy "trext: ^1.0.0" to clipboard
trext: ^1.0.0 copied to clipboard

High level Text widget for Flutter for easy and simple use.

#Trext

High level Text widget for Flutter for easy and simple use.

Features #

Use

Getting started #

Copy and paste the following in your pubsec.yaml:

trext: 1.0.0 

and run flutter pub get

Usage #

import Trext as

import 'package:trext/trext.dart';
Trext(
  'Hello world!',
  bold: true,
  color: Colors.blueAccent,
),

Additional information #

For more info, check the example or Trext's parameters.

1
likes
150
points
8
downloads

Documentation

API reference

Publisher

verified publisherfauzdar1.com

Weekly Downloads

High level Text widget for Flutter for easy and simple use.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on trext