vaycore 0.6.0 copy "vaycore: ^0.6.0" to clipboard
vaycore: ^0.6.0 copied to clipboard

outdated

A flutter application development library, which integrates some modules commonly used in daily development projects, makes developing applications more convenient.

vaycore #

介绍

一个flutter应用开发库,集成日常开发项目中常用到的部分模块,使开发应用变得更加方便。

使用方式 #

  • 入口类加载

    import 'package:vaycore/vaycore.dart';
      
    void main() => core.load(MyApp(), isDebug: true, initMethod: _init);
      
    void _init() {
      // 这里可以用来初始化一些东西(此方法会在初始化MyApp前调用)
    }
    
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter application development library, which integrates some modules commonly used in daily development projects, makes developing applications more convenient.

Homepage

License

unknown (LICENSE)

Dependencies

cached_network_image, dio, flutter, fluttertoast, package_info, path_provider, provider, shared_preferences, sprintf

More

Packages that depend on vaycore