antd_mobile 0.1.0 copy "antd_mobile: ^0.1.0" to clipboard
antd_mobile: ^0.1.0 copied to clipboard

Ant Design Mobile for Flutter

Ant Design Mobile for Flutter #

pub

Flutter implementation of Ant Design Mobile

Installation #

Add antd_mobile as a dependency to your pubspec.yaml.

Usage #

import 'package:antd_mobile/antd_mobile.dart';

class MyWidget extends StatelessWidget {
  const MyWidget({super.key});

  @override
  Widget build(BuildContext context) {
    // Widgets are prefixed with `Ant`, for example:
    return AntButton(
      child: const Text('Button'),
      onClick: () {
        // do something
      },
    );
  }
}

Contribution #

Ant Design Mobile has a rich set of components, only a small part of which has been implemented so far. There is still a lot of work to be done, and contributions are very welcome!

Roadmap #

  • Common
    • ✅ Button
    • ✅ Icon
  • Layout
    • ❌ AutoCenter
    • ❌ Divider
    • ❌ Grid
    • ❌ SafeArea
    • ❌ Space
  • Navigation
    • ❌ CapsuleTabs
    • ❌ IndexBar
    • ❌ JumboTabs
    • ✅ NavBar
    • ❌ SideBar
    • ✅ TabBar
    • ❌ Tabs
  • Data Display
    • ❌ Avatar
    • ❌ Card
    • ✅ Collapse
    • ❌ Ellipsis
    • ❌ FloatingPanel
    • ❌ Image
    • ❌ ImageViewer
    • ❌ InfiniteScroll
    • ✅ List
    • ❌ PageIndicator
    • ❌ Steps
    • ❌ Swiper
    • ✅ Tag
    • ❌ WaterMark
    • ❌ Footer
  • Data Entry
    • ❌ Cascader
    • ❌ CascaderView
    • ✅ CheckList
    • ❌ Checkbox
    • ❌ Form
    • ✅ Input
    • ❌ Picker
    • ❌ PickerView
    • ❌ Radio
    • ❌ Rate
    • ❌ SearchBar
    • ❌ Selector
    • ❌ Slider
    • ❌ Stepper
    • ❌ Switch
    • ❌ TextArea
  • Feedback
    • ✅ ActionSheet
    • ❌ Dialog
    • ❌ Empty
    • ❌ ErrorBlock
    • ❌ Loading
    • ❌ Mask
    • ❌ Modal
    • ❌ Popover
    • ✅ Popup
    • ❌ ProgressBar
    • ❌ ProgressCircle
    • ❌ PullToRefresh
    • ❌ Result
    • ❌ Skeleton
    • ❌ SwipeAction
    • ✅ Toast
  • Guidance
    • ❌ Badge
    • ❌ NoticeBar

License #

MIT

16
likes
120
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Ant Design Mobile for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on antd_mobile