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

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
10
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.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on vaycore