Skip to content

Commit

Permalink
v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky24n committed Jun 28, 2020
1 parent 0f06e86 commit 88c4856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Language: [English](https://github.com/flutterchina/nine_grid_view) | 中文简
### Pub
```yaml
dependencies:
nine_grid_view: ^1.0.1
nine_grid_view: ^1.0.2
```
### Example
Expand Down Expand Up @@ -58,13 +58,12 @@ DragSortView(
|<img src="screenshots/nine_grid_view7.jpg" width="260" height="513"/>|<img src="screenshots/nine_grid_view8.jpg" width="260" height="513"/>|<img src="screenshots/nine_grid_view9.gif" width="220" height="465"/>|

### App
本组件来源于Flutter仿微博客户端[Fitness](https://github.com/Sky24n/Fitness)
Flutter仿微博客户端[Fitness](https://github.com/Sky24n/Fitness)
百度云盘:[提取码 ttbn](https://pan.baidu.com/s/1HgBaR68oJYe7nnOTJlSg0Q)
腾讯微云:[点击下载](https://share.weiyun.com/5T2hhs8c)
请使用微信或QQ浏览器扫码下载!

![](https://upload-images.jianshu.io/upload_images/13222938-0bcbf2ba5a046d25.png)

### Others
GitHub : [nine_grid_view](https://github.com/flutterchina/nine_grid_view)
另外一个[NineGridView](https://github.com/flutterchina/flukit)[flukit](https://github.com/flutterchina/flukit) UI组件库里面,通过封装GridView实现。本项目使用的Stack + Positioned实现。
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Similar to Weibo/WeChat release dynamic picture selection nine grid view. Suppor
### Pub
```yaml
dependencies:
nine_grid_view: ^1.0.1
nine_grid_view: ^1.0.2
```
### Example
Expand Down
3 changes: 0 additions & 3 deletions lib/src/nine_grid_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class NineGridView extends StatefulWidget {
this.bigImageHeight,
this.bigImage,
this.bigImageUrl,
this.index,
}) : assert(type != null),
assert(itemCount == null || itemCount >= 0),
assert(itemBuilder != null),
Expand Down Expand Up @@ -112,8 +111,6 @@ class NineGridView extends StatefulWidget {
/// Single big picture url.
final String bigImageUrl;

final int index;

@override
State<StatefulWidget> createState() {
return _NineGridViewState();
Expand Down

0 comments on commit 88c4856

Please sign in to comment.