Skip to content

Commit

Permalink
Workaround for the flutter_staggered_grid_view problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jan 14, 2021
1 parent 977c6ab commit 19d67ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions pubspec.lock
Expand Up @@ -280,10 +280,12 @@ packages:
flutter_staggered_grid_view:
dependency: "direct main"
description:
name: flutter_staggered_grid_view
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.2"
path: "."
ref: HEAD
resolved-ref: eee016faa2d2b82b8021cb374e6dfdba0f63db6d
url: "https://github.com/BertrandBev/flutter_staggered_grid_view.git"
source: git
version: "0.3.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Expand Up @@ -28,7 +28,9 @@ dependencies:
sdk: flutter
flutter_bloc: ^6.1.0
flutter_cupertino_localizations: ^1.0.1
flutter_staggered_grid_view: "^0.3.2"
flutter_staggered_grid_view:
git:
url: https://github.com/BertrandBev/flutter_staggered_grid_view.git
flutter_localizations:
sdk: flutter
fluttertoast: ^7.1.5
Expand Down

0 comments on commit 19d67ba

Please sign in to comment.