0 purchases
trext
#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
copied to clipboard
and run flutter pub get
Usage #
import Trext as
import 'package:trext/trext.dart';
copied to clipboard
Trext(
'Hello world!',
bold: true,
color: Colors.blueAccent,
),
copied to clipboard
Additional information #
For more info, check the example or Trext's parameters.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.