trionesdev_get_antd 0.0.3 copy "trionesdev_get_antd: ^0.0.3" to clipboard
trionesdev_get_antd: ^0.0.3 copied to clipboard

Getx antd

Antd Flutter 组件库的 Getx扩展 #

pub package

像使用MaterialApp一样在Getx中使用AntApp

使用方法 #

像使用MaterialApp一样在Getx中使用AntApp即可,将MaterialApp替换为GetAntApp, ThemeData换成AntThemeData。

示例代码如下:

  runApp(GetAntApp(
    title: 'XXX',
    theme: AntThemeData(),
    getPages: Routes.routes,
    home: const HomeLayout(),
    onInit: ()  async {

    },
    onReady: () {},
  ));

互相吹捧,共同进步

留言回复不及时,可以通过关注公众号联系我们

1
likes
105
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Getx antd

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, get, trionesdev_antd_mobile

More

Packages that depend on trionesdev_get_antd