tanghongliang 7 年之前
父節點
當前提交
8e9576bdd4
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      pubspec.yaml

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 0.1.0
 
 * TODO: Contains SpUtil,ScreenUtil,WidgetUtil.
 

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
-# flustars(Flutter工具类库)
+# flustars(Flutter常用工具类库)
 [![Pub](https://img.shields.io/pub/v/flustars.svg?style=flat-square)](https://pub.dartlang.org/packages/flustars)
 
-## [flustars] Flutter工具类库。主要对第三方库封装,以便于使用。如果你有好的工具类欢迎PR.  
+## [flustars] Flutter常用工具类库。主要对第三方库封装,以便于使用。如果你有好的工具类欢迎PR.  
 ### [flustars](https://github.com/Sky24n/flustars)  
  1、SpUtil       : SharedPreferences 工具类.  
  2、ScreenUtil   : 获取屏幕宽、高、密度,AppBar高,状态栏高度,屏幕方向.  

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 description: Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil.
-version: 1.0.0
+version: 0.1.0
 author: thl <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars