fc_components 0.2.0+1 copy "fc_components: ^0.2.0+1" to clipboard
fc_components: ^0.2.0+1 copied to clipboard

outdated

My common custom component collection.

中文 | English

flutter自定义组件 #

pub package

我的常用自定义组件集合,同时也欢迎大家添加自己的。

安装 #

Add the following to your pubspec.yaml file:

dependencies:
  fc_components: ^0.2.0

使用 #

引入你想要使用的组件,比如 FcButton

import 'package:fc_components/fc_button.dart';

......

  @override
  Widget build(BuildContext context) {
    return FcButton(...);
  }

......
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

My common custom component collection.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fc_components