tx_design 0.2.8 copy "tx_design: ^0.2.8" to clipboard
tx_design: ^0.2.8 copied to clipboard

A custom component library that contains some basic UI components and provides theme configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tx_design

With Flutter:

 $ flutter pub add tx_design

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

dependencies:
  tx_design: ^0.2.8

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tx_design/tx_design.dart';
2
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A custom component library that contains some basic UI components and provides theme configuration.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter

More

Packages that depend on tx_design