Skip to content

Commit

Permalink
remove shimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshub024 committed Aug 12, 2019
1 parent 69008cc commit 7cad981
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/key.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
storePassword=dev@keystore
keyPassword=dev@keystore
storePassword=dev@key
keyPassword=dev@key
keyAlias=key
storeFile=/Users/divyanshub024/key.jks
7 changes: 0 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.3+4"
shimmer:
dependency: "direct main"
description:
name: shimmer
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies:
dio: ^2.1.12
path_provider: ^1.1.2
cached_network_image: ^1.1.0
shimmer: ^1.0.0
shared_preferences: ^0.5.3+4

dev_dependencies:
Expand Down

1 comment on commit 7cad981

@NaseerUllahAwan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the shimmer package is removed...any reason.

Please sign in to comment.