Skip to content

Commit

Permalink
v0.20+2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay-KB committed Apr 26, 2020
1 parent e5e7eff commit 7fea8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gogrocy/lib/ui/views/home/grid_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GridList extends StatelessWidget {
model.getAllProducts();
},
builder: (context, model, child) => GridView.builder(
itemCount: 10,
itemCount: 100,
shrinkWrap: true,
controller: _scrollController,
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
Expand Down
2 changes: 1 addition & 1 deletion gogrocy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Gogrocy mobile app
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.2.0+2

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 7fea8e6

Please sign in to comment.