antd_flutter_mobile 5.0.0-alpha.1 copy "antd_flutter_mobile: ^5.0.0-alpha.1" to clipboard
antd_flutter_mobile: ^5.0.0-alpha.1 copied to clipboard

Antd Flutter Mobile is an implementation of Ant Design Mobile for the Flutter platform. With zero dependencies and an ultra-lightweight package (only 200kB in total), it offers 50+ high-quality compon [...]

Antd Flutter Mobile

Antd Flutter Mobile is an implementation of Ant Design Mobile for the Flutter platform. With zero dependencies and an ultra-lightweight package (only 200kB in total), it offers 50+ high-quality components covering common interaction scenarios such as themes, overlays, forms, and precise list positioning.

✨ 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。

6
likes
0
points
549
downloads

Publisher

unverified uploader

Weekly Downloads

Antd Flutter Mobile is an implementation of Ant Design Mobile for the Flutter platform. With zero dependencies and an ultra-lightweight package (only 200kB in total), it offers 50+ high-quality components covering common interaction scenarios such as themes, overlays, forms, and precise list positioning.

Homepage
Repository (GitHub)
View/report issues

Topics

#antd #design-system #ui-components #form #lightweight

License

unknown (license)

Dependencies

flutter

More

Packages that depend on antd_flutter_mobile