Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 704 Bytes

logo

flutter_base

实现一套代码,2 种模式,ios 使用 Cupertino 风格组件,andriod、fuchsia 使用 Material 风格组件

使用

因众所周知的原因,现 https://pub.flutter-io.cn/ 上的版本是旧版本,所以请使用 github 上的版本

  • 在 pubspec.yaml 的 dependencies 加入
dependencies: 
  base:
    git:
      url: git://github.com/nillnil/flutter_base
      // branch name or tag name
      ref: x.x.x