tdesign_mobile_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tdesign mobile flutter

TDesign 适配移动端的组件库,适合在 flutter 技术栈项目中使用。
Getting started #
flutter pub add tdesign_mobile_flutter
copied to clipboard
Usage #
import 'package:tdesign_mobile_flutter/tdesign_mobile_flutter.dart';

void main() {
runApp(MaterialApp.router(
home: TdScaffold(
body: Center(
child: TdButton(
onPressed: () {
//
}
child: const Text('按钮'),
),
)
),
));
}
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.