My common custom component collection.
More...
中文 | English
我的常用自定义组件集合,同时也欢迎大家添加自己的。
Add the following to your pubspec.yaml file:
pubspec.yaml
dependencies: fc_components: ^0.2.0
引入你想要使用的组件,比如 FcButton
import 'package:fc_components/fc_button.dart'; ...... @override Widget build(BuildContext context) { return FcButton(...); } ......
unverified uploader
Homepage
unknown (license)
flutter
Packages that depend on fc_components
Back