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

getx antd

Antd Flutter 组件库的 Getx扩展 #

像使用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
120
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

getx antd

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, trionesdev_antd_mobile

More

Packages that depend on trionesdev_get_antd