antd_flutter_mobile 5.0.0-alpha
antd_flutter_mobile: ^5.0.0-alpha copied to clipboard
Antd for Flutter.
✨ Features #
- Zero dependencies, ready to use upon installation
- Feather-light, The complete package weighs in at just 218KB, icons included.
- Innovative style system, not bound to any specific UI implementation—flexible and powerful, allowing you to customize every element you see
- Self-contained solution, meeting all needs from pop-ups to scroll interactions with one component library
📦 Installation #
flutter pub add antd_flutter_mobile
🔨 Example #
import 'package:antd_flutter_mobile/index.dart';
@override
Widget build(BuildContext context) {
return const AntdButton(
child: Text("我是一个按钮"),
);
}
Customizing Themes #
Refer to the Customizing Themes documentation。
Style System #
Refer to the Style System documentation。