tdesign_icons_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tdesign icons flutter

Getting started #
flutter pub add tdesign_icons_flutter
copied to clipboard
Usage #
import 'package:tdesign_icons_flutter/tdesign_icons_flutter.dart';

void main() {
runApp(const AntApp(
home: Scaffold(
body: Center(
child: Icon(TdIcons.app),
)
),
));
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.